{"info":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","description":"<html><head></head><body><h2 id=\"✨-summary\">✨ Summary</h2>\n<p>Up to date documentation is available here : <a href=\"https://partners.api.myunisoft.fr/\">https://partners.api.myunisoft.fr/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5276786","collectionId":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","publishedId":"SzzgBzuA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-14T07:23:37.000Z"},"item":[{"name":"Authentication","item":[{"name":"authenticate/firm","event":[{"listen":"test","script":{"id":"e081deb1-9750-4c77-93d5-72c31134b377","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"API-TOKEN\", jsonData.api_token);"],"type":"text/javascript"}}],"id":"72f89a43-ea89-40ec-9ab1-809b8af68614","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mail\": \"{{mail}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.myunisoft.fr/api/authenticate/firm","description":"<p>📢 Endpoint to authenticate with a Firm/cabinet access. Will return an API Token.</p>\n<p>A numeric property <code>firm</code> can be added to the body for accounts with access to multiple entities/schemas.</p>\n<p>In the MyUnisoft interface it is possible to retrieve the id of the entity through the menu <code>Tenue</code> &gt; <code>Liens dynamiques</code>. It will be enough to retrieve the \"schema number\".</p>\n<img src=\"https://github.com/MyUnisoft/api-partenaires/raw/main/docs/images/liens_dynamique.PNG\" alt />\n\n<p>!!!! PLEASE DO NOT USE THIS ENDPOINT WITH YOUR PERSONAL MYUNISOFT ACCOUNT !!!!</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","authenticate","firm"],"host":["app","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"c087d165-604c-4e04-8181-4c153a3a635b","name":"authenticate/firm","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mail\": \"{{mail}}\",\r\n    \"password\": \"{{password}}\",\r\n    \"firm\": 80\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.myunisoft.fr/api/authenticate/firm"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_token\": \"\",\n    \"expiresIn\": \"2021-04-12 11:54:46\",\n    \"firm\": {\n        \"id\": 80,\n        \"label\": \"TESTS PARTENAIRES\"\n    }\n}"}],"_postman_id":"72f89a43-ea89-40ec-9ab1-809b8af68614"},{"name":"authenticate/user","event":[{"listen":"test","script":{"id":"4d70bfd1-4f91-4ee6-a82d-4d4b9ef6eb1e","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"bearer-token\", jsonData.details.access_token);\r",""],"type":"text/javascript"}}],"id":"7aa859cc-7ec4-4d89-befc-ea68bef63e78","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mail\": \"{{mail}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.myunisoft.fr/api/authenticate","description":"<p>⚠️ If you use Postman, disable cookies.</p>\n<img src=\"https://raw.githubusercontent.com/MyUnisoft/api-partenaires/main/docs/images/user_cookie.png\" alt />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","authenticate"],"host":["app","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"8c5434f9-9f47-4a70-bfa6-12ed78392b13","name":"authenticate/user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mail\": \"{{mail}}\",\r\n    \"password\": \"{{password}}\",\r\n    \"firm\": 80\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.myunisoft.fr/api/authenticate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"authenticated\",\n    \"policy\": \"OAuth2\",\n    \"firm\": {\n        \"id\": 80,\n        \"label\": \"TESTS PARTENAIRES\"\n    },\n    \"details\": {\n        \"expire_in\": \"2021-04-13 10:41:01\",\n        \"access_token\": \"{{ACCESS_TOKEN}}\",\n        \"refresh_token\": \"{{REFRESH_TOKEN}}\",\n        \"token_type\": \"bearer\"\n    }\n}"}],"_postman_id":"7aa859cc-7ec4-4d89-befc-ea68bef63e78"},{"name":"key/info","id":"bdd0413c-963a-467e-8fd8-f60f5a0a9a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/key/info?mode=extended","description":"<p>📢 List of accessible and authorized HTTP endpoints with your access.</p>\n<p>Use the \"extended\" mode to obtain data relating to your access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","key","info"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Get access data as addtionnal data.</p>\n","type":"text/plain"},"key":"mode","value":"extended"}],"variable":[]}},"response":[{"id":"897955dc-ebf0-46bf-a2a9-4fcbcc46a643","name":"Extended mode","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/key/info?mode=extended","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","key","info"],"query":[{"key":"mode","value":"extended","description":"Get access data as addtionnal data."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"  {\r\n    \"target\": {\r\n      \"type\": \"api\",\r\n      \"schemaId\": 1,\r\n      \"thirdPartyId\": 2,\r\n      \"societyId\": 3\r\n    },\r\n    \"version\": {\r\n      \"current\": 1,\r\n      \"latest\": 1,\r\n      \"beta\": false\r\n    },\r\n    \"canBeActivated\": true,\r\n    \"isActivated\": true,\r\n    \"routes\": [\r\n      {\r\n        \"path\": \"/api/v1/society/exercice\",\r\n        \"method\": \"get\"\r\n      },\r\n      {\r\n        \"path\": \"/api/v1/society\",\r\n        \"method\": \"get\"\r\n      },\r\n      {\r\n        \"path\": \"/api/v1/account\",\r\n        \"method\": \"get\"\r\n      },\r\n      {\r\n        \"path\": \"/api/v1/diary\",\r\n        \"method\": \"get\"\r\n      },\r\n      {\r\n        \"path\": \"/api/v1/TRA/partial\",\r\n        \"method\": \"post\"\r\n      },\r\n      {\r\n        \"path\": \"/api/v1/test\",\r\n        \"method\": \"get\"\r\n      }\r\n    ]\r\n  }"},{"id":"d7602712-9905-4825-a56f-41406f914f1f","name":"Endpoints only","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/key/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"Date","value":"Fri, 14 Aug 2020 13:15:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"path\": \"/api/v1/society/exercice\",\n        \"method\": \"get\"\n    },\n    {\n        \"path\": \"/api/v1/society\",\n        \"method\": \"get\"\n    },\n    {\n        \"path\": \"/api/v1/account\",\n        \"method\": \"get\"\n    },\n    {\n        \"path\": \"/api/v1/diary\",\n        \"method\": \"get\"\n    },\n    {\n        \"path\": \"/api/v1/TRA/partial\",\n        \"method\": \"post\"\n    },\n    {\n        \"path\": \"/api/v1/test\",\n        \"method\": \"get\"\n    }\n]"}],"_postman_id":"bdd0413c-963a-467e-8fd8-f60f5a0a9a81"}],"id":"74968949-503f-4f32-92c8-df207d575dd8","description":"<p>If you are a partner it may be necessary to generate a key to work with a MyUnisoft company.</p>\n<p>Note that it is not necessary to generate the keys in question yourself once in production. Collaborators will be able to generate a key themselves in our partners integration view.</p>\n<p>Example with Evoliz:\n<img src=\"https://github.com/MyUnisoft/api-partenaires/raw/main/docs/images/connector_tab_evoliz.PNG\" alt /></p>\n<blockquote>\n<p>⚠️ This step is not required for production and doesn't work with a \"Cabinet\" (Firm) access.</p>\n</blockquote>\n","_postman_id":"74968949-503f-4f32-92c8-df207d575dd8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Accounting","item":[{"name":"Firm","item":[{"name":"CRM","item":[{"name":"users_v2","id":"515a7dc5-d43d-4a8b-99c1-0be552bdc559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/users_v2","description":"<p>📢 Get/fetch the list of users. Physical persons should not be confused with users. A user can be a physical person but the reverse is not necessarily true.</p>\n<p>From a technical point of view, a user is first and foremost someone who has access to the MyUnisoft solution (and more specifically to the firm).</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","users_v2"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"c308d2d4-ecec-4cf7-b38d-891d513ec7f4","name":"users_v2","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/users_v2"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"bdelete\": 1,\n    \"user_array\": [\n        {\n            \"tel\": null,\n            \"mail\": {\n                \"id\": 11789,\n                \"coordonnee\": \"xxx@myunisoft.fr\"\n            },\n            \"name\": \"Greg\",\n            \"badmin\": true,\n            \"tel_fix\": null,\n            \"user_id\": 5349,\n            \"civility\": \"Monsieur\",\n            \"firstname\": \"xxx\",\n            \"groupslst\": [],\n            \"id_profil\": 1,\n            \"access_list\": [],\n            \"civility_id\": 1,\n            \"maiden_name\": null,\n            \"safe_status\": false,\n            \"tel_portable\": null,\n            \"id_type_profil\": 2,\n            \"libelle_profil\": \"Administrateur\",\n            \"display_safe_choice\": false,\n            \"libelle_type_profil\": \"Cabinet\"\n        },\n        {\n            \"tel\": null,\n            \"mail\": {\n                \"id\": 11788,\n                \"coordonnee\": \"xxx@gmail.com\"\n            },\n            \"name\": \"API\",\n            \"badmin\": true,\n            \"tel_fix\": null,\n            \"user_id\": 5348,\n            \"civility\": \"Monsieur\",\n            \"firstname\": \"CABINET\",\n            \"groupslst\": [],\n            \"id_profil\": 20,\n            \"access_list\": [],\n            \"civility_id\": 1,\n            \"maiden_name\": null,\n            \"safe_status\": false,\n            \"tel_portable\": null,\n            \"id_type_profil\": 1,\n            \"libelle_profil\": \"API\",\n            \"display_safe_choice\": false,\n            \"libelle_type_profil\": \"Client\"\n        }\n    ]\n}"}],"_postman_id":"515a7dc5-d43d-4a8b-99c1-0be552bdc559"},{"name":"wallets (portefeuilles)","id":"e2e279da-72e5-4be2-9b03-49d871729fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/wallet","description":"<p>📢 Get/fetch the list of wallets (portefeuilles). Each wallet is related to a list of companies and users.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"e7527302-67e2-417d-a211-fc93809321b4","name":"wallets (portefeuilles)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/wallet"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_wallet\": 1,\n        \"main_wallet\": true,\n        \"libelle\": \"TOUTES\",\n        \"nb_society\": 29,\n        \"list_society\": [\n            {\n                \"name\": \"TEST OGA\",\n                \"id_society\": 1\n            },\n            {\n                \"name\": \"Evoliz démonstration\",\n                \"id_society\": 2\n            },\n            {\n                \"name\": \"AMOUR DE FLEURS\",\n                \"id_society\": 4\n            },\n            {\n                \"name\": \"MANGEL ELECTRICITE\",\n                \"id_society\": 5\n            },\n            {\n                \"name\": \"Maud Seb\",\n                \"id_society\": 6\n            },\n            {\n                \"name\": \"Dossier de Test Maud & Seb\",\n                \"id_society\": 7\n            },\n            {\n                \"name\": \"test cyril 1\",\n                \"id_society\": 8\n            },\n            {\n                \"name\": \"XG EXPERTISE\",\n                \"id_society\": 9\n            },\n            {\n                \"name\": \"TEST GL\",\n                \"id_society\": 10\n            },\n            {\n                \"name\": \"TEST ML\",\n                \"id_society\": 11\n            },\n            {\n                \"name\": \"POC EBP\",\n                \"id_society\": 12\n            },\n            {\n                \"name\": \"TEST YQU\",\n                \"id_society\": 13\n            },\n            {\n                \"name\": \"Dext\",\n                \"id_society\": 14\n            },\n            {\n                \"name\": \"SNQR\",\n                \"id_society\": 16\n            },\n            {\n                \"name\": \"LIRONIE\",\n                \"id_society\": 17\n            },\n            {\n                \"name\": \"TEST LIRONIE\",\n                \"id_society\": 18\n            },\n            {\n                \"name\": \"demoapimyunisoft\",\n                \"id_society\": 19\n            },\n            {\n                \"name\": \"TEST LIRONIE AC\",\n                \"id_society\": 20\n            },\n            {\n                \"name\": \"Yooz\",\n                \"id_society\": 21\n            },\n            {\n                \"name\": \"TEST GL NEW\",\n                \"id_society\": 54\n            },\n            {\n                \"name\": \"SI-EXPERTISE\",\n                \"id_society\": 55\n            },\n            {\n                \"name\": \"MY UNISOFT\",\n                \"id_society\": 56\n            },\n            {\n                \"name\": \"Test YQUFEC\",\n                \"id_society\": 57\n            },\n            {\n                \"name\": \"Test Agz\",\n                \"id_society\": 58\n            },\n            {\n                \"name\": \"TBC\",\n                \"id_society\": 59\n            },\n            {\n                \"name\": \"3A2ID\",\n                \"id_society\": 60\n            },\n            {\n                \"name\": \"Démo Imbolc\",\n                \"id_society\": 61\n            },\n            {\n                \"name\": \"TEST ANC\",\n                \"id_society\": 62\n            },\n            {\n                \"name\": \"Regate\",\n                \"id_society\": 63\n            }\n        ],\n        \"nb_users\": 29,\n        \"list_users\": [\n            {\n                \"name\": \"Gasquet\",\n                \"firtname\": \"Olivier\",\n                \"id_pers_physique\": 1\n            },\n            {\n                \"name\": \"Dieudonné\",\n                \"firtname\": \"Sebastien\",\n                \"id_pers_physique\": 6\n            },\n            {\n                \"name\": \"Dext\",\n                \"firtname\": \"integrations\",\n                \"id_pers_physique\": 55\n            },\n            {\n                \"name\": \"Bloch Typisoft\",\n                \"firtname\": \"joachim\",\n                \"id_pers_physique\": 7\n            },\n            {\n                \"name\": \"Idocus\",\n                \"firtname\": \"Mina\",\n                \"id_pers_physique\": 8\n            },\n            {\n                \"name\": \"Receipt-Bank\",\n                \"firtname\": \"Integrations-Product\",\n                \"id_pers_physique\": 10\n            },\n            {\n                \"name\": \"Receipt-Bank\",\n                \"firtname\": \"Integrations-Support\",\n                \"id_pers_physique\": 11\n            },\n            {\n                \"name\": \"Receipt-Bank\",\n                \"firtname\": \"Integrations-Education\",\n                \"id_pers_physique\": 12\n            },\n            {\n                \"name\": \"Receipt-Bank\",\n                \"firtname\": \"Integrations-Dev\",\n                \"id_pers_physique\": 9\n            },\n            {\n                \"name\": \"BASTIDE\",\n                \"firtname\": \"Anthony\",\n                \"id_pers_physique\": 13\n            },\n            {\n                \"name\": \"MADEC\",\n                \"firtname\": \"Laetitia\",\n                \"id_pers_physique\": 14\n            },\n            {\n                \"name\": \"INGENEO\",\n                \"firtname\": \"Technique\",\n                \"id_pers_physique\": 15\n            },\n            {\n                \"name\": \"CHOLET\",\n                \"firtname\": \"Florent\",\n                \"id_pers_physique\": 16\n            },\n            {\n                \"name\": \"TEXIER\",\n                \"firtname\": \"Alban\",\n                \"id_pers_physique\": 17\n            },\n            {\n                \"name\": \"Evtimov Todorov\",\n                \"firtname\": \"Todor\",\n                \"id_pers_physique\": 18\n            },\n            {\n                \"name\": \"Meyer\",\n                \"firtname\": \"Jean-Michel\",\n                \"id_pers_physique\": 19\n            },\n            {\n                \"name\": \"Ahmed\",\n                \"firtname\": \"Rafik\",\n                \"id_pers_physique\": 20\n            },\n            {\n                \"name\": \"miquerolle\",\n                \"firtname\": \"Sebastien\",\n                \"id_pers_physique\": 21\n            },\n            {\n                \"name\": \"yooz\",\n                \"firtname\": \"yooz\",\n                \"id_pers_physique\": 58\n            },\n            {\n                \"name\": \"Malherbe\",\n                \"firtname\": \"Antonin\",\n                \"id_pers_physique\": 59\n            },\n            {\n                \"name\": \"axonaut\",\n                \"firtname\": \"thibaut\",\n                \"id_pers_physique\": 61\n            },\n            {\n                \"name\": \"yooz\",\n                \"firtname\": \"michel\",\n                \"id_pers_physique\": 62\n            },\n            {\n                \"name\": \"RJILI\",\n                \"firtname\": \"Tarek\",\n                \"id_pers_physique\": 63\n            },\n            {\n                \"name\": \"regate\",\n                \"firtname\": \"regate\",\n                \"id_pers_physique\": 66\n            },\n            {\n                \"name\": \"maraujo\",\n                \"firtname\": \"maraujo\",\n                \"id_pers_physique\": 67\n            },\n            {\n                \"name\": \"aurelien\",\n                \"firtname\": \"aurelien\",\n                \"id_pers_physique\": 68\n            },\n            {\n                \"name\": \"Kichev\",\n                \"firtname\": \"Nikolay\",\n                \"id_pers_physique\": 70\n            },\n            {\n                \"name\": \"Bekkat\",\n                \"firtname\": \"Nassim\",\n                \"id_pers_physique\": 71\n            },\n            {\n                \"name\": \"LIBERT\",\n                \"firtname\": \"Julien\",\n                \"id_pers_physique\": 72\n            }\n        ],\n        \"blocked\": true\n    },\n    {\n        \"id_wallet\": 2,\n        \"main_wallet\": false,\n        \"libelle\": \"Portefeuille GL\",\n        \"nb_society\": 5,\n        \"list_society\": [\n            {\n                \"name\": \"TEST ML\",\n                \"id_society\": 11\n            },\n            {\n                \"name\": \"TEST OGA\",\n                \"id_society\": 1\n            },\n            {\n                \"name\": \"TEST YQU\",\n                \"id_society\": 13\n            },\n            {\n                \"name\": \"XG EXPERTISE\",\n                \"id_society\": 9\n            },\n            {\n                \"name\": \"TEST GL\",\n                \"id_society\": 10\n            }\n        ],\n        \"nb_users\": 0,\n        \"list_users\": null,\n        \"blocked\": false\n    }\n]"}],"_postman_id":"e2e279da-72e5-4be2-9b03-49d871729fc5"},{"name":"accounting/access","id":"1cd75321-f362-4697-907b-43e705032816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/accounting/access?userMail=user@mail.com","description":"<p>📢 Get accessible accounting folder ids for a given user email</p>\n<p>⚠️ This endpoint requires only one of the two parameters. <code>userMail</code> takes precedence.</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounting","access"],"host":["api","myunisoft","fr"],"query":[{"key":"userMail","value":"user@mail.com"},{"disabled":true,"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"a1c64a58-fc77-4a3d-8965-647d56c1fc7e","name":"Liste des dossiers disponibles pour un utilisateur (BETA)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/accounting/access?userMail=user@mail.com","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","accounting","access"],"query":[{"key":"userMail","value":"user@mail.com"},{"key":"userID","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n\t\"1\",\r\n\t\"23\"\r\n]"}],"_postman_id":"1cd75321-f362-4697-907b-43e705032816"},{"name":"Society","id":"3e9c407c-430a-46d0-9b09-655dacc01d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"member_id\": 1,\r\n  \"name\": \"Nom du dossier\",\r\n  \"siret\": \"84014327500039\",\r\n  \"id_type_company\": 1,\r\n  \"date_engage_letter\": \"20210728\",\r\n  \"folder_reference\": \"Reference\",\r\n\r\n  \"address_number\": \"54\",\r\n  \"road_type_id\": 9,\r\n  \"street_name\": \"RUE DU LAPIN\",\r\n  \"postal_code\": \"75000\",\r\n  \"city\": \"PARIS\",\r\n  \"country\": \"FRANCE\",\r\n  \"ape_id\": 550,\r\n  \"activity\": \"Programmation informatique\",\r\n  \"registration_date\": \"20210728\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society","urlObject":{"protocol":"https","path":["api","v1","society"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"830a8add-8b37-4421-8b8b-f020b8755048","name":"Society","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"member_id\": 1,\r\n  \"name\": \"Nom du dossier\",\r\n  \"siret\": \"84014327500039\",\r\n  \"id_type_company\": 1,\r\n  \"date_engage_letter\": \"20210728\",\r\n  \"folder_reference\": \"Reference\",\r\n\r\n  \"address_number\": \"54\",\r\n  \"road_type_id\": 9,\r\n  \"street_name\": \"RUE DU LAPIN\",\r\n  \"postal_code\": \"75000\",\r\n  \"city\": \"PARIS\",\r\n  \"country\": \"FRANCE\",\r\n  \"ape_id\": 550,\r\n  \"activity\": \"Programmation informatique\",\r\n  \"registration_date\": \"20210728\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{root}}/api/v1/society"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3e9c407c-430a-46d0-9b09-655dacc01d0f"},{"name":"Archiver dossier","id":"b13e3fe9-47b4-448b-b411-d9237d93548f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society","description":"<p>📢 This endpoint can be used to archive an accounting folder.</p>\n<p>📌 <strong>It only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","society"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"b13e3fe9-47b4-448b-b411-d9237d93548f"},{"name":"disable accounting folder","id":"a1cf815a-8e03-4ec7-a32e-0fd8b0c648cc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>required with firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/disable_accounting_folder","description":"<p>📢 This endpoint can be used to disable an accounting folder.</p>\n<p>📌 <strong>It only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","disable_accounting_folder"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1cf815a-8e03-4ec7-a32e-0fd8b0c648cc"}],"id":"66895c9b-d4f5-43fc-89cc-9846c133c59f","_postman_id":"66895c9b-d4f5-43fc-89cc-9846c133c59f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"pers_physique","id":"b5259185-b2e4-413e-834e-2217445ec1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/pers_physique","description":"<p>📢 Get/fetch the list of Physical persons.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","pers_physique"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"818eb458-03a1-4b8b-bc15-6546f0cadae1","name":"pers_physique","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/pers_physique"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"array_pers_physique\": [\r\n        {\r\n            \"name\": \"123\",\r\n            \"actif\": true,\r\n            \"civility\": {\r\n                \"id\": 1,\r\n                \"label\": \"Monsieur\",\r\n                \"value\": \"Mr\"\r\n            },\r\n            \"firstname\": \"123123\",\r\n            \"coordonnee\": [\r\n                {\r\n                    \"id\": 11725,\r\n                    \"type\": {\r\n                        \"id\": 2,\r\n                        \"label\": \"Tel. fixe\",\r\n                        \"value\": \"Tel. fixe\"\r\n                    },\r\n                    \"value\": \"123\"\r\n                },\r\n                {\r\n                    \"id\": 11724,\r\n                    \"type\": {\r\n                        \"id\": 1,\r\n                        \"label\": \"Mail\",\r\n                        \"value\": \"Mail\"\r\n                    },\r\n                    \"value\": \"xxx@gmail.com\"\r\n                }\r\n            ],\r\n            \"company_number\": 0,\r\n            \"pers_physique_id\": 5299,\r\n            \"physical_person_type\": {\r\n                \"id\": 2,\r\n                \"label\": \"Interne\",\r\n                \"value\": \"Interne\"\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b5259185-b2e4-413e-834e-2217445ec1a0"},{"name":"firms (cabinets)","id":"2f984650-1ec4-4842-8200-95b41d09c520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/member","description":"<p>📢 Get/fetch the list of firms (cabinets).</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","member"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"4eaacad1-d2b7-40cf-bb6c-a30aaa20bb10","name":"firms (cabinets)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/member"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"member_id\": 1,\n        \"name\": \"EVOLIZ\",\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"website\": null,\n        \"phone_number\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"safe_status\": \"CAB-DISP\",\n        \"address_ws_silae\": null,\n        \"login_ws_silae\": \"\",\n        \"login_silae\": \"\",\n        \"pw_ws_silae_secured\": false,\n        \"pw_silae_secured\": false,\n        \"street_number\": null,\n        \"repetition_index\": null,\n        \"address_complement\": null,\n        \"siret\": null,\n        \"typevoie\": null\n    },\n    {\n        \"member_id\": 35,\n        \"name\": \"Cabinet Test GL\",\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"website\": null,\n        \"phone_number\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"safe_status\": \"CAB-DISP\",\n        \"address_ws_silae\": null,\n        \"login_ws_silae\": \"\",\n        \"login_silae\": null,\n        \"pw_ws_silae_secured\": false,\n        \"pw_silae_secured\": false,\n        \"street_number\": null,\n        \"repetition_index\": null,\n        \"address_complement\": null,\n        \"siret\": null,\n        \"typevoie\": null\n    },\n    {\n        \"member_id\": 2,\n        \"name\": \"CABINET TEST\",\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"website\": null,\n        \"phone_number\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"safe_status\": \"CAB-DISP\",\n        \"address_ws_silae\": null,\n        \"login_ws_silae\": null,\n        \"login_silae\": null,\n        \"pw_ws_silae_secured\": false,\n        \"pw_silae_secured\": false,\n        \"street_number\": null,\n        \"repetition_index\": null,\n        \"address_complement\": \"adresse de test\",\n        \"siret\": null,\n        \"typevoie\": null\n    },\n    {\n        \"member_id\": 36,\n        \"name\": \"SI-EXPERTISE\",\n        \"address\": \"SAINTE ANNE\",\n        \"postal_code\": \"68460\",\n        \"city\": \"LUTTERBACH\",\n        \"website\": null,\n        \"phone_number\": \"0367260070\",\n        \"email\": \"dr@si-expertise.fr\",\n        \"fax\": null,\n        \"safe_status\": \"CAB-DISP\",\n        \"address_ws_silae\": null,\n        \"login_ws_silae\": \"\",\n        \"login_silae\": null,\n        \"pw_ws_silae_secured\": false,\n        \"pw_silae_secured\": false,\n        \"street_number\": \"9\",\n        \"repetition_index\": null,\n        \"address_complement\": null,\n        \"siret\": \"789341815\",\n        \"typevoie\": {\n            \"id_type_voie\": 9,\n            \"lib\": \"Rue\"\n        }\n    },\n    {\n        \"member_id\": 37,\n        \"name\": \"TBC Cabinet\",\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"website\": null,\n        \"phone_number\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"safe_status\": \"CAB-DISP\",\n        \"address_ws_silae\": null,\n        \"login_ws_silae\": null,\n        \"login_silae\": null,\n        \"pw_ws_silae_secured\": false,\n        \"pw_silae_secured\": false,\n        \"street_number\": null,\n        \"repetition_index\": null,\n        \"address_complement\": null,\n        \"siret\": null,\n        \"typevoie\": null\n    }\n]"}],"_postman_id":"2f984650-1ec4-4842-8200-95b41d09c520"},{"name":"dashboard/modules (Admin EC)","id":"0fe51ff1-3c87-49c8-b385-fabc0003f57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dashboard/modules","description":"<p>📢 Get/fetch the configuration/formules used for each company (dossier).</p>\n<p>Preaccounting (<strong>preaccounting_id</strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n<th>code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Evoliz Smoothie</td>\n<td>ESMOO</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Evoliz Caisse</td>\n<td>ECAI</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Evoliz Banana Split</td>\n<td>EBAN</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Aucun</td>\n<td>AUCU</td>\n</tr>\n</tbody>\n</table>\n</div><p>Employee application (<strong>employee_app_id</strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n<th>code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Coffre fort uniquement</td>\n<td>COFF</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Weekera (NDF, abs + coffre)</td>\n<td>WEEK</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Aucun</td>\n<td>AUCU</td>\n</tr>\n</tbody>\n</table>\n</div><p>MyUnisoft formule (<strong>formula_myun_id</strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n<th>code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Light</td>\n<td>LIGHT</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Standard</td>\n<td>STAN</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Duo</td>\n<td>DUO</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Business</td>\n<td>BUSI</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Light + One</td>\n<td>LONE</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Standard + One</td>\n<td>SONE</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Premium</td>\n<td>PREM</td>\n</tr>\n<tr>\n<td>8</td>\n<td>MyDataRH uniquement</td>\n<td>MYDA</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Inactif</td>\n<td>INAC</td>\n</tr>\n<tr>\n<td>10</td>\n<td>One</td>\n<td>ONEE</td>\n</tr>\n</tbody>\n</table>\n</div><p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","dashboard","modules"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"14e43a58-3bf5-47ce-9b18-7dabc55c0ce0","name":"dashboard modules (admin EC)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/member"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"secured\": true,\r\n        \"company_id\": 60,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"3A2ID\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": true,\r\n        \"company_id\": 4,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"AMOUR DE FLEURS\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 7,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 19,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"demoapimyunisoft\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": true,\r\n        \"company_id\": 61,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Démo Imbolc\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 14,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Dext\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 7,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Dossier de Test Maud & Seb\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 2,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Evoliz démonstration\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 17,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"LIRONIE\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"LIRONIE\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 5,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"MANGEL ELECTRICITE\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 6,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Maud Seb\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 56,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"MY UNISOFT\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"SI2\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 12,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"POC EBP\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 63,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Regate\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 55,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"SI-EXPERTISE\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"SI1\",\r\n        \"preaccounting_id\": 4,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 16,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"SNQR\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"TEST\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 59,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TBC\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 58,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Test Agz\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"AGZ\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 62,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST ANC\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"TEST ANC\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 8,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"test cyril 1\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": true,\r\n        \"company_id\": 10,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            },\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST GL\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 54,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST GL NEW\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 18,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST LIRONIE\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 20,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST LIRONIE AC\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 11,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            },\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST ML\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 1,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            },\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST OGA\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 13,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            },\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"TEST YQU\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": \"YQU\",\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 57,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Test YQUFEC\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 9,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            },\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"XG EXPERTISE\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    },\r\n    {\r\n        \"secured\": false,\r\n        \"company_id\": 21,\r\n        \"my_data_rh\": false,\r\n        \"silae_code\": null,\r\n        \"wallet_list\": [\r\n            {\r\n                \"label\": \"TOUTES\",\r\n                \"wallet_id\": 1\r\n            },\r\n            {\r\n                \"label\": \"Portefeuille GL\",\r\n                \"wallet_id\": 2\r\n            }\r\n        ],\r\n        \"company_name\": \"Yooz\",\r\n        \"retrieving_day\": 5,\r\n        \"employee_app_id\": null,\r\n        \"formula_myun_id\": 2,\r\n        \"folder_reference\": null,\r\n        \"preaccounting_id\": null,\r\n        \"accounting_process\": false\r\n    }\r\n]"}],"_postman_id":"0fe51ff1-3c87-49c8-b385-fabc0003f57d"},{"name":"society (all accounting folders)","id":"102f0d26-05b9-4ebe-9454-f7fb1584c187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society","description":"<p>📢 Fetch the list of companies (dossiers) which are under the responsibility of the connected firm.</p>\n<p>⚠️ If you provide a <code>society-id</code> header it will only return information on the given company/society.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","society"],"host":["api","myunisoft","fr"],"query":[{"disabled":true,"description":{"content":"<p>Searches for folders whose name contains the passed value.</p>\n","type":"text/plain"},"key":"q","value":"MyUni"},{"disabled":true,"description":{"content":"<p>Allows you to sort companies according to the selected parameter</p>\n","type":"text/plain"},"key":"sort","value":"{\"column\":\"name\",\"direction\":\"asc\"}"},{"disabled":true,"key":"siret","value":null}],"variable":[]}},"response":[{"id":"b1b478e5-2960-4c60-9946-4f23f19b357d","name":"societies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1591814219.930531"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 10 Jun 2020 18:37:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"441"}],"cookie":[],"responseTime":null,"body":"{\n    \"row_numbers\": 6,\n    \"pages_number\": null,\n    \"society_array\": [\n        {\n            \"ape\": \"6201Z\",\n            \"city\": \"ARDILLIERES\",\n            \"name\": \"3A2ID\",\n            \"step\": \"\",\n            \"insee\": \"17018\",\n            \"siret\": \"838006955\",\n            \"status\": \"\",\n            \"address\": \"6 Rue DU RUISSEAU 17290 ARDILLIERES FRANCE\",\n            \"capital\": 0,\n            \"country\": \"FRANCE\",\n            \"secured\": true,\n            \"analytics\": false,\n            \"member_id\": 2,\n            \"road_type\": \"Rue\",\n            \"complement\": null,\n            \"coordonnee\": [],\n            \"society_id\": 60,\n            \"address_bis\": null,\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": \"17290\",\n            \"safe_status\": true,\n            \"street_name\": \"DU RUISSEAU\",\n            \"address_number\": \"6\",\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        },\n        {\n            \"ape\": \"6920Z\",\n            \"city\": \"PARIS 20E ARRONDISSEMENT\",\n            \"name\": \"XG EXPERTISE\",\n            \"step\": \"\",\n            \"insee\": null,\n            \"siret\": \"501674212\",\n            \"status\": \"\",\n            \"address\": \"36 Rue ETIENNE MAREY 75020 PARIS 20E ARRONDISSEMENT FRANCE\",\n            \"capital\": 0,\n            \"country\": \"FRANCE\",\n            \"secured\": false,\n            \"analytics\": false,\n            \"member_id\": 2,\n            \"road_type\": \"Rue\",\n            \"complement\": null,\n            \"coordonnee\": [],\n            \"society_id\": 9,\n            \"address_bis\": null,\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": \"75020\",\n            \"safe_status\": true,\n            \"street_name\": \"ETIENNE MAREY\",\n            \"address_number\": \"36\",\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        },\n        {\n            \"ape\": \"4321A\",\n            \"city\": \"FERDRUPT\",\n            \"name\": \"MANGEL ELECTRICITE\",\n            \"step\": \"\",\n            \"insee\": \"88170\",\n            \"siret\": \"49401289100011\",\n            \"status\": \"\",\n            \"address\": \"22 B DE XONRUPT  88360 FERDRUPT FRANCE\",\n            \"capital\": 0,\n            \"country\": \"FRANCE\",\n            \"secured\": false,\n            \"analytics\": true,\n            \"member_id\": 1,\n            \"road_type\": null,\n            \"complement\": \"\",\n            \"coordonnee\": [],\n            \"society_id\": 5,\n            \"address_bis\": \"B\",\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": \"88360\",\n            \"safe_status\": true,\n            \"street_name\": \"DE XONRUPT\",\n            \"address_number\": \"22\",\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        },\n        {\n            \"ape\": \"4776Z\",\n            \"city\": \"SAINTE-GENEVIEVE-DES-BOIS\",\n            \"name\": \"AMOUR DE FLEURS\",\n            \"step\": \"\",\n            \"insee\": \"91549\",\n            \"siret\": \"794251157\",\n            \"status\": \"\",\n            \"address\": \"152  Avenue GABRIEL PERI  91700 SAINTE-GENEVIEVE-DES-BOIS France\",\n            \"capital\": 0,\n            \"country\": \"France\",\n            \"secured\": true,\n            \"analytics\": false,\n            \"member_id\": 1,\n            \"road_type\": \"Avenue\",\n            \"complement\": \"\",\n            \"coordonnee\": [],\n            \"society_id\": 4,\n            \"address_bis\": \"\",\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": \"91700\",\n            \"safe_status\": true,\n            \"street_name\": \"GABRIEL PERI\",\n            \"address_number\": \"152\",\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        },\n        {\n            \"ape\": null,\n            \"city\": \"\",\n            \"name\": \"Evoliz démonstration\",\n            \"step\": \"\",\n            \"insee\": null,\n            \"siret\": null,\n            \"status\": \"\",\n            \"address\": \" France\",\n            \"capital\": 0,\n            \"country\": \"France\",\n            \"secured\": false,\n            \"analytics\": true,\n            \"member_id\": 1,\n            \"road_type\": null,\n            \"complement\": null,\n            \"coordonnee\": [],\n            \"society_id\": 2,\n            \"address_bis\": null,\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": null,\n            \"safe_status\": true,\n            \"street_name\": null,\n            \"address_number\": null,\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        },\n        {\n            \"ape\": \"6201Z\",\n            \"city\": \"LA GARDE\",\n            \"name\": \"TEST OGA\",\n            \"step\": \"\",\n            \"insee\": \"83062\",\n            \"siret\": \"52251323300018\",\n            \"status\": \"\",\n            \"address\": \"176 Avenue JOSPEH LOUIS LAMBOT 83130 LA GARDE FRANCE\",\n            \"capital\": 0,\n            \"country\": \"FRANCE\",\n            \"secured\": false,\n            \"analytics\": true,\n            \"member_id\": 1,\n            \"road_type\": \"Avenue\",\n            \"complement\": null,\n            \"coordonnee\": [],\n            \"society_id\": 1,\n            \"address_bis\": null,\n            \"companyType\": \"\",\n            \"mail_liasse\": null,\n            \"postal_code\": \"83130\",\n            \"safe_status\": true,\n            \"street_name\": \"JOSPEH LOUIS LAMBOT\",\n            \"address_number\": \"176\",\n            \"enable_quantity\": false,\n            \"id_type_company\": 1,\n            \"folder_reference\": null\n        }\n    ]\n}"},{"id":"0272c003-a136-4244-a87e-161201cd50de","name":"Get society by SIRET / SIREN","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/society?siret=50112156000013","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","society"],"query":[{"key":"siret","value":"50112156000013"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ape\": {\n        \"id\": 385,\n        \"label\": \"4618Z\",\n        \"value\": \"Intermédiaires spécialisés dans le commerce d'autres produits spécifiques\"\n    },\n    \"register\": null,\n    \"legal_form\": {\n        \"id\": 1,\n        \"label\": \"SARL\",\n        \"code\": \"SARL\"\n    },\n    \"road_type\": {\n        \"id\": 43,\n        \"label\": \"Rond Point\",\n        \"value\": \"Rond Point\"\n    },\n    \"owner_company\": {\n        \"id\": 394,\n        \"label\": \"CABINET TEST TOVO IV\",\n        \"value\": \"CABINET TEST TOVO IV\"\n    },\n    \"bilan\": null,\n    \"impot\": null,\n    \"vat_regime\": {\n        \"id\": 8,\n        \"label\": \"Réel Normal Trimestrielle\",\n        \"value\": \"T\"\n    },\n    \"coordonnee\": null,\n    \"footer\": null,\n    \"city\": {\n        \"label\": \"PARIS 8E ARRONDISSEMENT\",\n        \"value\": \"PARIS 8E ARRONDISSEMENT\"\n    },\n    \"gescom\": {\n        \"label\": \"Evoliz Banana Split\",\n        \"code\": \"EBAN\",\n        \"nb_user_required\": 0\n    },\n    \"comment\": \"\",\n    \"society_id\": 2123,\n    \"name\": \"00001_TEST_DOSSIER\",\n    \"siret\": \"50112156000013\",\n    \"activity\": \"\",\n    \"rof_tva\": \"\",\n    \"rof_tdfc\": \"IS1\",\n    \"rof_cfe\": \"\",\n    \"rof_cvae\": \"\",\n    \"address_number\": \"12\",\n    \"id_accountant\": 4654,\n    \"id_rm\": 4479,\n    \"id_collab\": null,\n    \"accountant\": {\n        \"id_ex\": 4654,\n        \"prenom\": \"Nicolas\",\n        \"nom\": \"Lepateley\"\n    },\n    \"rm\": {\n        \"id_ex\": 4479,\n        \"prenom\": \"Quentin\",\n        \"nom\": \"Hallaert\"\n    },\n    \"collab\": null,\n    \"secured\": false,\n    \"analytics\": false,\n    \"enable_quantity\": false,\n    \"folder_reference\": \"minhtest\",\n    \"adherent_code\": \"\",\n    \"formule_code\": \"BUSI\",\n    \"safe_status\": true,\n    \"logo\": null,\n    \"address_bis\": null,\n    \"street_name\": \"CHAMPS ELYSEES M  DASSAULT\",\n    \"complement\": \"\",\n    \"postal_code\": \"75008\",\n    \"country\": \"FRANCE\",\n    \"address\": \"12 Rond Point CHAMPS ELYSEES M  DASSAULT 75008 PARIS 8E ARRONDISSEMENT FRANCE\",\n    \"id_centre_gestion\": 0,\n    \"code_sheet_group\": \"ISBICN\",\n    \"registration_date\": \"2007-11-17\",\n    \"close_entries_VAT\": false,\n    \"id_type_company\": 1,\n    \"id_parent_society\": 0,\n    \"secondary_establishments\": null,\n    \"date_engage_letter\": \"\"\n}"},{"id":"ef95a33e-bda6-4e5e-b6a1-462a1b67dd87","name":"Get society by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1591814219.930531"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 10 Jun 2020 18:37:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"441"}],"cookie":[],"responseTime":null,"body":"{\n    \"ape\": {\n        \"id\": 534,\n        \"label\": \"5829C\",\n        \"value\": \"Édition de logiciels applicatifs\"\n    },\n    \"register\": null,\n    \"legal_form\": null,\n    \"road_type\": {\n        \"id\": 9,\n        \"label\": \"Rue\",\n        \"value\": \"Rue\"\n    },\n    \"owner_company\": {\n        \"id\": 1,\n        \"label\": \"SCH5\",\n        \"value\": \"SCH5\"\n    },\n    \"bilan\": null,\n    \"impot\": null,\n    \"vat_regime\": null,\n    \"coordonnee\": null,\n    \"footer\": null,\n    \"city\": {\n        \"label\": \"MASSY\",\n        \"value\": \"MASSY\"\n    },\n    \"comment\": \"\",\n    \"society_id\": 3,\n    \"name\": \"MY UNISOFT\",\n    \"siret\": \"84014327500039\",\n    \"activity\": \"\",\n    \"rof_tva\": \"\",\n    \"rof_tdfc\": \"\",\n    \"rof_cfe\": \"\",\n    \"rof_cvae\": \"\",\n    \"address_number\": \"4\",\n    \"id_accountant\": 1,\n    \"id_rm\": 9,\n    \"id_collab\": null,\n    \"accountant\": {\n        \"id_ex\": 1,\n        \"prenom\": \"THOMAS\",\n        \"nom\": \"GENTILHOMME\"\n    },\n    \"rm\": {\n        \"id_ex\": 9,\n        \"prenom\": \"Tony\",\n        \"nom\": \"Gorez\"\n    },\n    \"collab\": null,\n    \"secured\": false,\n    \"analytics\": false,\n    \"enable_quantity\": false,\n    \"folder_reference\": \"\",\n    \"adherent_code\": \"\",\n    \"formule_code\": \"STAN\",\n    \"safe_status\": true,\n    \"logo\": null,\n    \"address_bis\": null,\n    \"street_name\": \"GALVANI\",\n    \"complement\": \"\",\n    \"postal_code\": \"91300\",\n    \"country\": \"FRANCE\",\n    \"address\": \"4 Rue GALVANI 91300 MASSY FRANCE\",\n    \"id_centre_gestion\": 0,\n    \"code_sheet_group\": \"\",\n    \"registration_date\": \"2021-03-22\",\n    \"close_entries_VAT\": false,\n    \"id_type_company\": 1\n}"}],"_postman_id":"102f0d26-05b9-4ebe-9454-f7fb1584c187"},{"name":"society/search (search accounting folder by reference)","id":"b6692074-8d0c-4a07-b9df-057fe6ba86b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/search?reference=ABC","description":"<p>📢 Get a company information (such as the id) by providing the Reference.</p>\n<p>⚠️ In MyUnisoft two or more companies may have the same Reference code. For this particular case an Error will be throw.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","society","search"],"host":["api","myunisoft","fr"],"query":[{"key":"reference","value":"ABC"}],"variable":[]}},"response":[{"id":"5500b82d-bbf0-44b7-afba-04ea6b6242ea","name":"search company by Reference","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/society/search?reference=ABC","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","society","search"],"query":[{"key":"reference","value":"ABC"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Test Agz\",\n    \"siret\": \"849457791\",\n    \"society_id\": 58\n}"}],"_postman_id":"b6692074-8d0c-4a07-b9df-057fe6ba86b0"},{"name":"statistic_thirdParty","id":"5a8a94b7-7d3f-456a-aaaf-a3b91a697bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"{{root}}/api/v1/core/statistic/thirdParty","description":"<p>📢 Get statistics for third parties</p>\n","urlObject":{"path":["api","v1","core","statistic","thirdParty"],"host":["{{root}}"],"query":[],"variable":[]}},"response":[{"id":"11ed4cb2-6733-415a-abff-00ba17e6105d","name":"statistic_thirdParty","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"{{root}}/api/v1/core/statistic/thirdParty"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"Budget Insight\",\n        \"type\": 1,\n        \"code\": \"BUDG\",\n        \"scope\": \"Accounting Folder\",\n        \"connectedFolders\": [],\n        \"connectedFoldersCount\": 0\n    },\n    {\n        \"id\": \"2\",\n        \"name\": \"Silae\",\n        \"type\": 1,\n        \"code\": \"SILA\",\n        \"scope\": \"Accounting Folder\",\n        \"connectedFolders\": [\n            {\n                \"id\": \"29\",\n                \"state\": \"Active\",\n                \"name\": \"Dossier TEST 1\",\n                \"formulaMyun\": {\n                    \"name\": \"Standard\",\n                    \"code\": \"STAN\"\n                }\n            },\n            {\n                \"id\": \"1\",\n                \"state\": \"Active\",\n                \"name\": \"Dossier TEST 2\",\n                \"formulaMyun\": {\n                    \"name\": \"Standard\",\n                    \"code\": \"STAN\"\n                }\n            }\n        ],\n        \"connectedFoldersCount\": 2\n    }\n]"}],"_postman_id":"5a8a94b7-7d3f-456a-aaaf-a3b91a697bd2"},{"name":"Create Exercice","id":"75387592-b630-40ed-a905-a4a9b1f10c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"exercice\": [\r\n        {\r\n            \"start_date\": \"2025-01-01\",\r\n            \"end_date\": \"2025-12-31\",\r\n            \"label\":\"N+1\",\r\n            \"id_review_model\":1,\r\n            \"change_model\":false,\r\n            \"used_software\":\"MyUnisoft Comptabilité\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/exercice","description":"<p>📢 This endpoint is used to create an exercice.</p>\n<p>Exercices labels are <code>N+1</code>, <code>N</code>, <code>N-1</code>, <code>N-2</code> etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface Exercice {\n  exercice_id: number;\n  start_date: string;\n  label: string;\n  end_date: string;\n  closed: boolean;\n  duration: number;\n  ca: number;\n  used_software: string;\n}\n\n</code></pre>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","exercice"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"c010b94b-646b-470a-ac3e-10c882490887","name":"society/exercice","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"With firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"exercice\": [\r\n        {\r\n            \"start_date\": \"2025-01-01\",\r\n            \"end_date\": \"2025-12-31\",\r\n            \"label\":\"N+1\",\r\n            \"id_review_model\":1,\r\n            \"change_model\":false,\r\n            \"used_software\":\"MyUnisoft Comptabilité\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/exercice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596442585.866154"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 03 Aug 2020 08:16:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"352"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75387592-b630-40ed-a905-a4a9b1f10c6d"},{"name":"Update Exercice","id":"86281a85-6ed7-4c9d-a76e-6ec573f6de1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"exercice\": [\r\n    {\r\n      \"start_date\": \"2025-01-01\",\r\n      \"end_date\": \"2026-12-31\",\r\n      \"label\": \"N+1\",\r\n      \"id_review_model\": 1,\r\n      \"change_model\": false,\r\n      \"used_software\": \"MyUnisoft Comptabilité\",\r\n      \"exercice_id\": 420\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/exercice","description":"<p>📢 This endpoint is used to update an existing Exercice.</p>\n<p>Exercices labels are <code>N+1</code>, <code>N</code>, <code>N-1</code>, <code>N-2</code> etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface Exercice {\n  exercice_id: number;\n  start_date: string;\n  label: string;\n  end_date: string;\n  closed: boolean;\n  duration: number;\n  ca: number;\n  used_software: string;\n}\n\n</code></pre>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n<p>⚠️ You need to specify the <code>exercice_id</code> you want to update in the body.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","exercice"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"d82dc44b-5589-45cd-9f56-efeeb76fab16","name":"society/exercice","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"exercice\": [\r\n    {\r\n      \"start_date\": \"2025-01-01\",\r\n      \"end_date\": \"2026-12-31\",\r\n      \"label\": \"N+1\",\r\n      \"id_review_model\": 1,\r\n      \"change_model\": false,\r\n      \"used_software\": \"MyUnisoft Comptabilité\",\r\n      \"exercice_id\": 420\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/exercice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596442585.866154"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 03 Aug 2020 08:16:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"352"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86281a85-6ed7-4c9d-a76e-6ec573f6de1e"},{"name":"gestion_center","id":"da015322-c12c-4053-96fe-57d4cede831f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/gestion_center","description":"<p>📢 Get/fetch the list of gestion center.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","society","gestion_center"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"da015322-c12c-4053-96fe-57d4cede831f"},{"name":"compte EDI","id":"1c7357dd-faa3-4654-b6b0-f9dd344abac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Mandatory</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/compte_edi","description":"<p>📢 Get/fetch the list of EDI sender accounts.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","society","compte_edi"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c7357dd-faa3-4654-b6b0-f9dd344abac5"},{"name":"user","id":"534be3e3-f04f-41e8-8c54-c6fca80fecf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tel\": null,\r\n    \"mail\": {\r\n        \"coordonnee\": \"user@emailexemple.fr\",\r\n        \"id\": 0\r\n    },\r\n    \"name\": \"user_name\",\r\n    \"badmin\": false,\r\n    \"tel_fix\": \"\",\r\n    \"user_id\": 190,\r\n    \"firstname\": \"Sofian\",\r\n    \"groupslst\": [],\r\n    \"id_profil\": 5,\r\n    \"created_at\": \"2022-10-28T16:15:44\",\r\n    \"access_list\": [\r\n        {\r\n            \"label\": \"Test\",\r\n            \"siret\": \"923145171\",\r\n            \"acces_id\": 227,\r\n            \"profil_id\": 7,\r\n            \"wallet_id\": null,\r\n            \"society_id\": 127,\r\n            \"profil_name\": \"Collab social\",\r\n            \"wallet_label\": null,\r\n            \"id_type_profil\": 2,\r\n            \"libelle_type_profil\": \"Cabinet\"\r\n        }\r\n    ],\r\n    \"civility_id\": 1,\r\n    \"maiden_name\": \"\",\r\n    \"tel_portable\": \"\",\r\n    \"id_type_profil\": 2,\r\n    \"ndf_ocr_account\": null,\r\n    \"is_collaborative_user\": false,\r\n    \"civility_code\": \"Mr\",\r\n    \"accessTypeSociety-227\": {\r\n        \"id\": 2,\r\n        \"value\": \"Cabinet\",\r\n        \"label\": \"Cabinet\"\r\n    },\r\n    \"accessProfilSociety-227\": {\r\n        \"id\": 7,\r\n        \"value\": \"Collab social\",\r\n        \"label\": \"Collab social\"\r\n    },\r\n    \"wallet_access_list\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/user","description":"<p>This endpoint is used to update an user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","user"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"534be3e3-f04f-41e8-8c54-c6fca80fecf5"},{"name":"user","id":"f5343157-c7b9-4699-ad25-0e62768d455b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tel\": null,\r\n    \"mail\": {\r\n        \"coordonnee\": \"user@emailexemple.fr\",\r\n        \"id\": 0\r\n    },\r\n    \"name\": \"user_name\",\r\n    \"badmin\": false,\r\n    \"tel_fix\": \"\",\r\n    \"user_id\": 190,\r\n    \"firstname\": \"Sofian\",\r\n    \"groupslst\": [],\r\n    \"id_profil\": 5,\r\n    \"created_at\": \"2022-10-28T16:15:44\",\r\n    \"access_list\": [\r\n        {\r\n            \"label\": \"Test\",\r\n            \"siret\": \"923145171\",\r\n            \"acces_id\": 227,\r\n            \"profil_id\": 7,\r\n            \"wallet_id\": null,\r\n            \"society_id\": 127,\r\n            \"profil_name\": \"Collab social\",\r\n            \"wallet_label\": null,\r\n            \"id_type_profil\": 2,\r\n            \"libelle_type_profil\": \"Cabinet\"\r\n        }\r\n    ],\r\n    \"civility_id\": 1,\r\n    \"maiden_name\": \"\",\r\n    \"tel_portable\": \"\",\r\n    \"id_type_profil\": 2,\r\n    \"ndf_ocr_account\": null,\r\n    \"is_collaborative_user\": false,\r\n    \"civility_code\": \"Mr\",\r\n    \"accessTypeSociety-227\": {\r\n        \"id\": 2,\r\n        \"value\": \"Cabinet\",\r\n        \"label\": \"Cabinet\"\r\n    },\r\n    \"accessProfilSociety-227\": {\r\n        \"id\": 7,\r\n        \"value\": \"Collab social\",\r\n        \"label\": \"Collab social\"\r\n    },\r\n    \"wallet_access_list\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/user","description":"<p>This endpoint is used to create an user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","user"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5343157-c7b9-4699-ad25-0e62768d455b"},{"name":"user","id":"f94da530-4257-49d2-b0b9-30f943cb65ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/user?user_id","description":"<p>📢 This endpoint is used to delete a user.</p>\n<p>Be carefull to use it with caution.</p>\n","urlObject":{"protocol":"https","path":["api","v1","user"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Feed the user id you want to delete</p>\n","type":"text/plain"},"key":"user_id","value":null}],"variable":[]}},"response":[],"_postman_id":"f94da530-4257-49d2-b0b9-30f943cb65ea"}],"id":"5460c9e0-4c23-4ee2-ae77-dfdfa140742b","description":"<p>Endpoints restricted to Firm/Cabinet access. Those endpoints allow to fetch information on:</p>\n<ul>\n<li>The list of companies (dossiers)</li>\n<li>The list of users (who have an access to the platform) and physical person</li>\n</ul>\n","_postman_id":"5460c9e0-4c23-4ee2-ae77-dfdfa140742b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Folder (Society)","item":[{"name":"Account","item":[{"name":"Account entries","id":"1a6c3778-bcd4-4288-a8a5-59f3d42a9214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/account/entries?account_no=2610450&search_date={\"start_date\":\"20210101\",\"end_date\":\"20211231\"}&sort={\"column\":\"date\",\"direction\":\"desc\"}","description":"<p>📢 Fetch/search entries by their relation to an account (or a class of account).</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","account","entries"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Required if account_id is not used.</p>\n","type":"text/plain"},"key":"account_no","value":"2610450"},{"disabled":true,"description":{"content":"<p>Required if account_no is not used.</p>\n","type":"text/plain"},"key":"account_id","value":""},{"description":{"content":"<p>Optionnal - Date range for which we will return entries.\nFormat: {\"start_date\":\"YYYYMMDD\",\"end_date\":\"YYYYMMDD\"}</p>\n","type":"text/plain"},"key":"search_date","value":"{\"start_date\":\"20210101\",\"end_date\":\"20211231\"}"},{"description":{"content":"<p>Optionnal - Column and direction of sorting results by (Columns : credit,debit,date,label,lettrage,piece,piece2      direction: asc,desc)</p>\n","type":"text/plain"},"key":"sort","value":"{\"column\":\"date\",\"direction\":\"desc\"}"},{"disabled":true,"description":{"content":"<p>Optionnal - Filter if filled could be true (entries filtered by lettering not empty) or false (entries filtered by lettering empty)\nIf lettering param not filled all entries are retrieved</p>\n","type":"text/plain"},"key":"lettering","value":""},{"disabled":true,"description":{"content":"<p>Optionnal - previous or next\n/!\\ It only works with the account_id.</p>\n","type":"text/plain"},"key":"prevnext","value":"next"}],"variable":[]}},"response":[{"id":"4d6d7826-dbc5-4c21-a774-7d1ea2ba1584","name":"Account entries","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"society-id","value":"x","type":"text","disabled":true}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/entries?offset=0&limit=10&account_id=2610450","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","entries"],"query":[{"key":"account_no","value":"411","description":"Mandatory if account_id is not used.","disabled":true},{"key":"offset","value":"0","description":"Optionnal (Default 0) Starting rows"},{"key":"limit","value":"10"},{"description":"Optionnal date ranges but if it's activated start_date and end_date must be filled","key":"search_date","type":"text","value":"","disabled":true},{"description":"Optionnal Column and direction of sorting results by (Columns : credit,debit,date,label,lettrage,piece,piece2      direction: asc,desc)","key":"sort","type":"text","value":"{\"column\":\"date\",\"direction\":\"desc\"}","disabled":true},{"description":"Optionnal Filter if filled could be true (entries filtered by lettering not empty) or false (entries filtered by lettering empty)\nIf lettering param not filled all entries are retrieved","key":"lettering","type":"text","value":"","disabled":true},{"description":"optionnal : previous ou next","key":"prevnext","type":"text","value":"","disabled":true},{"description":"Mandatory if account_no is not used.","key":"account_id","type":"text","value":"2610450"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"list_entries_line\": [\n        {\n            \"diary_id\": 60733,\n            \"diary_code\": \"ECS\",\n            \"is_an\": false,\n            \"entry_id\": 32531634,\n            \"entry_line_id\": 93412347,\n            \"date\": \"2021-01-11\",\n            \"piece\": \"\",\n            \"piece2\": \"\",\n            \"label\": \"ACHATS MARCHANDISES\",\n            \"credit\": 1000000,\n            \"debit\": null,\n            \"solde\": -1000000,\n            \"lettrage\": \"\",\n            \"comment\": false,\n            \"payment_type\": {\n                \"id_type_reglement\": 0,\n                \"nom\": \"\"\n            },\n            \"deadline\": null,\n            \"added_date\": \"2021-05-11\",\n            \"closed\": false,\n            \"dotted\": false,\n            \"flags\": null,\n            \"pj_list\": [\n                {\n                    \"document_id\": 3519922,\n                    \"token\": \"RdMleakTMG9EMvL\",\n                    \"name\": \"linky.jpeg\",\n                    \"baseUrl\": \"https://cloud.myunisoft.fr\",\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=RdMleakTMG9EMvL&scalingup=0\",\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/RdMleakTMG9EMvL\",\n                    \"download\": \"https://cloud.myunisoft.fr/index.php/s/RdMleakTMG9EMvL/download\"\n                }\n            ],\n            \"creator\": {\n                \"id\": 0,\n                \"firstname\": \"\",\n                \"name\": \"\"\n            }\n        },\n        {\n            \"diary_id\": 53519,\n            \"diary_code\": \"01\",\n            \"is_an\": false,\n            \"entry_id\": 32066592,\n            \"entry_line_id\": 91895003,\n            \"date\": \"2021-01-20\",\n            \"piece\": \"\",\n            \"piece2\": \"\",\n            \"label\": \"MATERIEL DE BUREAU\",\n            \"credit\": 10000,\n            \"debit\": null,\n            \"solde\": -1010000,\n            \"lettrage\": \"\",\n            \"comment\": false,\n            \"payment_type\": {\n                \"id_type_reglement\": 0,\n                \"nom\": \"\"\n            },\n            \"deadline\": null,\n            \"added_date\": \"2021-04-20\",\n            \"closed\": false,\n            \"dotted\": false,\n            \"flags\": null,\n            \"pj_list\": [],\n            \"creator\": {\n                \"id\": 5356,\n                \"firstname\": \"oliv2test\",\n                \"name\": \"dstest\"\n            }\n        },\n        {\n            \"diary_id\": 65588,\n            \"diary_code\": \"ttt\",\n            \"is_an\": false,\n            \"entry_id\": 32147379,\n            \"entry_line_id\": 92189649,\n            \"date\": \"2021-01-26\",\n            \"piece\": \"\",\n            \"piece2\": \"\",\n            \"label\": \"CAPITAL\",\n            \"credit\": 15000000,\n            \"debit\": null,\n            \"solde\": -16010000,\n            \"lettrage\": \"\",\n            \"comment\": false,\n            \"payment_type\": {\n                \"id_type_reglement\": 0,\n                \"nom\": \"\"\n            },\n            \"deadline\": null,\n            \"added_date\": \"2021-04-26\",\n            \"closed\": false,\n            \"dotted\": false,\n            \"flags\": null,\n            \"pj_list\": [],\n            \"creator\": {\n                \"id\": 5356,\n                \"firstname\": \"oliv2test\",\n                \"name\": \"dstest\"\n            }\n        }\n    ],\n    \"total_debit\": 0,\n    \"total_credit\": 16010000,\n    \"thisAccount\": {\n        \"id\": 2610450,\n        \"number\": \"471000\",\n        \"label\": \"COMPTE ATTENTE INFOR\"\n    }\n}"}],"_postman_id":"1a6c3778-bcd4-4288-a8a5-59f3d42a9214"},{"name":"Find or create Account","id":"5fa4c33d-9208-40ac-b457-5b3ea970f913","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"account_number\": \"411NAME\",\r\n    \"label\": \"account name\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/account","description":"<p>📢 Find or automatically create an account. Useful when you'r working with the JSON format.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"ca535bb1-9499-4842-90ae-bed5643b6443","name":"With complementary info","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"exoneration\": false,\r\n    \"account_number\": \"251\",\r\n    \"label\": \"test25\",\r\n    \"society_id\": 80,\r\n    \"vat_param_id\": 1079,\r\n    \"array_counterpart_account\": null,\r\n    \"das_2\": false,\r\n    \"complementary_info\": {\r\n        \"siren\": \"\",\r\n        \"id_ape\": \"\",\r\n        \"id_country\": 78,\r\n        \"person_in_charge\": \"\",\r\n        \"name\": \"\",\r\n        \"contact_lastname\": \"\",\r\n        \"contact_firstname\": \"\",\r\n        \"function\": \"\",\r\n        \"tel\": \"\",\r\n        \"email\": \"\",\r\n        \"iban_list\": [\r\n            {\r\n                \"iban\": \"\",\r\n                \"bic\": \"\",\r\n                \"etablissement\": \"\"\r\n            }\r\n        ],\r\n        \"id_payment_deadline\": \"\",\r\n        \"payment_type_id\": \"\",\r\n        \"address_number\": \"\",\r\n        \"repetition_index\": \"\",\r\n        \"way_type_id\": \"\",\r\n        \"address\": \"\",\r\n        \"address_complement\": \"\",\r\n        \"postal_code\": \"\",\r\n        \"city\": \"\",\r\n        \"profession\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"account_id\": 37919,\n    \"account_number\": \"251000\",\n    \"label\": \"test25\",\n    \"array_counterpart_account\": []\n}"},{"id":"40572aca-6eee-408f-9f93-b585477629b5","name":"account 40 & 41","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"account_number\": \"411NAME\",\r\n    \"label\": \"account name\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/account"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"account_id\": 2228247,\r\n    \"account_number\": \"411NAME\",\r\n    \"label\": \"account name\",\r\n    \"counterpart_account\": null\r\n}"}],"_postman_id":"5fa4c33d-9208-40ac-b457-5b3ea970f913"},{"name":"Update Account","id":"c11709da-9a20-4d04-8b16-890e7e029c13","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/account","description":"<p>📢 Update account. The <strong>account_id</strong> and <strong>account_number</strong> are required (Note: account_number can be replaced with the label).</p>\n<p>JSON Body is described by the following TypeScript interface.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface UpdateAccount {\n  account_id: number;\n  account_number: string;\n  label: string;\n  analytics?: boolean;\n  intraco_account?: boolean;\n  btp_autoliquidation?: boolean;\n  exoneration?: boolean;\n  vat_param_id?: number;\n  counterpart_account_id?: number;\n  das_2?: boolean;\n  ocr_autovalidation?: boolean;\n  ocr_threshold?: number;\n  provider?: boolean;\n  complementary_info?: ComplementaryInfo;\n}\n\ninterface ComplementaryInfo {\n  name?: string;\n  siren?: string;\n  id_ape?: number;\n  is_foreign?: boolean;\n\n  person_in_charge?: string;\n  profession?: string;\n\n  contact_lastname?: string;\n  contact_firstname?: string;\n  function?: string;\n  tel?: string;\n  tel2?: string;\n  email?: string;\n\n  repetition_index: string;\n  way_type_id: number;\n  address: string;\n  address_number: string;\n  address_complement: string;\n  postal_code: string;\n  city: string;\n  id_country?: number;\n\n  iban_list?: Iban[];\n  contact_list?: Contact[];\n\n  id_payment_deadline?: number;\n  payment_type_id?: number;\n\n  misc_referent?: string;\n  misc_group?: string;\n  misc_doubtful_id?: number;\n  misc_language_id?: number;\n  misc_archived?: boolean;\n}\n\ninterface Iban {\n  id?: number;\n  iban: string;\n  bic?: string;\n  rum?: string;\n}\n\ninterface Contact {\n  email: string;\n  lastname: string;\n  firstname: string;\n  tel1: string;\n  tel2: string;\n  function: string;\n  id_contact_compte_tiers?: number | null;\n  isNew?: boolean;\n}\n\n</code></pre>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"c11709da-9a20-4d04-8b16-890e7e029c13"},{"name":"Update Account Contact","id":"47860ebc-35c9-4ee3-919f-ab3c7352cc69","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"society-id","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"account_id\": 18786343,\r\n  \"contact_list\": [\r\n    {\r\n      \"tel1\": \"0655547180\",\r\n      \"tel2\": \"\",\r\n      \"email\": \"john.doe@unknown.com\",\r\n      \"lastname\": \"Doe\",\r\n      \"firstname\": \"John\",\r\n      \"function\": \"CEO\",\r\n      \"id_contact_compte_tiers\": 1\r\n    }\r\n  ]   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/account/contact","description":"<p>📢 Update account. The <strong>account_id</strong> and <strong>account_number</strong> are required (Note: account_number can be replaced with the label).</p>\n<p>JSON Body is described by the following TypeScript interface.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface UpdateAccount {\n  account_id: number;\n  account_number: string;\n  label: string;\n  provider?: boolean;\n  intraco_account?: boolean;\n  btp_autoliquidation?: boolean;\n  exoneration?: boolean;\n  society_id?: number;\n  vat_param_id?: number;\n  counterpart_account_id?: number;\n  das_2?: boolean;\n  complementary_info?: ComplementaryInfo;\n}\n​\ninterface ComplementaryInfo {\n  profession?: string;\n  siren?: string;\n  id_ape?: number;\n  person_in_charge?: string;\n  name?: string;\n  contact_lastname?: string;\n  contact_firstname?: string;\n  function?: string;\n  tel?: string;\n  email?: string;\n  iban_list?: Iban[];\n  id_payment_deadline?: number;\n  payment_type_id?: number;\n  address_number?: string;\n  repetition_index?: string;\n  way_type_id?: number;\n  address?: string;\n  address_complement?: string;\n  postal_code?: string;\n  city?: string;\n  country?: string;\n}\n​\ninterface Iban {\n  id_iban_compte_tiers: number;\n  iban: string;\n  bic: string;\n  etablissement: string;\n  rum_date_signature?: null;\n}\n</code></pre>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","account","contact"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"47860ebc-35c9-4ee3-919f-ab3c7352cc69"},{"name":"Find detailed account by ID","id":"64f555ae-5821-438a-8f3d-558f9d6d283c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3312","description":"<p>REQUIRED</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/account?mode=2&account_id=3045408","description":"<p>📢 Retrieves an account using its ID.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MODE 2 IS REQUIRED</p>\n","type":"text/plain"},"key":"mode","value":"2"},{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"account_id","value":"3045408"}],"variable":[]}},"response":[{"id":"9a6a1d64-b76d-4aec-b827-095bfabc8257","name":"Find one account by ID","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1450","description":"REQUIRED","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account?mode=2&account_id=2345","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account"],"query":[{"key":"mode","value":"2","description":"MODE 2 IS REQUIRED"},{"key":"account_id","value":"2345","description":"REQUIRED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"account_array\": [\n        {\n            \"account_id\": 2345,\n            \"society_id\": 1450,\n            \"account_number\": \"106100\",\n            \"label\": \"RESERVE LEGALE\",\n            \"solde\": 0,\n            \"sens\": \"\",\n            \"comment\": \"\",\n            \"intraco\": false,\n            \"btp_autoliquidation\": false,\n            \"presta\": false,\n            \"exoneration\": false,\n            \"das_2\": false,\n            \"closed\": false,\n            \"blocked\": false,\n            \"vat_param\": null,\n            \"counterpart_account\": {\n                \"account_id\": 2344,\n                \"account_number\": \"101000\",\n                \"label\": \"CAPITAL\"\n            },\n            \"array_counterpart_account\": [\n                {\n                    \"label\": \"CAPITAL\",\n                    \"num_ordre\": 1,\n                    \"vat_param\": null,\n                    \"account_id\": 2344,\n                    \"account_number\": \"101000\"\n                }\n            ],\n            \"complementary_informations\": {\n                \"id_info_compte_tiers\": null,\n                \"person_in_charge\": null,\n                \"address_number\": null,\n                \"indice_repetition\": null,\n                \"address\": null,\n                \"address_complement\": null,\n                \"postal_code\": null,\n                \"city\": null,\n                \"siren\": null,\n                \"name\": null,\n                \"contact_lastname\": null,\n                \"contact_firstname\": null,\n                \"function\": null,\n                \"tel\": null,\n                \"email\": null,\n                \"comment\": null,\n                \"profession\": null,\n                \"firstname\": null,\n                \"lastname\": null,\n                \"type_info_compte_tiers\": null,\n                \"iban_list\": [],\n                \"way_type\": null,\n                \"amount_type_paid\": null,\n                \"ape\": null,\n                \"payment_deadline\": null,\n                \"id_payment_deadline\": null,\n                \"payment_type_id\": null,\n                \"payment_type\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"64f555ae-5821-438a-8f3d-558f9d6d283c"},{"name":"Find detailed account by account number","id":"43368578-947c-4b57-ab9b-60ea22ccba4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3312","description":"<p>REQUIRED</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/account?mode=2&begin_by=3045408","description":"<p>📢 Retrieves an account using its account number.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MODE 2 IS REQUIRED</p>\n","type":"text/plain"},"key":"mode","value":"2"},{"description":{"content":"<p>REQUIRED - This is the account number. </p>\n","type":"text/plain"},"key":"begin_by","value":"3045408"}],"variable":[]}},"response":[{"id":"977860c9-7b01-4d36-8c66-f9f19ef2dbb3","name":"Find one account by account number","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"389","description":"REQUIRED","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account?mode=2&begin_by=1064800","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account"],"query":[{"key":"mode","value":"2","description":"MODE 2 IS REQUIRED"},{"key":"begin_by","value":"1064800","description":"REQUIRED - This is the account number. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"account_array\": [\n        {\n            \"account_id\": 305401,\n            \"society_id\": 389,\n            \"account_number\": \"1064800\",\n            \"label\": \"AUTRES RESERVES REGLEMENTEES\",\n            \"solde\": 0,\n            \"sens\": \"\",\n            \"comment\": \"\",\n            \"intraco\": false,\n            \"btp_autoliquidation\": false,\n            \"presta\": false,\n            \"exoneration\": false,\n            \"das_2\": false,\n            \"closed\": false,\n            \"blocked\": false,\n            \"vat_param\": null,\n            \"counterpart_account\": null,\n            \"array_counterpart_account\": null,\n            \"complementary_informations\": {\n                \"id_info_compte_tiers\": null,\n                \"person_in_charge\": null,\n                \"address_number\": null,\n                \"indice_repetition\": null,\n                \"address\": null,\n                \"address_complement\": null,\n                \"postal_code\": null,\n                \"city\": null,\n                \"siren\": null,\n                \"name\": null,\n                \"contact_lastname\": null,\n                \"contact_firstname\": null,\n                \"function\": null,\n                \"tel\": null,\n                \"email\": null,\n                \"comment\": null,\n                \"profession\": null,\n                \"firstname\": null,\n                \"lastname\": null,\n                \"type_info_compte_tiers\": null,\n                \"iban_list\": [],\n                \"way_type\": null,\n                \"amount_type_paid\": null,\n                \"ape\": null,\n                \"payment_deadline\": null,\n                \"id_payment_deadline\": null,\n                \"payment_type_id\": null,\n                \"payment_type\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"43368578-947c-4b57-ab9b-60ea22ccba4b"},{"name":"Detailed accounts (all accounts)","id":"166cf1b1-91df-4889-bad0-c9b943f11e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/account?mode=2&begin_by=106&sort_","description":"<p>📢 Fetch all the accounts (suppliers, customers, etc) of the accounting plan (plan comptable).</p>\n<p>If <code>begin_by</code> is supplied, only accounts whose the account number starts with <code>begin_by</code> will be returned.</p>\n<p>This way, you can find an account with its account number.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MODE 2 IS REQUIRED</p>\n","type":"text/plain"},"key":"mode","value":"2"},{"description":{"content":"<p>OPTIONAL - Retrieves accounts where the account number starts with begin_by.</p>\n","type":"text/plain"},"key":"begin_by","value":"106"},{"description":{"content":"<p>OPTIONAL</p>\n","type":"text/plain"},"key":"sort_","value":null}],"variable":[]}},"response":[],"_postman_id":"166cf1b1-91df-4889-bad0-c9b943f11e37"},{"name":"Simplified accounts (all accounts)","id":"596b1f9b-214a-4da6-9e72-b24a0249edf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/account?mode=1&q=106&limit=100","description":"<p>📢 Fetch all accounts and returns a simplified view of them.</p>\n<p>If <code>q</code> is supplied, only accounts whose the account label includes <code>q</code> and accounts whose the account number starts with <code>q</code> will be returned.</p>\n<p>This way, you can find an account with its account number and its label.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","account"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MODE 1 IS REQUIRED</p>\n","type":"text/plain"},"key":"mode","value":"1"},{"description":{"content":"<p>OPTIONAL - Retrieves:</p>\n<ul>\n<li>accounts where the account label includes \"q\".</li>\n<li>accounts where the account number starts with \"q\".</li>\n</ul>\n","type":"text/plain"},"key":"q","value":"106"},{"description":{"content":"<p>OPTIONAL - Default value: 5</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"c3770959-24dc-4b64-aef6-6959e39027c7","name":"Simplified accounts (all accounts)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"456","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account?mode=1&q=106&limit=2","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account"],"query":[{"key":"mode","value":"1","description":"MODE 1 IS REQUIRED"},{"key":"q","value":"106","description":"OPTIONAL - Retrieves:\n- accounts where the account label includes \"q\".\n- accounts where the account number starts with \"q\"."},{"key":"limit","value":"2","description":"OPTIONAL - Default value: 5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"account_id\": 1225,\n        \"account_number\": \"106100\",\n        \"label\": \"RESERVE LEGALE\",\n        \"counterpart_account\": {\n            \"account_id\": 544,\n            \"account_number\": \"101000\",\n            \"label\": \"CAPITAL\"\n        },\n        \"array_counterpart_account\": [\n            {\n                \"label\": \"CAPITAL\",\n                \"num_ordre\": 1,\n                \"vat_param\": null,\n                \"account_id\": 544,\n                \"account_number\": \"101000\"\n            }\n        ]\n    },\n    {\n        \"account_id\": 56,\n        \"account_number\": \"106800\",\n        \"label\": \"AUTRES RESERVES\"\n    }\n]"}],"_postman_id":"596b1f9b-214a-4da6-9e72-b24a0249edf3"},{"name":"Account V2","id":"55018d6c-4769-43de-b42d-0dd39231e0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"","description":"<p>Only with cabinet/firm access.</p>\n","type":"default"}],"url":"https://api.myunisoft.fr/api/v1/account/v2?begin_by=41&details=true&compta=true&vat=true&counterpart=true&quantity=true","description":"<p>📢 Fetch all accounts and returns a simplified view of them if no parameters have been given.</p>\n<blockquote>\n<p>If <code>begin_by</code> is supplied, only accounts whose the account number starts with <code>begin_by</code> will be returned. This way, you can find an account with its account number.</p>\n</blockquote>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","account","v2"],"host":["api","myunisoft","fr"],"query":[{"disabled":true,"description":{"content":"<p>OPTIONAL (cannot be combined with begin_by)</p>\n","type":"text/plain"},"key":"account_id","value":"424242"},{"description":{"content":"<p>OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.</p>\n","type":"text/plain"},"key":"begin_by","value":"41"},{"description":{"content":"<p>OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.</p>\n","type":"text/plain"},"key":"details","value":"true"},{"description":{"content":"<p>OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".</p>\n","type":"text/plain"},"key":"compta","value":"true"},{"description":{"content":"<p>OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.</p>\n","type":"text/plain"},"key":"vat","value":"true"},{"description":{"content":"<p>OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.</p>\n","type":"text/plain"},"key":"counterpart","value":"true"},{"description":{"content":"<p>OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.</p>\n","type":"text/plain"},"key":"quantity","value":"true"},{"disabled":true,"description":{"content":"<p>OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.</p>\n","type":"text/plain"},"key":"entry_date","value":"20210628"}],"variable":[]}},"response":[{"id":"921e0a7e-2870-49d9-9efd-262b74183513","name":"Account V2 - by account number","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?begin_by=41","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"424242","description":"OPTIONAL","disabled":true},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value."},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.","disabled":true},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.","disabled":true},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.","disabled":true},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.","disabled":true},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 999,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"0\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1740,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"4110000000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"clienttest1\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1708,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411test100\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS EFFETS A RECEVOIR\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1000,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"413000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS DOUTEUX OU LITIGIEUX\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1001,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"416000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS FACT. A ETABLIR\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1002,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"418100\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS INTERETS COURUS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1003,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"418800\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS ACPTES S/COM\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1004,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"419100\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS EMBAL.CONSIG\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1005,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"419600\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS AUTRES AVOIR\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1006,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"419700\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    },\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS RRR&AV.A ACC\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 1007,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"419800\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    }\n]"},{"id":"54739a94-7db1-4605-b305-a00466cf6359","name":"Account V2 - by account ID","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?account_id=999","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"999","description":"OPTIONAL"},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.","disabled":true},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.","disabled":true},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.","disabled":true},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.","disabled":true},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.","disabled":true},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"account_id\": 999,\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    }\n]"},{"id":"9b2c767d-9487-45da-880f-7fe9237f2447","name":"Account V2 -  with details","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?account_id=999&details=true","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"999","description":"OPTIONAL"},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.","disabled":true},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts."},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.","disabled":true},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.","disabled":true},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.","disabled":true},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 999,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null,\n        \"complementary_informations\": {\n            \"ape\": null,\n            \"tel\": null,\n            \"city\": null,\n            \"name\": null,\n            \"email\": null,\n            \"siren\": null,\n            \"address\": null,\n            \"comment\": null,\n            \"function\": null,\n            \"lastname\": null,\n            \"typevoie\": null,\n            \"firstname\": null,\n            \"iban_list\": [],\n            \"id_country\": null,\n            \"profession\": null,\n            \"postal_code\": null,\n            \"payment_type\": null,\n            \"address_number\": null,\n            \"payment_type_id\": null,\n            \"amount_type_paid\": null,\n            \"contact_lastname\": null,\n            \"payment_deadline\": null,\n            \"person_in_charge\": null,\n            \"contact_firstname\": null,\n            \"indice_repetition\": null,\n            \"address_complement\": null,\n            \"id_payment_deadline\": null,\n            \"id_info_compte_tiers\": null,\n            \"type_info_compte_tiers\": null\n        }\n    }\n]"},{"id":"8df98c14-61bf-4191-9d44-5d32eb9cde6b","name":"Account V2 - with VAT param","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?account_id=999&vat=true","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"999","description":"OPTIONAL"},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.","disabled":true},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.","disabled":true},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos."},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.","disabled":true},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.","disabled":true},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"vat_param\": null,\n        \"account_id\": 999,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    }\n]"},{"id":"f90edd30-e7b3-4943-ba17-e4c85fa07167","name":"Account V2 - with counterpart","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?account_id=999&counterpart=true","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"999","description":"OPTIONAL"},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.","disabled":true},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.","disabled":true},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.","disabled":true},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos."},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos.","disabled":true},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 999,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"counterpart_account\": null,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null,\n        \"array_counterpart_account\": null\n    }\n]"},{"id":"5ce6556a-95f1-434b-90b0-6cbded28290f","name":"Account V2 - with quantity","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"default"},{"key":"society-id","value":"1450","description":"Only with cabinet/firm access.","type":"default"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/account/v2?account_id=424242&quantity=true","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","account","v2"],"query":[{"key":"account_id","value":"424242","description":"OPTIONAL"},{"key":"begin_by","value":"41","description":"OPTIONAL - Allows you to filter the accounts whose account number begins with the given value.","disabled":true},{"key":"details","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get detailed accounts.","disabled":true},{"key":"compta","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get \"sens\", \"solde\" and \"blocked\".","disabled":true},{"key":"vat","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get VAT infos.","disabled":true},{"key":"counterpart","value":"true","description":"OPTIONAL -  Default value: FALSE.\nTRUE to get counterpart infos.","disabled":true},{"key":"quantity","value":"true","description":"OPTIONAL - Default value: FALSE.\nTRUE to get quantity infos."},{"key":"entry_date","value":"20210628","description":"OPTIONAL - YYYYMMDD.\nAllows you to perform an account validation check on the given date (no check if no date).\nWorks only with account_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"das_2\": false,\n        \"label\": \"CLIENTS\",\n        \"closed\": false,\n        \"id_tva\": null,\n        \"presta\": false,\n        \"comment\": null,\n        \"intraco\": false,\n        \"account_id\": 999,\n        \"quantities\": null,\n        \"exoneration\": false,\n        \"param_vat_id\": null,\n        \"account_number\": \"411000\",\n        \"btp_autoliquidation\": false,\n        \"correspondance_label\": null,\n        \"id_compte_contrepart\": null,\n        \"correspondance_no_compte\": null\n    }\n]"}],"_postman_id":"55018d6c-4769-43de-b42d-0dd39231e0b4"}],"id":"fc9ac7e1-490b-4616-b7b5-115c8bec8630","_postman_id":"fc9ac7e1-490b-4616-b7b5-115c8bec8630","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Analytic","item":[{"name":"Axe","item":[{"name":"Axes","id":"b0a3c96d-078a-4920-a321-7bb53c2f3006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes","description":"<p>Fetch the list of axes of a company.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"eca37c5e-e54b-46aa-b025-6bc93e53230f","name":"Axes","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes"},"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id_axe\": 41,\r\n        \"code\": \"ANA002\",\r\n        \"label\": \"REGIONS\",\r\n        \"id_societe\": 3,\r\n        \"id_section_default\": 66\r\n    },\r\n    {\r\n        \"id_axe\": 39,\r\n        \"code\": \"ANA001\",\r\n        \"label\": \"PAYS\",\r\n        \"id_societe\": 3,\r\n        \"id_section_default\": 72\r\n    },\r\n    {\r\n        \"id_axe\": 45,\r\n        \"code\": \"code001\",\r\n        \"label\": \"EQUIPE\",\r\n        \"id_societe\": 3,\r\n        \"id_section_default\": 74\r\n    },\r\n    {\r\n        \"id_axe\": 47,\r\n        \"code\": \"code0023\",\r\n        \"label\": \"RACE\",\r\n        \"id_societe\": 3,\r\n        \"id_section_default\": 82\r\n    }\r\n]"}],"_postman_id":"b0a3c96d-078a-4920-a321-7bb53c2f3006"},{"name":"One axe","id":"ffc53964-644a-4772-9c9c-16e53b9a7f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}","description":"<p>Get informations of one axe.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"dbd595e5-3c2f-43cd-bffa-b34506b85457","name":"One axe","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/axes/41"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id_axe\": 41,\r\n        \"code\": \"ANA002\",\r\n        \"label\": \"REGIONS\",\r\n        \"id_societe\": 3,\r\n        \"id_section_default\": 66\r\n    }\r\n]"}],"_postman_id":"ffc53964-644a-4772-9c9c-16e53b9a7f72"},{"name":"Create axe","id":"17ce894c-f68e-414c-8906-f48b39b630bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Firm access only</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"EQUIPE\",\r\n\t\"label\": \"AxeEquipe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"$schema\": \"http://json-schema.org/draft-07/schema\",\n    \"type\": \"object\",\n    \"description\": \"liste des propriétés pour créer un axe.\",\n    \"required\": [ \"code\", \"label\"],\n    \"properties\": {\n        \"code\": {\n            \"type\": \"string\",\n            \"description\": \"Code de l'axe\"\n        },\n        \"label\": {\n            \"type\": \"string\",\n            \"description\": \"Libellé de l'axe\"\n        },\n        \"id_section_default\": {\n            \"type\": \"integer\",\n            \"description\": \"Identifiant de la section par defaut\"\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"35220196-ef8f-4ded-93d4-d03b370c51de","name":"Create axe","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Firm access only","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"EQUIPE\",\r\n\t\"label\": \"AxeEquipe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id_axe\": 48,\n    \"code\": \"EQUIPE\",\n    \"label\": \"AxeEquipe\",\n    \"id_societe\": 3,\n    \"id_section_default\": null\n}"}],"_postman_id":"17ce894c-f68e-414c-8906-f48b39b630bc"},{"name":"Update axe","id":"e14fcd65-3566-4ea5-ae6b-4ee1348fe740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"TEAM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"$schema\": \"http://json-schema.org/draft-07/schema\",\n    \"type\": \"object\",\n    \"description\": \"liste des propriétés de l'axe que l'on peut modifier\",\n    \"required\": [],\n    \"properties\": {\n        \"code\": {\n            \"type\": \"string\",\n            \"description\": \"Code de l'axe\"\n        },\n        \"label\": {\n            \"type\": \"string\",\n            \"description\": \"Libellé de l'axe\"\n        },\n        \"id_section_default\": {\n            \"type\": \"integer\",\n            \"description\": \"Identifiant de la section par defaut\"\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"43f04cf4-56c9-4e65-acad-70b7c6a41ca0","name":"Update axe","originalRequest":{"method":"PUT","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"TEAM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"id_axe\": 48,\r\n  \"code\": \"TEAM\",\r\n  \"label\": \"AxeEquipe\",\r\n  \"id_societe\": 3,\r\n  \"id_section_default\": null\r\n}"}],"_postman_id":"e14fcd65-3566-4ea5-ae6b-4ee1348fe740"},{"name":"Delete axe","id":"3fb01e7c-798a-40b0-9ff4-35ad22c3e5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}","description":"<p>Get informations of one axe.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"ff98548b-a554-41e9-b568-f24c877ca707","name":"Delete axe","originalRequest":{"method":"DELETE","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"TEAM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Suppression effectuée avec succès\"\n}"}],"_postman_id":"3fb01e7c-798a-40b0-9ff4-35ad22c3e5a9"}],"id":"67f1a487-0074-45df-b1d3-5fa67286c1f6","_postman_id":"67f1a487-0074-45df-b1d3-5fa67286c1f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Section","item":[{"name":"Informations from default section","id":"244a7d6a-8cf1-42ea-9feb-2e9dcb5acfe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/defaultsection","description":"<p>Get informations of one axe.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","defaultsection"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"244a7d6a-8cf1-42ea-9feb-2e9dcb5acfe1"},{"name":"Sections","id":"6cc3788b-7af4-462d-b971-995f29251230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/sections?closed_section=true","description":"<p>Fetch the list of sections of one axe.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","sections"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>OPTIONAL - Default value: FALSE.\nTrue if you want to get closed sections.</p>\n","type":"text/plain"},"key":"closed_section","value":"true"}],"variable":[]}},"response":[{"id":"e3d470c0-b1d9-4644-ae7a-a9739bab8654","name":"Sections","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/41/sections"},"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id_section_analytique\": 1,\r\n    \"code\": \"TEAM\",\r\n    \"label\": \"Section TEAM\",\r\n    \"id_axe\": 41,\r\n    \"account\": \"601000\",\r\n    \"closed\": false,\r\n    \"isdefault\": false\r\n  }\r\n]"}],"_postman_id":"6cc3788b-7af4-462d-b971-995f29251230"},{"name":"One section","id":"dbec7435-26ec-404f-975d-c85244117e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/sections/{{id_section}}","description":"<p>Get informations of one section.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","sections","{{id_section}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"19821858-2c96-4c8c-b5c3-75501cdea283","name":"One section","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/sections/{{id_section}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id_section_analytique\": \"number\",\r\n        \"code\": \"string\",\r\n        \"label\": \"string\",\r\n        \"id_axe\": \"number\",\r\n        \"account\": \"string\",\r\n        \"closed\": \"boolean\",\r\n        \"isdefault\": \"boolean\"\r\n    }\r\n]"}],"_postman_id":"dbec7435-26ec-404f-975d-c85244117e49"},{"name":"Create section","id":"896e9bf6-3cc6-4328-88b3-24771006af46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"ATTENTE\",\r\n\t\"label\": \"Waiting section\",\r\n\t\"by_default\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/sections","description":"<p>When creating the default section, the by_default parameter must be added in the payload.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"$schema\": \"http://json-schema.org/draft-07/schema\",\n    \"type\": \"object\",\n    \"description\": \"liste des propriétées de l'axe que l'on veut modifier\",\n    \"required\": [\"code\"],\n    \"properties\": {\n        \"code\": {\n            \"type\": \"string\",\n            \"description\": \"Code de l'axe\"\n        },\n        \"label\": {\n            \"type\": \"string\",\n            \"description\": \"Libellé de l'axe\"\n        },\n        \"id_section_default\": {\n            \"type\": \"integer\",\n            \"description\": \"Identifiant de la section par defaut\"\n        }\n    }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","sections"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"f7c0f61a-5e99-41a4-a99e-70c5b007e1b2","name":"Create section","originalRequest":{"method":"POST","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"code\": \"ATTENTE\",\r\n\t\"label\": \"Waiting section\",\r\n\t\"by_default\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48/sections"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id_section_analytique\": 10,\n    \"code\": \"ATTENTE\",\n    \"label\": \"Waiting section\",\n    \"id_axe\": 48,\n    \"account\": null,\n    \"closed\": false\n}"}],"_postman_id":"896e9bf6-3cc6-4328-88b3-24771006af46"},{"name":"Update section","id":"dfe7d238-2c55-415c-99d3-e75bb0e1c352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"closed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/sections/{{id_section}}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"$schema\": \"http://json-schema.org/draft-07/schema\",\n  \"type\": \"object\",\n  \"description\": \"Proriétés modifiables d'une section\",\n  \"required\": [],\n  \"properties\": {\n    \"code\": {\n      \"type\": \"string\",\n      \"description\": \"code de la section\"\n    },\n    \"label\": {\n      \"type\": \"string\",\n      \"description\": \"label de la section\"\n    },\n    \"account\": {\n      \"type\": \"string\",\n      \"description\": \"chaine qui permet de savoir si oui ou non on doit utiliser cette section\",\n      \"example\":\"601;602;-601A;-601B\"\n    },\n    \"closed\": {\n      \"type\": \"boolean\",\n      \"description\": \"clos ou ouvre une section afin de la rendre active ou inactive\"\n    }\n  }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","sections","{{id_section}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"8fbb0df5-9531-4bb2-9c81-486e9d89a8c1","name":"Update section","originalRequest":{"method":"PUT","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"closed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/sections/58"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id_section_analytique\": 58,\n    \"code\": \"BACK\",\n    \"label\": \"SectionBACK\",\n    \"id_axe\": 48,\n    \"account\": \"601\",\n    \"closed\": true\n}"}],"_postman_id":"dfe7d238-2c55-415c-99d3-e75bb0e1c352"},{"name":"Delete section","id":"a3152553-8da2-4f71-a994-4a6ab3cf1f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/sections/{{id_section}}","urlObject":{"protocol":"https","path":["api","v1","analytics","sections","{{id_section}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"e0d0f842-ae4e-403a-9020-24fcd02c864f","name":"Delete section","originalRequest":{"method":"DELETE","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/sections/58"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"a3152553-8da2-4f71-a994-4a6ab3cf1f1a"}],"id":"b4161701-f519-47de-9c56-2324c35fee9c","_postman_id":"b4161701-f519-47de-9c56-2324c35fee9c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Repartition key","item":[{"name":"Repartition keys","id":"5379a52f-2d2f-439a-8718-6dadda42f014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys","description":"<p>Fetch the list of repartiton keys from one axe.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","repartition_keys"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"b08836cd-e95d-453b-888b-91cf18953130","name":"Repartition keys","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/41/repartition_keys"},"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id_axe\": 41,\r\n        \"id_repartion_key\": 1,\r\n        \"condition\": \"607\",\r\n        \"key\": \"TEST\"\r\n    },\r\n\t{\r\n        \"id_axe\": 41,\r\n        \"id_repartion_key\": 2,\r\n        \"condition\": \"606\",\r\n        \"key\": \"TEST2\"\r\n    }\r\n]"}],"_postman_id":"5379a52f-2d2f-439a-8718-6dadda42f014"},{"name":"One repartition key","id":"f3349b36-6b48-47c0-9dca-550b94beb3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys/{{id_repartition_key}}","description":"<p>Get the informations of one repartition key.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","repartition_keys","{{id_repartition_key}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"fd23b653-c666-4a06-a959-f0120b53ba9d","name":"One repartition key","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys/{{id_repartition_key}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id_axe\": 41,\r\n        \"id_repartion_key\": 1,\r\n        \"condition\": \"6;-607,-606\",\r\n        \"key\": \"\"\r\n    }\r\n]"}],"_postman_id":"f3349b36-6b48-47c0-9dca-550b94beb3e9"},{"name":"Create repartition key","id":"7d7630fd-6928-4716-80f7-60592d718ffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"PAYS\",\r\n  \"condition\": \"6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"$schema\": \"http://json-schema.org/draft-07/schema\",\n  \"type\": \"object\",\n  \"description\": \"Nouvelle clé de réparition.\",\n  \"required\": [],\n  \"properties\": {\n    \"key\": {\n      \"type\": \"string\",\n      \"description\": \"Clé/Code de la ressource\"\n    },\n    \"condition\": {\n      \"type\": \"string\",\n      \"description\": \"Condition sur les numéros de comptes permettant l'execution ou non de la clé de répartiton\",\n      \"examples\": [\n        \"6;-607,-606\"\n      ]\n    }\n  }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","repartition_keys"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"752a372b-a4ca-4868-a0c8-54473a91d71a","name":"Create repartition key","originalRequest":{"method":"POST","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"PAYS\",\r\n  \"condition\": \"6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48/repartition_keys"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"condition\": \"6\",\n    \"id_axe\": 48,\n    \"id_repartition_key\": 5,\n    \"key\": \"PAYS\"\n}"}],"_postman_id":"7d7630fd-6928-4716-80f7-60592d718ffa"},{"name":"Update repartition key","id":"ceed6782-8875-4aa6-8893-9114ad07024c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \t\"key\": \"COUNTRY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys/{{id_repartition_key}}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"$schema\": \"http://json-schema.org/draft-07/schema\",\n  \"type\": \"object\",\n  \"description\": \"Valeur modifiable\",\n  \"required\": [],\n  \"properties\": {\n    \"key\": {\n      \"type\": \"string\",\n      \"description\": \"Clé/Code de la ressource \"\n    },\n    \"condition\": {\n      \"type\": \"string\",\n      \"description\": \"Condition sur les numéros de comptes permettant l'execution ou non de la clé de répartiton\",\n      \"examples\": [\n        \"6;-607,-606\"\n      ]\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","repartition_keys","{{id_repartition_key}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"7447fde5-dd80-408b-abbe-6b29ff30d0d4","name":"Update repartition key","originalRequest":{"method":"PUT","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"key\": \"COUNTRY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48/repartition_keys/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"condition\": \"6\",\n    \"id_axe\": 48,\n    \"id_repartition_key\": 5,\n    \"key\": \"COUNTRY\"\n}"}],"_postman_id":"ceed6782-8875-4aa6-8893-9114ad07024c"},{"name":"Delete repartition key","id":"53c6ec16-d911-42b1-817b-5371c83267ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/{{id_axe}}/repartition_keys/{{id_repartition_key}}","urlObject":{"protocol":"https","path":["api","v1","analytics","axes","{{id_axe}}","repartition_keys","{{id_repartition_key}}"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"f6f09f2b-1156-485d-ae07-5d57f6e11fb8","name":"Delete repartition key","originalRequest":{"method":"DELETE","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/axes/48/repartition_keys/5"},"status":"Accepted","code":202,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"true"}],"_postman_id":"53c6ec16-d911-42b1-817b-5371c83267ca"}],"id":"dbe8fb94-1091-4c0e-bebf-add59469c438","_postman_id":"dbe8fb94-1091-4c0e-bebf-add59469c438","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Repartition","item":[{"name":"Distribution rates of sections","id":"ac12cf0c-249d-4df9-b504-bf599be13ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/repartition_keys/{{id_repartition_key}}/repartition","description":"<p>Get the distribution rates of sections.</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","repartition_keys","{{id_repartition_key}}","repartition"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"8bfcc6ba-df82-40b2-a0a2-56adf4f26248","name":"Distribution rates of sections","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/repartition_keys/5/repartition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n\t{\r\n\t\t\"id_section_from_key\": 71,\r\n\t\t\"id_section\": 219,\r\n\t\t\"id_repartition_key\": 5,\r\n\t\t\"rate\": 10\r\n\t},\r\n\t{\r\n\t\t\"id_section_from_key\": 72,\r\n\t\t\"id_section\": 249,\r\n\t\t\"id_repartition_key\": 5,\r\n\t\t\"rate\": 10\r\n\t},\r\n\t{\r\n\t\t\"id_section_from_key\": 73,\r\n\t\t\"id_section\": 454,\r\n\t\t\"id_repartition_key\": 5,\r\n\t\t\"rate\": 80\r\n\t}\r\n]"}],"_postman_id":"ac12cf0c-249d-4df9-b504-bf599be13ef5"},{"name":"Add repartition","id":"af8252ba-0724-4f05-91e8-0c0559aa40b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Firm access only.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n      \"id_section\": 219,\r\n      \"rate\": 10\r\n    },\r\n    {\r\n      \"id_section\": 249,\r\n      \"rate\": 10\r\n    },\r\n    {\r\n      \"id_section\": 454,\r\n      \"rate\": 80\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/repartition_keys/{{id_repartition_key}}/repartition","description":"<p>The sum of the rates must be equal to 100.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"$schema\": \"http://json-schema.org/draft-07/schema\",\n  \"type\": \"array\",\n  \"description\": \"Liste des sections qui vont etre utilisé pour la répartition\",\n  \"items\": {\n    \"type\": \"object\",\n    \"description\": \"valeur de la répartition de la section\",\n    \"required\": [\n      \"id_section\",\n      \"rate\"\n    ],\n    \"properties\": {\n      \"id_section\": {\n        \"type\": \"integer\",\n        \"description\": \"identifiant interne de la section\"\n      },\n      \"rate\": {\n        \"type\": \"integer\",\n        \"description\": \"Taux de la répartition\"\n      }\n    }\n  }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","repartition_keys","{{id_repartition_key}}","repartition"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"af95b754-9b32-4a8c-8475-b642b7beef9d","name":"Add repartition","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Firm access only.","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n      \"id_section\": 219,\r\n      \"rate\": 10\r\n    },\r\n    {\r\n      \"id_section\": 249,\r\n      \"rate\": 10\r\n    },\r\n    {\r\n      \"id_section\": 454,\r\n      \"rate\": 80\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/analytics/repartition_keys/{{id_repartition_key}}/repartition"},"_postman_previewlanguage":"text","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"true"}],"_postman_id":"af8252ba-0724-4f05-91e8-0c0559aa40b9"}],"id":"0fb86e9a-b2d7-4a66-937c-9a7e1accfb04","_postman_id":"0fb86e9a-b2d7-4a66-937c-9a7e1accfb04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Repartition from one line entry","id":"fc308f84-a253-42d9-b2a3-547c225ae980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/line_entries/{{id_line_entry}}/repartitions","urlObject":{"protocol":"https","path":["api","v1","analytics","line_entries","{{id_line_entry}}","repartitions"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"1d59a982-75d9-4b07-be8d-b3e4ef7a807e","name":"With analytic","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/line_entries/3495/repartitions"},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n\t{\r\n\t\t\"id_axe\": 98,\r\n\t\t\"code\": \"AXE001\",\r\n\t\t\"label\": \"PAYS\",\r\n\t\t\"repartition\": [\r\n\t\t\t{\r\n\t\t\t\t\"code\": \"SECT003\",\r\n\t\t\t\t\"rate\": 100,\r\n\t\t\t\t\"label\": \"France\",\r\n\t\t\t\t\"amount\": 100,\r\n\t\t\t\t\"id_section\": 216,\r\n\t\t\t\t\"id_reparition\": 123\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]"},{"id":"feef86ca-afa6-41d3-8d19-18aad71257bf","name":"Without analytic","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/line_entries/3495/repartitions"},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n\t{\r\n\t\t\"id_axe\": 98,\r\n\t\t\"code\": \"AXE001\",\r\n\t\t\"label\": \"PAYS\",\r\n\t\t\"repartition\": [\r\n\t\t\t{\r\n\t\t\t\t\"code\": \"SECT003\",\r\n\t\t\t\t\"rate\": 100,\r\n\t\t\t\t\"label\": \"France\",\r\n\t\t\t\t\"id_section\": 216,\r\n\t\t\t\t\"id_reparition\": null,\r\n\t\t\t\t\"amount\": 0\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]"}],"_postman_id":"fc308f84-a253-42d9-b2a3-547c225ae980"},{"name":"Default repartitions","id":"b131958f-7e3d-4cbb-bc82-0fbc3c745a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"3","description":"<p>If using firm access.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/analytics/repartitions?account=601000&value=1000","description":"<p>Get the default configuration of the analytical distribution of an entry line with its account number and amount</p>\n","urlObject":{"protocol":"https","path":["api","v1","analytics","repartitions"],"host":["api","myunisoft","fr"],"query":[{"key":"account","value":"601000"},{"key":"value","value":"1000"}],"variable":[]}},"response":[{"id":"4b9d30fc-b037-40ee-97ef-0b72051efa35","name":"Default repartitions","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"3","description":"If using firm access.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/analytics/repartitions?account=601000&value=1000","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","analytics","repartitions"],"query":[{"key":"account","value":"601000"},{"key":"value","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id_axe\": 99,\n        \"code\": \"AXE002\",\n        \"label\": \"REGIONS\",\n        \"repartition\": [\n            {\n                \"code\": \"AAAAAA\",\n                \"rate\": 100,\n                \"label\": \"AAAAAAAAA\",\n                \"amount\": 0,\n                \"id_section\": 24851,\n                \"id_reparition\": null\n            }\n        ]\n    },\n    {\n        \"id_axe\": 2942,\n        \"code\": \"CODETESTSECTION\",\n        \"label\": \"0000\",\n        \"repartition\": [\n            {\n                \"code\": \"SIEGE 2\",\n                \"rate\": 100,\n                \"label\": \"Nouveau lbael\",\n                \"amount\": 0,\n                \"id_section\": 40563,\n                \"id_reparition\": null\n            }\n        ]\n    },\n    {\n        \"id_axe\": 661,\n        \"code\": \"TEST\",\n        \"label\": \"test\",\n        \"repartition\": [\n            {\n                \"code\": \"22\",\n                \"rate\": 100,\n                \"label\": \"22\",\n                \"amount\": 0,\n                \"id_section\": 776,\n                \"id_reparition\": null\n            }\n        ]\n    },\n    {\n        \"id_axe\": 100,\n        \"code\": \"AXE003\",\n        \"label\": \"DEPARTEMENTS\",\n        \"repartition\": [\n            {\n                \"code\": \"SECT009\",\n                \"rate\": 100,\n                \"label\": \"Lozère\",\n                \"amount\": 0,\n                \"id_section\": 223,\n                \"id_reparition\": null\n            }\n        ]\n    },\n    {\n        \"id_axe\": 98,\n        \"code\": \"AXE001\",\n        \"label\": \"PAYS\",\n        \"repartition\": [\n            {\n                \"code\": \"SECT003\",\n                \"rate\": 100,\n                \"label\": \"France\",\n                \"amount\": 0,\n                \"id_section\": 216,\n                \"id_reparition\": null\n            }\n        ]\n    },\n    {\n        \"id_axe\": 2941,\n        \"code\": \"AXE_009\",\n        \"label\": \"Axe_test_009\",\n        \"repartition\": [\n            {\n                \"code\": \"SEC_009\",\n                \"rate\": 100,\n                \"label\": \"section_test_009\",\n                \"amount\": 0,\n                \"id_section\": 40853,\n                \"id_reparition\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"b131958f-7e3d-4cbb-bc82-0fbc3c745a76"}],"id":"31176485-619c-4603-b348-bead574f21c3","_postman_id":"31176485-619c-4603-b348-bead574f21c3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Dashboard","item":[{"name":"Dashboard (all)","id":"e02a0a82-fb6c-4a65-81b8-fcad30283521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://app.myunisoft.fr/api/v1/dashboard?application_type=Web&exercice_id=1345","description":"<p>📢 Get dashboards data (MyUnisoft homepage dashboard).</p>\n<p>⚠️ A society-id is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","dashboard"],"host":["app","myunisoft","fr"],"query":[{"key":"application_type","value":"Web"},{"key":"exercice_id","value":"1345"}],"variable":[]}},"response":[{"id":"e1dfc299-a54a-4a94-98d7-ac27b7ee2074","name":"Get dashboard","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://app.myunisoft.fr/api/v1/dashboard?application_type=Web&exercice_id=1345","protocol":"https","host":["app","myunisoft","fr"],"path":["api","v1","dashboard"],"query":[{"key":"application_type","value":"Web"},{"key":"exercice_id","value":"1345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id_config_user_dashboard\": 292,\n    \"cards_list\": [\n        {\n            \"id_card\": 1,\n            \"type\": \"client\",\n            \"year\": [\n                {\n                    \"id\": \"EX\",\n                    \"label\": \"EX\",\n                    \"AN\": true,\n                    \"start_date\": \"2022-01-01\",\n                    \"end_date\": \"2022-12-31\",\n                    \"total\": 493632,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 128400,\n                            \"z\": \"202201\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 250800,\n                            \"z\": \"202202\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 373200,\n                            \"z\": \"202203\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 493632,\n                            \"z\": \"202204\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 493632,\n                            \"z\": \"202205\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 493632,\n                            \"z\": \"202206\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 493632,\n                            \"z\": \"202207\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 493632,\n                            \"z\": \"202208\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 493632,\n                            \"z\": \"202209\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 493632,\n                            \"z\": \"202210\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 493632,\n                            \"z\": \"202211\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 493632,\n                            \"z\": \"202212\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"EX-1\",\n                    \"label\": \"EX-1\",\n                    \"AN\": false,\n                    \"start_date\": \"2021-01-01\",\n                    \"end_date\": \"2021-12-31\",\n                    \"total\": 6000,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 0,\n                            \"z\": \"202101\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 0,\n                            \"z\": \"202102\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 6000,\n                            \"z\": \"202103\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 6000,\n                            \"z\": \"202104\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 6000,\n                            \"z\": \"202105\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 6000,\n                            \"z\": \"202106\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 6000,\n                            \"z\": \"202107\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 6000,\n                            \"z\": \"202108\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 6000,\n                            \"z\": \"202109\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 6000,\n                            \"z\": \"202110\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 6000,\n                            \"z\": \"202111\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 6000,\n                            \"z\": \"202112\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id_card\": 2,\n            \"type\": \"fournisseur\",\n            \"year\": [\n                {\n                    \"id\": \"EX\",\n                    \"label\": \"EX\",\n                    \"AN\": true,\n                    \"start_date\": \"2022-01-01\",\n                    \"end_date\": \"2022-12-31\",\n                    \"total\": 390,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 0,\n                            \"z\": \"202201\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 0,\n                            \"z\": \"202202\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 150,\n                            \"z\": \"202203\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 390,\n                            \"z\": \"202204\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 390,\n                            \"z\": \"202205\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 390,\n                            \"z\": \"202206\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 390,\n                            \"z\": \"202207\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 390,\n                            \"z\": \"202208\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 390,\n                            \"z\": \"202209\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 390,\n                            \"z\": \"202210\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 390,\n                            \"z\": \"202211\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 390,\n                            \"z\": \"202212\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"EX-1\",\n                    \"label\": \"EX-1\",\n                    \"AN\": false,\n                    \"start_date\": \"2021-01-01\",\n                    \"end_date\": \"2021-12-31\",\n                    \"total\": 0,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 0,\n                            \"z\": \"202101\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 0,\n                            \"z\": \"202102\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 0,\n                            \"z\": \"202103\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 0,\n                            \"z\": \"202104\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 0,\n                            \"z\": \"202105\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 0,\n                            \"z\": \"202106\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 0,\n                            \"z\": \"202107\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 0,\n                            \"z\": \"202108\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 0,\n                            \"z\": \"202109\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 0,\n                            \"z\": \"202110\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 0,\n                            \"z\": \"202111\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 0,\n                            \"z\": \"202112\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id_card\": 3,\n            \"type\": \"situation_globale\",\n            \"year\": [\n                {\n                    \"id\": \"EX\",\n                    \"label\": \"EX\",\n                    \"AN\": true,\n                    \"start_date\": \"2022-01-01\",\n                    \"end_date\": \"2022-12-31\",\n                    \"total\": 420038,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 107000,\n                            \"z\": \"202201\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 209000,\n                            \"z\": \"202202\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 310880,\n                            \"z\": \"202203\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 420038,\n                            \"z\": \"202204\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 420038,\n                            \"z\": \"202205\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 420038,\n                            \"z\": \"202206\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 420038,\n                            \"z\": \"202207\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 420038,\n                            \"z\": \"202208\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 420038,\n                            \"z\": \"202209\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 420038,\n                            \"z\": \"202210\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 420038,\n                            \"z\": \"202211\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 420038,\n                            \"z\": \"202212\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"EX-1\",\n                    \"label\": \"EX-1\",\n                    \"AN\": false,\n                    \"start_date\": \"2021-01-01\",\n                    \"end_date\": \"2021-12-31\",\n                    \"total\": 5000,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 0,\n                            \"z\": \"202101\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 0,\n                            \"z\": \"202102\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 5000,\n                            \"z\": \"202103\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 5000,\n                            \"z\": \"202104\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 5000,\n                            \"z\": \"202105\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 5000,\n                            \"z\": \"202106\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 5000,\n                            \"z\": \"202107\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 5000,\n                            \"z\": \"202108\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 5000,\n                            \"z\": \"202109\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 5000,\n                            \"z\": \"202110\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 5000,\n                            \"z\": \"202111\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 5000,\n                            \"z\": \"202112\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id_card\": 7,\n            \"type\": \"ca\",\n            \"year\": [\n                {\n                    \"id\": \"EX\",\n                    \"label\": \"EX\",\n                    \"AN\": true,\n                    \"start_date\": \"2022-01-01\",\n                    \"end_date\": \"2022-12-31\",\n                    \"total\": 356000,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 102000,\n                            \"z\": \"202201\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 204000,\n                            \"z\": \"202202\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 306000,\n                            \"z\": \"202203\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 356000,\n                            \"z\": \"202204\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 356000,\n                            \"z\": \"202205\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 356000,\n                            \"z\": \"202206\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 356000,\n                            \"z\": \"202207\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 356000,\n                            \"z\": \"202208\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 356000,\n                            \"z\": \"202209\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 356000,\n                            \"z\": \"202210\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 356000,\n                            \"z\": \"202211\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 356000,\n                            \"z\": \"202212\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"EX-1\",\n                    \"label\": \"EX-1\",\n                    \"AN\": false,\n                    \"start_date\": \"2021-01-01\",\n                    \"end_date\": \"2021-12-31\",\n                    \"total\": 5000,\n                    \"data\": [\n                        {\n                            \"x\": \"Janv\",\n                            \"y\": 0,\n                            \"z\": \"202101\"\n                        },\n                        {\n                            \"x\": \"Févr\",\n                            \"y\": 0,\n                            \"z\": \"202102\"\n                        },\n                        {\n                            \"x\": \"Mars\",\n                            \"y\": 5000,\n                            \"z\": \"202103\"\n                        },\n                        {\n                            \"x\": \"Avri\",\n                            \"y\": 5000,\n                            \"z\": \"202104\"\n                        },\n                        {\n                            \"x\": \"Mai\",\n                            \"y\": 5000,\n                            \"z\": \"202105\"\n                        },\n                        {\n                            \"x\": \"Juin\",\n                            \"y\": 5000,\n                            \"z\": \"202106\"\n                        },\n                        {\n                            \"x\": \"Juil\",\n                            \"y\": 5000,\n                            \"z\": \"202107\"\n                        },\n                        {\n                            \"x\": \"Août\",\n                            \"y\": 5000,\n                            \"z\": \"202108\"\n                        },\n                        {\n                            \"x\": \"Sept\",\n                            \"y\": 5000,\n                            \"z\": \"202109\"\n                        },\n                        {\n                            \"x\": \"Octo\",\n                            \"y\": 5000,\n                            \"z\": \"202110\"\n                        },\n                        {\n                            \"x\": \"Nove\",\n                            \"y\": 5000,\n                            \"z\": \"202111\"\n                        },\n                        {\n                            \"x\": \"Déce\",\n                            \"y\": 5000,\n                            \"z\": \"202112\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e02a0a82-fb6c-4a65-81b8-fcad30283521"},{"name":"Dashboard progression","id":"e290e83c-11ba-4b52-9871-c54aa8ef9a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with Frim Access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dashboard/society/progression?exercice_id=1234&sort={\"column\":\"company_name\",\"direction\":\"asc\"}","description":"<p>📢 Get dashboards data (MyUnisoft homepage dashboard).</p>\n<p>⚠️ A society-id is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","dashboard","society","progression"],"host":["api","myunisoft","fr"],"query":[{"key":"exercice_id","value":"1234"},{"key":"sort","value":"{\"column\":\"company_name\",\"direction\":\"asc\"}"}],"variable":[]}},"response":[{"id":"2e113edb-4251-4020-b06d-905acb759870","name":"Get dashboard progression","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"X-Third-Party-Secret","type":"text"},{"key":"society-id","value":"19","description":"Required with Frim Access","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dashboard/society/progression?exercice_id=147&sort={\"column\":\"company_name\",\"direction\":\"asc\"}","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dashboard","society","progression"],"query":[{"key":"exercice_id","value":"147"},{"key":"sort","value":"{\"column\":\"company_name\",\"direction\":\"asc\"}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"period\": [\r\n        {\r\n            \"label\": \"Tâches\",\r\n            \"type\": \"sortable\"\r\n        },\r\n        {\r\n            \"label\": \"Total\",\r\n            \"type\": \"sortable\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0122\",\r\n            \"label\": \"janvier\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0222\",\r\n            \"label\": \"février\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0322\",\r\n            \"label\": \"mars\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0422\",\r\n            \"label\": \"avril\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0522\",\r\n            \"label\": \"mai\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0622\",\r\n            \"label\": \"juin\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0722\",\r\n            \"label\": \"juillet\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0822\",\r\n            \"label\": \"août\"\r\n        },\r\n        {\r\n            \"MMAA\": \"0922\",\r\n            \"label\": \"septembre\"\r\n        },\r\n        {\r\n            \"MMAA\": \"1022\",\r\n            \"label\": \"octobre\"\r\n        },\r\n        {\r\n            \"MMAA\": \"1122\",\r\n            \"label\": \"novembre\"\r\n        },\r\n        {\r\n            \"MMAA\": \"1222\",\r\n            \"label\": \"décembre\"\r\n        }\r\n    ],\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"label\": \"Comptable\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 41\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 498\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 53\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 42\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 11\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 95\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 65\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 45\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 36\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 886\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"parent_id\": 1,\r\n            \"label\": \"Rapprochement bancaire\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 0\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"parent_id\": 1,\r\n            \"label\": \"Virement interne\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 0\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"parent_id\": 3,\r\n            \"total\": 0,\r\n            \"id_item\": 11756,\r\n            \"label\": \"580000\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 5,\r\n            \"parent_id\": 1,\r\n            \"label\": \"Compte attente\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 10\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 207\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 11\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 5\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 4\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 3\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 14\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 5\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 261\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"parent_id\": 5,\r\n            \"total\": 261,\r\n            \"id_item\": 11733,\r\n            \"label\": \"471000\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 10\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 207\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 11\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 5\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 4\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 3\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 14\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"time-out\",\r\n                            \"value\": 5\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 7,\r\n            \"parent_id\": 5,\r\n            \"total\": 0,\r\n            \"id_item\": 11734,\r\n            \"label\": \"472000\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 8,\r\n            \"parent_id\": 1,\r\n            \"label\": \"Ecriture\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 31\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 291\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 42\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 33\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 7\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 7\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 49\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 29\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 29\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 518\r\n        },\r\n        {\r\n            \"id\": 9,\r\n            \"parent_id\": 8,\r\n            \"total\": 9,\r\n            \"id_item\": 1688,\r\n            \"code\": \"AC\",\r\n            \"label\": \"Journal ac\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 3\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 6\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"parent_id\": 8,\r\n            \"total\": 488,\r\n            \"id_item\": 451,\r\n            \"code\": \"VE\",\r\n            \"label\": \"Journal ve\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 24\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 291\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 39\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 13\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 7\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 7\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 49\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 29\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 29\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 11,\r\n            \"parent_id\": 8,\r\n            \"total\": 14,\r\n            \"id_item\": 1687,\r\n            \"code\": \"OD\",\r\n            \"label\": \"Journal od\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 14\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 12,\r\n            \"parent_id\": 8,\r\n            \"total\": 7,\r\n            \"id_item\": 408,\r\n            \"code\": \"40\",\r\n            \"label\": \"Journal an\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 7\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 13,\r\n            \"parent_id\": 1,\r\n            \"label\": \"Flux\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 4\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\",\r\n                            \"value\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 86\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 13\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"total\": 107\r\n        },\r\n        {\r\n            \"id\": 14,\r\n            \"parent_id\": 13,\r\n            \"total\": 0,\r\n            \"label\": \"Extourne\",\r\n            \"type\": \"ext\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 15,\r\n            \"parent_id\": 13,\r\n            \"total\": 102,\r\n            \"label\": \"Factures\",\r\n            \"type\": \"o\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 4\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 81\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 13\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 2\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 16,\r\n            \"parent_id\": 13,\r\n            \"total\": 5,\r\n            \"label\": \"Manuel\",\r\n            \"type\": \"m\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"in-progress\",\r\n                            \"value\": 5\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 17,\r\n            \"parent_id\": 13,\r\n            \"total\": 0,\r\n            \"label\": \"Banque\",\r\n            \"type\": \"ib\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"ok\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 18,\r\n            \"label\": \"Fiscal\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 19,\r\n            \"parent_id\": 18,\r\n            \"label\": \"CVAE\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 21,\r\n            \"parent_id\": 18,\r\n            \"label\": \"IS\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 23,\r\n            \"parent_id\": 18,\r\n            \"label\": \"TVA\",\r\n            \"data\": [\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"table_status\": [\r\n                        {\r\n                            \"status\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e290e83c-11ba-4b52-9871-c54aa8ef9a8d"}],"id":"38b3601b-83df-4c52-a181-82e58bc0ab36","_postman_id":"38b3601b-83df-4c52-a181-82e58bc0ab36","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Export","item":[{"name":"FEC","id":"b953be72-03e7-4be6-8638-d14025bdab46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.myunisoft.fr/api/v1/export/fec?export_type=1&from=2020-01-01&to=2020-12-30","urlObject":{"protocol":"https","path":["api","v1","export","fec"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>0 =  export avec exercice_id<br />1 = export avec  de DATE DEBUT * DATE FIN</p>\n","type":"text/plain"},"key":"export_type","value":"1"},{"key":"from","value":"2020-01-01"},{"key":"to","value":"2020-12-30"},{"disabled":true,"key":"exercice_id","value":null}],"variable":[]}},"response":[{"id":"d8e3464f-bc68-45b3-a145-9ae1d386cf09","name":"FEC","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/export/fec?export_type=0&exercice_id=123","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","export","fec"],"query":[{"key":"export_type","value":"0","description":"0 =  export avec exercice_id  \n1 = export avec  de DATE DEBUT * DATE FIN"},{"key":"from","value":"2020-01-01","disabled":true},{"key":"to","value":"2020-12-30","disabled":true},{"key":"exercice_id","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"JournalCode|JournalLib|EcritureNum|EcritureDate|CompteNum|CompteLib|CompAuxNum|CompAuxLib|PieceRef|PieceDate|EcritureLib|Debit|Credit|EcritureLet|DateLet|ValidDate|Montantdevise|Idevise|RefInterne\r\n40|JOURNAL AN|1|20220101|101200|CAPITAL APPELE NON VERSE|||0000|20220101|CAPITAL NON APPELE|0|150|||20220101|||E55435\r\n40|JOURNAL AN|1|20220101|445712|TVA Collectée à 20%|||0210000002|20220101|Dupont|0|1000|||20220101|||D10935\r\n40|JOURNAL AN|1|20220101|120000|COMPTE DE RESULTAT|||0210000002|20220101|A NOUVEAUX RESULTAT EX. BENEFICES|0|5000|||20220101|||D10935\r\n40|JOURNAL AN|1|20220101|411DUPONT|Dupont|||0210000001|20220101|Dupont|0|5000|AAA||20220101|||D10933\r\n40|JOURNAL AN|1|20220101|411DUPONT|Dupont|||0210000002|20220101|Dupont|6000|0|||20220101|||D10935\r\n40|JOURNAL AN|1|20220101|411DUPONT|Dupont|||0210000001|20220101|Dupont|5000|0|AAA||20220101|||D10934\r\n40|JOURNAL AN|1|20220101|101100|CAPITAL NON APPELE|||0000|20220101|CAPITAL NON APPELE|150|0|||20220101|||E55435\r\nVE|JOURNAL VE|2|20220101|706120|Prestations de services|||0220100001|20220101|AB Conseil SAS|0|50000|||20220101|||D13621\r\nVE|JOURNAL VE|2|20220101|411ABCONS|AB Conseil SAS|||0220100001|20220101|AB Conseil SAS|60000|0|||20220101|||D13621\r\nVE|JOURNAL VE|2|20220101|445712|TVA Collectée à 20%|||0220100001|20220101|AB Conseil SAS|0|10000|||20220101|||D13621\r\nVE|JOURNAL VE|3|20220114|706120|Prestations de services|||0220100002|20220114|Agence Dupond|0|2000|||20220114|||D13622\r\nVE|JOURNAL VE|3|20220114|445712|TVA Collectée à 20%|||0220100002|20220114|Agence Dupond|0|400|||20220114|||D13622\r\nVE|JOURNAL VE|3|20220114|411AGENCE|Agence Dupond|||0220100002|20220114|Agence Dupond|2400|0|||20220114|||D13622\r\nVE|JOURNAL VE|4|20220115|706120|Prestations de services|||0220100003|20220115|AB Conseil SAS|0|50000|||20220115|||D13617\r\nVE|JOURNAL VE|4|20220115|445712|TVA Collectée à 20%|||0220100003|20220115|AB Conseil SAS|0|10000|||20220115|||D13617\r\nVE|JOURNAL VE|4|20220115|411ABCONS|AB Conseil SAS|||0220100003|20220115|AB Conseil SAS|60000|0|||20220115|||D13617\r\nVE|JOURNAL VE|5|20220125|471000|Compte comptable d'attente|||00:0000097|20220125|LE COLORIS sprl|0|183,32|||20220125|||D19008\r\nVE|JOURNAL VE|5|20220125|471000|Compte comptable d'attente|||00:0000097|20220125|LE COLORIS sprl|0|916,68|||20220125|||D19008\r\nVE|JOURNAL VE|5|20220125|411901113|LE COLORIS sprl|||00:0000097|20220125|LE COLORIS sprl|1100|0|||20220125|||D19008\r\nVE|JOURNAL VE|6|20220126|471000|Compte comptable d'attente|||00:0000098|20220126|Adelicia 2 SARL|0|150|||20220126|||D19010\r\nVE|JOURNAL VE|6|20220126|411123456|Adelicia 2 SARL|||00:0000098|20220126|Adelicia 2 SARL|150|0|||20220126|||D19010\r\nVE|JOURNAL VE|7|20220126|471000|Compte comptable d'attente|||0220100001|20220126|Adelicia 2 SARL|150|0|||20220126|||D18974\r\nVE|JOURNAL VE|7|20220126|411123456|Adelicia 2 SARL|||0220100001|20220126|Adelicia 2 SARL|0|150|||20220126|||D18974\r\nVE|JOURNAL VE|8|20220127|471000|Compte comptable d'attente|||00:0000099|20220127|demo|0|468|||20220127|||D19026\r\nVE|JOURNAL VE|8|20220127|471000|Compte comptable d'attente|||00:0000099|20220127|demo|0|40|||20220127|||D19026\r\nVE|JOURNAL VE|8|20220127|471000|Compte comptable d'attente|||00:0000099|20220127|demo|0|14,28|||20220127|||D19026\r\nVE|JOURNAL VE|8|20220127|411C10800|demo|||00:0000099|20220127|demo|522,28|0|||20220127|||D19026\r\nVE|JOURNAL VE|9|20220127|471000|Compte comptable d'attente|||00:0000100|20220127|demo|0|868|||20220127|||D19024\r\nVE|JOURNAL VE|9|20220127|471000|Compte comptable d'attente|||00:0000100|20220127|demo|0|80|||20220127|||D19024\r\nVE|JOURNAL VE|9|20220127|471000|Compte comptable d'attente|||00:0000100|20220127|demo|0|14,28|||20220127|||D19024\r\nVE|JOURNAL VE|9|20220127|411C10800|demo|||00:0000100|20220127|demo|962,28|0|||20220127|||D19024\r\nVE|JOURNAL VE|10|20220201|706120|Prestations de services|||0220200001|20220201|AB Conseil SAS|0|50000|||20220201|||D13616\r\nVE|JOURNAL VE|10|20220201|445712|TVA Collectée à 20%|||0220200001|20220201|AB Conseil SAS|0|10000|||20220201|||D13616\r\nVE|JOURNAL VE|10|20220201|411ABCONS|AB Conseil SAS|||0220200001|20220201|AB Conseil SAS|60000|0|||20220201|||D13616\r\nVE|JOURNAL VE|11|20220201|471000|Compte comptable d'attente|||00:0000101|20220201|Cooper David|0|2,95|||20220201|||D18948\r\nVE|JOURNAL VE|11|20220201|471000|Compte comptable d'attente|||00:0000101|20220201|Cooper David|0|43,84|||20220201|||D18948\r\nVE|JOURNAL VE|11|20220201|471000|Compte comptable d'attente|||00:0000101|20220201|Cooper David|0|2,91|||20220201|||D18948\r\nVE|JOURNAL VE|11|20220201|411901114|Cooper David|||00:0000101|20220201|Cooper David|49,7|0|||20220201|||D18948\r\nVE|JOURNAL VE|12|20220201|471000|Compte comptable d'attente|||00:0000102|20220201|MIGNE Romain|0|46,28|||20220201|||D18984\r\nVE|JOURNAL VE|12|20220201|471000|Compte comptable d'attente|||00:0000102|20220201|MIGNE Romain|0|3,32|||20220201|||D18984\r\nVE|JOURNAL VE|12|20220201|471000|Compte comptable d'attente|||00:0000102|20220201|MIGNE Romain|0|2,62|||20220201|||D18984\r\nVE|JOURNAL VE|12|20220201|411901115|MIGNE Romain|||00:0000102|20220201|MIGNE Romain|52,22|0|||20220201|||D18984\r\nVE|JOURNAL VE|13|20220201|471000|Compte comptable d'attente|||00:0000103|20220201|BRONIARCZYK Aurelie|0|47,95|||20220201|||D19001\r\nVE|JOURNAL VE|13|20220201|471000|Compte comptable d'attente|||00:0000103|20220201|BRONIARCZYK Aurelie|0|2,82|||20220201|||D19001\r\nVE|JOURNAL VE|13|20220201|471000|Compte comptable d'attente|||00:0000103|20220201|BRONIARCZYK Aurelie|0|3,95|||20220201|||D19001\r\nVE|JOURNAL VE|13|20220201|411901116|BRONIARCZYK Aurelie|||00:0000103|20220201|BRONIARCZYK Aurelie|54,72|0|||20220201|||D19001\r\nVE|JOURNAL VE|14|20220201|471000|Compte comptable d'attente|||00:0000104|20220201|Etienne Patricia|0|41,28|||20220201|||D18990\r\nVE|JOURNAL VE|14|20220201|471000|Compte comptable d'attente|||00:0000104|20220201|Etienne Patricia|0|2,82|||20220201|||D18990\r\nVE|JOURNAL VE|14|20220201|471000|Compte comptable d'attente|||00:0000104|20220201|Etienne Patricia|0|2,62|||20220201|||D18990\r\nVE|JOURNAL VE|14|20220201|411901117|Etienne Patricia|||00:0000104|20220201|Etienne Patricia|46,72|0|||20220201|||D18990\r\nVE|JOURNAL VE|15|20220201|471000|Compte comptable d'attente|||00:0000105|20220201|MERCIER DIDIER|0|29,83|||20220201|||D18962\r\nVE|JOURNAL VE|15|20220201|471000|Compte comptable d'attente|||00:0000105|20220201|MERCIER DIDIER|0|1,67|||20220201|||D18962\r\nVE|JOURNAL VE|15|20220201|471000|Compte comptable d'attente|||00:0000105|20220201|MERCIER DIDIER|0|2,62|||20220201|||D18962\r\nVE|JOURNAL VE|15|20220201|411901118|MERCIER DIDIER|||00:0000105|20220201|MERCIER DIDIER|34,12|0|||20220201|||D18962\r\nVE|JOURNAL VE|16|20220201|471000|Compte comptable d'attente|||00:0000106|20220201|Couture Logan|0|110,31|||20220201|||D18999\r\nVE|JOURNAL VE|16|20220201|471000|Compte comptable d'attente|||00:0000106|20220201|Couture Logan|0|8,75|||20220201|||D18999\r\nVE|JOURNAL VE|16|20220201|471000|Compte comptable d'attente|||00:0000106|20220201|Couture Logan|0|3,76|||20220201|||D18999\r\nVE|JOURNAL VE|16|20220201|471000|Compte comptable d'attente|||00:0000106|20220201|Couture Logan|4,09|0|||20220201|||D18999\r\nVE|JOURNAL VE|16|20220201|478000|Compte comptable d'écart|||00:0000106|20220201|Couture Logan|0|0,06|||20220201|||D18999\r\nVE|JOURNAL VE|16|20220201|411901119|Couture Logan|||00:0000106|20220201|Couture Logan|118,79|0|||20220201|||D18999\r\nVE|JOURNAL VE|17|20220201|471000|Compte comptable d'attente|||00:0000107|20220201|Gallou Nicolas|0|48,7|||20220201|||D18960\r\nVE|JOURNAL VE|17|20220201|471000|Compte comptable d'attente|||00:0000107|20220201|Gallou Nicolas|0|4,1|||20220201|||D18960\r\nVE|JOURNAL VE|17|20220201|471000|Compte comptable d'attente|||00:0000107|20220201|Gallou Nicolas|0|2,82|||20220201|||D18960\r\nVE|JOURNAL VE|17|20220201|411901120|Gallou Nicolas|||00:0000107|20220201|Gallou Nicolas|55,62|0|||20220201|||D18960\r\nVE|JOURNAL VE|18|20220201|471000|Compte comptable d'attente|||00:0000108|20220201|bourne bernard|0|67,93|||20220201|||D18998\r\nVE|JOURNAL VE|18|20220201|471000|Compte comptable d'attente|||00:0000108|20220201|bourne bernard|0|5,32|||20220201|||D18998\r\nVE|JOURNAL VE|18|20220201|471000|Compte comptable d'attente|||00:0000108|20220201|bourne bernard|0|2,95|||20220201|||D18998\r\nVE|JOURNAL VE|18|20220201|411901121|bourne bernard|||00:0000108|20220201|bourne bernard|76,2|0|||20220201|||D18998\r\nVE|JOURNAL VE|19|20220201|471000|Compte comptable d'attente|||00:0000109|20220201|HENRY Patricia|0|20,85|||20220201|||D18969\r\nVE|JOURNAL VE|19|20220201|471000|Compte comptable d'attente|||00:0000109|20220201|HENRY Patricia|0|0,85|||20220201|||D18969\r\nVE|JOURNAL VE|19|20220201|471000|Compte comptable d'attente|||00:0000109|20220201|HENRY Patricia|0|2,46|||20220201|||D18969\r\nVE|JOURNAL VE|19|20220201|411901122|HENRY Patricia|||00:0000109|20220201|HENRY Patricia|24,16|0|||20220201|||D18969\r\nVE|JOURNAL VE|20|20220201|471000|Compte comptable d'attente|||00:0000110|20220201|Yves Gastel|0|83,13|||20220201|||D19009\r\nVE|JOURNAL VE|20|20220201|471000|Compte comptable d'attente|||00:0000110|20220201|Yves Gastel|0|6,34|||20220201|||D19009\r\nVE|JOURNAL VE|20|20220201|471000|Compte comptable d'attente|||00:0000110|20220201|Yves Gastel|0|3,95|||20220201|||D19009\r\nVE|JOURNAL VE|20|20220201|411901123|Yves Gastel|||00:0000110|20220201|Yves Gastel|93,42|0|||20220201|||D19009\r\nVE|JOURNAL VE|21|20220201|471000|Compte comptable d'attente|||00:0000111|20220201|MARCHAL Marie-Laetitia|0|21,12|||20220201|||D19007\r\nVE|JOURNAL VE|21|20220201|471000|Compte comptable d'attente|||00:0000111|20220201|MARCHAL Marie-Laetitia|0|0,85|||20220201|||D19007\r\nVE|JOURNAL VE|21|20220201|471000|Compte comptable d'attente|||00:0000111|20220201|MARCHAL Marie-Laetitia|0|2,36|||20220201|||D19007\r\nVE|JOURNAL VE|21|20220201|471000|Compte comptable d'attente|||00:0000111|20220201|MARCHAL Marie-Laetitia|0,88|0|||20220201|||D19007\r\nVE|JOURNAL VE|21|20220201|478000|Compte comptable d'écart|||00:0000111|20220201|MARCHAL Marie-Laetitia|0|0,04|||20220201|||D19007\r\nVE|JOURNAL VE|21|20220201|411901124|MARCHAL Marie-Laetitia|||00:0000111|20220201|MARCHAL Marie-Laetitia|23,49|0|||20220201|||D19007\r\nVE|JOURNAL VE|22|20220201|471000|Compte comptable d'attente|||00:0000112|20220201|HEUSSLER CECILE|0|32,15|||20220201|||D19005\r\nVE|JOURNAL VE|22|20220201|471000|Compte comptable d'attente|||00:0000112|20220201|HEUSSLER CECILE|0|3,79|||20220201|||D19005\r\nVE|JOURNAL VE|22|20220201|471000|Compte comptable d'attente|||00:0000112|20220201|HEUSSLER CECILE|0|1,32|||20220201|||D19005\r\nVE|JOURNAL VE|22|20220201|411901125|HEUSSLER CECILE|||00:0000112|20220201|HEUSSLER CECILE|37,26|0|||20220201|||D19005\r\nVE|JOURNAL VE|23|20220201|471000|Compte comptable d'attente|||00:0000113|20220201|Helle Thierry|0|25,13|||20220201|||D18964\r\nVE|JOURNAL VE|23|20220201|471000|Compte comptable d'attente|||00:0000113|20220201|Helle Thierry|0|1,27|||20220201|||D18964\r\nVE|JOURNAL VE|23|20220201|471000|Compte comptable d'attente|||00:0000113|20220201|Helle Thierry|0|2,46|||20220201|||D18964\r\nVE|JOURNAL VE|23|20220201|411901126|Helle Thierry|||00:0000113|20220201|Helle Thierry|28,86|0|||20220201|||D18964\r\nVE|JOURNAL VE|24|20220201|471000|Compte comptable d'attente|||00:0000114|20220201|Mazoyer marchand Christine|0|53,46|||20220201|||D18975\r\nVE|JOURNAL VE|24|20220201|471000|Compte comptable d'attente|||00:0000114|20220201|Mazoyer marchand Christine|0|3,22|||20220201|||D18975\r\nVE|JOURNAL VE|24|20220201|471000|Compte comptable d'attente|||00:0000114|20220201|Mazoyer marchand Christine|0|4,24|||20220201|||D18975\r\nVE|JOURNAL VE|24|20220201|411901127|Mazoyer marchand Christine|||00:0000114|20220201|Mazoyer marchand Christine|60,92|0|||20220201|||D18975\r\nVE|JOURNAL VE|25|20220201|471000|Compte comptable d'attente|||00:0000115|20220201|Girardin Claire|0|28,11|||20220201|||D18991\r\nVE|JOURNAL VE|25|20220201|471000|Compte comptable d'attente|||00:0000115|20220201|Girardin Claire|0|1,59|||20220201|||D18991\r\nVE|JOURNAL VE|25|20220201|471000|Compte comptable d'attente|||00:0000115|20220201|Girardin Claire|0|2,46|||20220201|||D18991\r\nVE|JOURNAL VE|25|20220201|411901128|Girardin Claire|||00:0000115|20220201|Girardin Claire|32,16|0|||20220201|||D18991\r\nVE|JOURNAL VE|26|20220201|471000|Compte comptable d'attente|||00:0000116|20220201|lange franciska|0|36,88|||20220201|||D19019\r\nVE|JOURNAL VE|26|20220201|471000|Compte comptable d'attente|||00:0000116|20220201|lange franciska|0|1,65|||20220201|||D19019\r\nVE|JOURNAL VE|26|20220201|471000|Compte comptable d'attente|||00:0000116|20220201|lange franciska|0|4,09|||20220201|||D19019\r\nVE|JOURNAL VE|26|20220201|411901129|lange franciska|||00:0000116|20220201|lange franciska|42,62|0|||20220201|||D19019\r\nVE|JOURNAL VE|27|20220201|471000|Compte comptable d'attente|||00:0000117|20220201|PERROT JACQUELINE|0|21,39|||20220201|||D18985\r\nVE|JOURNAL VE|27|20220201|471000|Compte comptable d'attente|||00:0000117|20220201|PERROT JACQUELINE|0|0,91|||20220201|||D18985\r\nVE|JOURNAL VE|27|20220201|471000|Compte comptable d'attente|||00:0000117|20220201|PERROT JACQUELINE|0|2,46|||20220201|||D18985\r\nVE|JOURNAL VE|27|20220201|411901130|PERROT JACQUELINE|||00:0000117|20220201|PERROT JACQUELINE|24,76|0|||20220201|||D18985\r\nVE|JOURNAL VE|28|20220201|471000|Compte comptable d'attente|||00:0000118|20220201|courréjou régis|0|49,31|||20220201|||D19017\r\nVE|JOURNAL VE|28|20220201|471000|Compte comptable d'attente|||00:0000118|20220201|courréjou régis|0|3,21|||20220201|||D19017\r\nVE|JOURNAL VE|28|20220201|471000|Compte comptable d'attente|||00:0000118|20220201|courréjou régis|0|2,75|||20220201|||D19017\r\nVE|JOURNAL VE|28|20220201|471000|Compte comptable d'attente|||00:0000118|20220201|courréjou régis|3,46|0|||20220201|||D19017\r\nVE|JOURNAL VE|28|20220201|478000|Compte comptable d'écart|||00:0000118|20220201|courréjou régis|0|0,09|||20220201|||D19017\r\nVE|JOURNAL VE|28|20220201|411901131|courréjou régis|||00:0000118|20220201|courréjou régis|51,9|0|||20220201|||D19017\r\nVE|JOURNAL VE|29|20220201|471000|Compte comptable d'attente|||00:0000119|20220201|HERVE Guillaume|0|157,16|||20220201|||D19013\r\nVE|JOURNAL VE|29|20220201|471000|Compte comptable d'attente|||00:0000119|20220201|HERVE Guillaume|0|9,25|||20220201|||D19013\r\nVE|JOURNAL VE|29|20220201|471000|Compte comptable d'attente|||00:0000119|20220201|HERVE Guillaume|0|12,91|||20220201|||D19013\r\nVE|JOURNAL VE|29|20220201|411901132|HERVE Guillaume|||00:0000119|20220201|HERVE Guillaume|179,32|0|||20220201|||D19013\r\nVE|JOURNAL VE|30|20220201|471000|Compte comptable d'attente|||00:0000120|20220201|Levillain Alexandre|0|47,65|||20220201|||D18979\r\nVE|JOURNAL VE|30|20220201|471000|Compte comptable d'attente|||00:0000120|20220201|Levillain Alexandre|0|2,82|||20220201|||D18979\r\nVE|JOURNAL VE|30|20220201|471000|Compte comptable d'attente|||00:0000120|20220201|Levillain Alexandre|0|3,89|||20220201|||D18979\r\nVE|JOURNAL VE|30|20220201|411901133|Levillain Alexandre|||00:0000120|20220201|Levillain Alexandre|54,36|0|||20220201|||D18979\r\nVE|JOURNAL VE|31|20220201|471000|Compte comptable d'attente|||00:0000121|20220201|TEITIENNE Yannick|0|164,03|||20220201|||D18978\r\nVE|JOURNAL VE|31|20220201|471000|Compte comptable d'attente|||00:0000121|20220201|TEITIENNE Yannick|0|11,81|||20220201|||D18978\r\nVE|JOURNAL VE|31|20220201|471000|Compte comptable d'attente|||00:0000121|20220201|TEITIENNE Yannick|0|9,18|||20220201|||D18978\r\nVE|JOURNAL VE|31|20220201|411901134|TEITIENNE Yannick|||00:0000121|20220201|TEITIENNE Yannick|185,02|0|||20220201|||D18978\r\nVE|JOURNAL VE|32|20220201|471000|Compte comptable d'attente|||00:0000122|20220201|Cooper David|0|43,84|||20220201|||D18967\r\nVE|JOURNAL VE|32|20220201|471000|Compte comptable d'attente|||00:0000122|20220201|Cooper David|0|2,91|||20220201|||D18967\r\nVE|JOURNAL VE|32|20220201|471000|Compte comptable d'attente|||00:0000122|20220201|Cooper David|0|2,95|||20220201|||D18967\r\nVE|JOURNAL VE|32|20220201|411901114|Cooper David|||00:0000122|20220201|Cooper David|49,7|0|||20220201|||D18967\r\nVE|JOURNAL VE|33|20220201|471000|Compte comptable d'attente|||00:0000123|20220201|MIGNE Romain|0|46,28|||20220201|||D18983\r\nVE|JOURNAL VE|33|20220201|471000|Compte comptable d'attente|||00:0000123|20220201|MIGNE Romain|0|3,32|||20220201|||D18983\r\nVE|JOURNAL VE|33|20220201|471000|Compte comptable d'attente|||00:0000123|20220201|MIGNE Romain|0|2,62|||20220201|||D18983\r\nVE|JOURNAL VE|33|20220201|411901115|MIGNE Romain|||00:0000123|20220201|MIGNE Romain|52,22|0|||20220201|||D18983\r\nVE|JOURNAL VE|34|20220201|471000|Compte comptable d'attente|||00:0000124|20220201|BRONIARCZYK Aurelie|0|47,95|||20220201|||D18953\r\nVE|JOURNAL VE|34|20220201|471000|Compte comptable d'attente|||00:0000124|20220201|BRONIARCZYK Aurelie|0|2,82|||20220201|||D18953\r\nVE|JOURNAL VE|34|20220201|471000|Compte comptable d'attente|||00:0000124|20220201|BRONIARCZYK Aurelie|0|3,95|||20220201|||D18953\r\nVE|JOURNAL VE|34|20220201|411901116|BRONIARCZYK Aurelie|||00:0000124|20220201|BRONIARCZYK Aurelie|54,72|0|||20220201|||D18953\r\nVE|JOURNAL VE|35|20220201|471000|Compte comptable d'attente|||00:0000125|20220201|Etienne Patricia|0|41,28|||20220201|||D19021\r\nVE|JOURNAL VE|35|20220201|471000|Compte comptable d'attente|||00:0000125|20220201|Etienne Patricia|0|2,82|||20220201|||D19021\r\nVE|JOURNAL VE|35|20220201|471000|Compte comptable d'attente|||00:0000125|20220201|Etienne Patricia|0|2,62|||20220201|||D19021\r\nVE|JOURNAL VE|35|20220201|411901117|Etienne Patricia|||00:0000125|20220201|Etienne Patricia|46,72|0|||20220201|||D19021\r\nVE|JOURNAL VE|36|20220201|471000|Compte comptable d'attente|||00:0000126|20220201|MERCIER DIDIER|0|29,83|||20220201|||D18954\r\nVE|JOURNAL VE|36|20220201|471000|Compte comptable d'attente|||00:0000126|20220201|MERCIER DIDIER|0|1,67|||20220201|||D18954\r\nVE|JOURNAL VE|36|20220201|471000|Compte comptable d'attente|||00:0000126|20220201|MERCIER DIDIER|0|2,62|||20220201|||D18954\r\nVE|JOURNAL VE|36|20220201|411901118|MERCIER DIDIER|||00:0000126|20220201|MERCIER DIDIER|34,12|0|||20220201|||D18954\r\nVE|JOURNAL VE|37|20220201|478000|Compte comptable d'écart|||00:0000127|20220201|Couture Logan|0|0,06|||20220201|||D19004\r\nVE|JOURNAL VE|37|20220201|471000|Compte comptable d'attente|||00:0000127|20220201|Couture Logan|0|110,31|||20220201|||D19004\r\nVE|JOURNAL VE|37|20220201|471000|Compte comptable d'attente|||00:0000127|20220201|Couture Logan|0|8,75|||20220201|||D19004\r\nVE|JOURNAL VE|37|20220201|471000|Compte comptable d'attente|||00:0000127|20220201|Couture Logan|0|3,76|||20220201|||D19004\r\nVE|JOURNAL VE|37|20220201|471000|Compte comptable d'attente|||00:0000127|20220201|Couture Logan|4,09|0|||20220201|||D19004\r\nVE|JOURNAL VE|37|20220201|411901119|Couture Logan|||00:0000127|20220201|Couture Logan|118,79|0|||20220201|||D19004\r\nVE|JOURNAL VE|38|20220201|471000|Compte comptable d'attente|||00:0000128|20220201|Gallou Nicolas|0|48,7|||20220201|||D18952\r\nVE|JOURNAL VE|38|20220201|471000|Compte comptable d'attente|||00:0000128|20220201|Gallou Nicolas|0|4,1|||20220201|||D18952\r\nVE|JOURNAL VE|38|20220201|471000|Compte comptable d'attente|||00:0000128|20220201|Gallou Nicolas|0|2,82|||20220201|||D18952\r\nVE|JOURNAL VE|38|20220201|411901120|Gallou Nicolas|||00:0000128|20220201|Gallou Nicolas|55,62|0|||20220201|||D18952\r\nVE|JOURNAL VE|39|20220201|471000|Compte comptable d'attente|||00:0000129|20220201|bourne bernard|0|67,93|||20220201|||D18950\r\nVE|JOURNAL VE|39|20220201|471000|Compte comptable d'attente|||00:0000129|20220201|bourne bernard|0|5,32|||20220201|||D18950\r\nVE|JOURNAL VE|39|20220201|471000|Compte comptable d'attente|||00:0000129|20220201|bourne bernard|0|2,95|||20220201|||D18950\r\nVE|JOURNAL VE|39|20220201|411901121|bourne bernard|||00:0000129|20220201|bourne bernard|76,2|0|||20220201|||D18950\r\nVE|JOURNAL VE|40|20220201|471000|Compte comptable d'attente|||00:0000130|20220201|HENRY Patricia|0|20,85|||20220201|||D19029\r\nVE|JOURNAL VE|40|20220201|471000|Compte comptable d'attente|||00:0000130|20220201|HENRY Patricia|0|0,85|||20220201|||D19029\r\nVE|JOURNAL VE|40|20220201|471000|Compte comptable d'attente|||00:0000130|20220201|HENRY Patricia|0|2,46|||20220201|||D19029\r\nVE|JOURNAL VE|40|20220201|411901122|HENRY Patricia|||00:0000130|20220201|HENRY Patricia|24,16|0|||20220201|||D19029\r\nVE|JOURNAL VE|41|20220201|471000|Compte comptable d'attente|||00:0000131|20220201|Yves Gastel|0|83,13|||20220201|||D18957\r\nVE|JOURNAL VE|41|20220201|471000|Compte comptable d'attente|||00:0000131|20220201|Yves Gastel|0|6,34|||20220201|||D18957\r\nVE|JOURNAL VE|41|20220201|471000|Compte comptable d'attente|||00:0000131|20220201|Yves Gastel|0|3,95|||20220201|||D18957\r\nVE|JOURNAL VE|41|20220201|411901123|Yves Gastel|||00:0000131|20220201|Yves Gastel|93,42|0|||20220201|||D18957\r\nVE|JOURNAL VE|42|20220201|471000|Compte comptable d'attente|||00:0000132|20220201|MARCHAL Marie-Laetitia|0|21,12|||20220201|||D18986\r\nVE|JOURNAL VE|42|20220201|471000|Compte comptable d'attente|||00:0000132|20220201|MARCHAL Marie-Laetitia|0|0,85|||20220201|||D18986\r\nVE|JOURNAL VE|42|20220201|471000|Compte comptable d'attente|||00:0000132|20220201|MARCHAL Marie-Laetitia|0|2,36|||20220201|||D18986\r\nVE|JOURNAL VE|42|20220201|471000|Compte comptable d'attente|||00:0000132|20220201|MARCHAL Marie-Laetitia|0,88|0|||20220201|||D18986\r\nVE|JOURNAL VE|42|20220201|478000|Compte comptable d'écart|||00:0000132|20220201|MARCHAL Marie-Laetitia|0|0,04|||20220201|||D18986\r\nVE|JOURNAL VE|42|20220201|411901124|MARCHAL Marie-Laetitia|||00:0000132|20220201|MARCHAL Marie-Laetitia|23,49|0|||20220201|||D18986\r\nVE|JOURNAL VE|43|20220201|471000|Compte comptable d'attente|||00:0000133|20220201|HEUSSLER CECILE|0|32,15|||20220201|||D18955\r\nVE|JOURNAL VE|43|20220201|471000|Compte comptable d'attente|||00:0000133|20220201|HEUSSLER CECILE|0|3,79|||20220201|||D18955\r\nVE|JOURNAL VE|43|20220201|471000|Compte comptable d'attente|||00:0000133|20220201|HEUSSLER CECILE|0|1,32|||20220201|||D18955\r\nVE|JOURNAL VE|43|20220201|411901125|HEUSSLER CECILE|||00:0000133|20220201|HEUSSLER CECILE|37,26|0|||20220201|||D18955\r\nVE|JOURNAL VE|44|20220201|471000|Compte comptable d'attente|||00:0000134|20220201|Helle Thierry|0|25,13|||20220201|||D18951\r\nVE|JOURNAL VE|44|20220201|471000|Compte comptable d'attente|||00:0000134|20220201|Helle Thierry|0|1,27|||20220201|||D18951\r\nVE|JOURNAL VE|44|20220201|471000|Compte comptable d'attente|||00:0000134|20220201|Helle Thierry|0|2,46|||20220201|||D18951\r\nVE|JOURNAL VE|44|20220201|411901126|Helle Thierry|||00:0000134|20220201|Helle Thierry|28,86|0|||20220201|||D18951\r\nVE|JOURNAL VE|45|20220201|471000|Compte comptable d'attente|||00:0000135|20220201|Mazoyer marchand Christine|0|53,46|||20220201|||D19022\r\nVE|JOURNAL VE|45|20220201|471000|Compte comptable d'attente|||00:0000135|20220201|Mazoyer marchand Christine|0|3,22|||20220201|||D19022\r\nVE|JOURNAL VE|45|20220201|471000|Compte comptable d'attente|||00:0000135|20220201|Mazoyer marchand Christine|0|4,24|||20220201|||D19022\r\nVE|JOURNAL VE|45|20220201|411901127|Mazoyer marchand Christine|||00:0000135|20220201|Mazoyer marchand Christine|60,92|0|||20220201|||D19022\r\nVE|JOURNAL VE|46|20220201|471000|Compte comptable d'attente|||00:0000136|20220201|Girardin Claire|0|28,11|||20220201|||D18996\r\nVE|JOURNAL VE|46|20220201|471000|Compte comptable d'attente|||00:0000136|20220201|Girardin Claire|0|1,59|||20220201|||D18996\r\nVE|JOURNAL VE|46|20220201|471000|Compte comptable d'attente|||00:0000136|20220201|Girardin Claire|0|2,46|||20220201|||D18996\r\nVE|JOURNAL VE|46|20220201|411901128|Girardin Claire|||00:0000136|20220201|Girardin Claire|32,16|0|||20220201|||D18996\r\nVE|JOURNAL VE|47|20220201|471000|Compte comptable d'attente|||00:0000137|20220201|lange franciska|0|36,88|||20220201|||D19000\r\nVE|JOURNAL VE|47|20220201|471000|Compte comptable d'attente|||00:0000137|20220201|lange franciska|0|1,65|||20220201|||D19000\r\nVE|JOURNAL VE|47|20220201|471000|Compte comptable d'attente|||00:0000137|20220201|lange franciska|0|4,09|||20220201|||D19000\r\nVE|JOURNAL VE|47|20220201|411901129|lange franciska|||00:0000137|20220201|lange franciska|42,62|0|||20220201|||D19000\r\nVE|JOURNAL VE|48|20220201|471000|Compte comptable d'attente|||00:0000138|20220201|PERROT JACQUELINE|0|21,39|||20220201|||D19003\r\nVE|JOURNAL VE|48|20220201|471000|Compte comptable d'attente|||00:0000138|20220201|PERROT JACQUELINE|0|0,91|||20220201|||D19003\r\nVE|JOURNAL VE|48|20220201|471000|Compte comptable d'attente|||00:0000138|20220201|PERROT JACQUELINE|0|2,46|||20220201|||D19003\r\nVE|JOURNAL VE|48|20220201|411901130|PERROT JACQUELINE|||00:0000138|20220201|PERROT JACQUELINE|24,76|0|||20220201|||D19003\r\nVE|JOURNAL VE|49|20220201|471000|Compte comptable d'attente|||00:0000139|20220201|courréjou régis|0|49,31|||20220201|||D19030\r\nVE|JOURNAL VE|49|20220201|471000|Compte comptable d'attente|||00:0000139|20220201|courréjou régis|0|3,21|||20220201|||D19030\r\nVE|JOURNAL VE|49|20220201|471000|Compte comptable d'attente|||00:0000139|20220201|courréjou régis|0|2,75|||20220201|||D19030\r\nVE|JOURNAL VE|49|20220201|471000|Compte comptable d'attente|||00:0000139|20220201|courréjou régis|3,46|0|||20220201|||D19030\r\nVE|JOURNAL VE|49|20220201|478000|Compte comptable d'écart|||00:0000139|20220201|courréjou régis|0|0,09|||20220201|||D19030\r\nVE|JOURNAL VE|49|20220201|411901131|courréjou régis|||00:0000139|20220201|courréjou régis|51,9|0|||20220201|||D19030\r\nVE|JOURNAL VE|50|20220201|471000|Compte comptable d'attente|||00:0000140|20220201|HERVE Guillaume|0|157,16|||20220201|||D19011\r\nVE|JOURNAL VE|50|20220201|471000|Compte comptable d'attente|||00:0000140|20220201|HERVE Guillaume|0|9,25|||20220201|||D19011\r\nVE|JOURNAL VE|50|20220201|471000|Compte comptable d'attente|||00:0000140|20220201|HERVE Guillaume|0|12,91|||20220201|||D19011\r\nVE|JOURNAL VE|50|20220201|411901132|HERVE Guillaume|||00:0000140|20220201|HERVE Guillaume|179,32|0|||20220201|||D19011\r\nVE|JOURNAL VE|51|20220201|471000|Compte comptable d'attente|||00:0000141|20220201|Levillain Alexandre|0|47,65|||20220201|||D18997\r\nVE|JOURNAL VE|51|20220201|471000|Compte comptable d'attente|||00:0000141|20220201|Levillain Alexandre|0|2,82|||20220201|||D18997\r\nVE|JOURNAL VE|51|20220201|471000|Compte comptable d'attente|||00:0000141|20220201|Levillain Alexandre|0|3,89|||20220201|||D18997\r\nVE|JOURNAL VE|51|20220201|411901133|Levillain Alexandre|||00:0000141|20220201|Levillain Alexandre|54,36|0|||20220201|||D18997\r\nVE|JOURNAL VE|52|20220201|471000|Compte comptable d'attente|||00:0000142|20220201|TEITIENNE Yannick|0|164,03|||20220201|||D18995\r\nVE|JOURNAL VE|52|20220201|471000|Compte comptable d'attente|||00:0000142|20220201|TEITIENNE Yannick|0|11,81|||20220201|||D18995\r\nVE|JOURNAL VE|52|20220201|471000|Compte comptable d'attente|||00:0000142|20220201|TEITIENNE Yannick|0|9,18|||20220201|||D18995\r\nVE|JOURNAL VE|52|20220201|411901134|TEITIENNE Yannick|||00:0000142|20220201|TEITIENNE Yannick|185,02|0|||20220201|||D18995\r\nVE|JOURNAL VE|53|20220201|471000|Compte comptable d'attente|||00:0000143|20220201|Cooper David|0|43,84|||20220201|||D18946\r\nVE|JOURNAL VE|53|20220201|471000|Compte comptable d'attente|||00:0000143|20220201|Cooper David|0|2,91|||20220201|||D18946\r\nVE|JOURNAL VE|53|20220201|471000|Compte comptable d'attente|||00:0000143|20220201|Cooper David|0|2,95|||20220201|||D18946\r\nVE|JOURNAL VE|53|20220201|411901114|Cooper David|||00:0000143|20220201|Cooper David|49,7|0|||20220201|||D18946\r\nVE|JOURNAL VE|54|20220201|471000|Compte comptable d'attente|||00:0000144|20220201|MIGNE Romain|0|46,28|||20220201|||D19018\r\nVE|JOURNAL VE|54|20220201|471000|Compte comptable d'attente|||00:0000144|20220201|MIGNE Romain|0|3,32|||20220201|||D19018\r\nVE|JOURNAL VE|54|20220201|471000|Compte comptable d'attente|||00:0000144|20220201|MIGNE Romain|0|2,62|||20220201|||D19018\r\nVE|JOURNAL VE|54|20220201|411901115|MIGNE Romain|||00:0000144|20220201|MIGNE Romain|52,22|0|||20220201|||D19018\r\nVE|JOURNAL VE|55|20220201|471000|Compte comptable d'attente|||00:0000145|20220201|BRONIARCZYK Aurelie|0|47,95|||20220201|||D18993\r\nVE|JOURNAL VE|55|20220201|471000|Compte comptable d'attente|||00:0000145|20220201|BRONIARCZYK Aurelie|0|2,82|||20220201|||D18993\r\nVE|JOURNAL VE|55|20220201|471000|Compte comptable d'attente|||00:0000145|20220201|BRONIARCZYK Aurelie|0|3,95|||20220201|||D18993\r\nVE|JOURNAL VE|55|20220201|411901116|BRONIARCZYK Aurelie|||00:0000145|20220201|BRONIARCZYK Aurelie|54,72|0|||20220201|||D18993\r\nVE|JOURNAL VE|56|20220201|471000|Compte comptable d'attente|||00:0000146|20220201|Etienne Patricia|0|41,28|||20220201|||D19012\r\nVE|JOURNAL VE|56|20220201|471000|Compte comptable d'attente|||00:0000146|20220201|Etienne Patricia|0|2,82|||20220201|||D19012\r\nVE|JOURNAL VE|56|20220201|471000|Compte comptable d'attente|||00:0000146|20220201|Etienne Patricia|0|2,62|||20220201|||D19012\r\nVE|JOURNAL VE|56|20220201|411901117|Etienne Patricia|||00:0000146|20220201|Etienne Patricia|46,72|0|||20220201|||D19012\r\nVE|JOURNAL VE|57|20220201|471000|Compte comptable d'attente|||00:0000147|20220201|MERCIER DIDIER|0|29,83|||20220201|||D19014\r\nVE|JOURNAL VE|57|20220201|471000|Compte comptable d'attente|||00:0000147|20220201|MERCIER DIDIER|0|1,67|||20220201|||D19014\r\nVE|JOURNAL VE|57|20220201|471000|Compte comptable d'attente|||00:0000147|20220201|MERCIER DIDIER|0|2,62|||20220201|||D19014\r\nVE|JOURNAL VE|57|20220201|411901118|MERCIER DIDIER|||00:0000147|20220201|MERCIER DIDIER|34,12|0|||20220201|||D19014\r\nVE|JOURNAL VE|58|20220201|471000|Compte comptable d'attente|||00:0000148|20220201|Couture Logan|0|110,31|||20220201|||D18982\r\nVE|JOURNAL VE|58|20220201|471000|Compte comptable d'attente|||00:0000148|20220201|Couture Logan|0|8,75|||20220201|||D18982\r\nVE|JOURNAL VE|58|20220201|471000|Compte comptable d'attente|||00:0000148|20220201|Couture Logan|0|3,76|||20220201|||D18982\r\nVE|JOURNAL VE|58|20220201|471000|Compte comptable d'attente|||00:0000148|20220201|Couture Logan|4,09|0|||20220201|||D18982\r\nVE|JOURNAL VE|58|20220201|478000|Compte comptable d'écart|||00:0000148|20220201|Couture Logan|0|0,06|||20220201|||D18982\r\nVE|JOURNAL VE|58|20220201|411901119|Couture Logan|||00:0000148|20220201|Couture Logan|118,79|0|||20220201|||D18982\r\nVE|JOURNAL VE|59|20220201|471000|Compte comptable d'attente|||00:0000149|20220201|Gallou Nicolas|0|48,7|||20220201|||D19025\r\nVE|JOURNAL VE|59|20220201|471000|Compte comptable d'attente|||00:0000149|20220201|Gallou Nicolas|0|4,1|||20220201|||D19025\r\nVE|JOURNAL VE|59|20220201|471000|Compte comptable d'attente|||00:0000149|20220201|Gallou Nicolas|0|2,82|||20220201|||D19025\r\nVE|JOURNAL VE|59|20220201|411901120|Gallou Nicolas|||00:0000149|20220201|Gallou Nicolas|55,62|0|||20220201|||D19025\r\nVE|JOURNAL VE|60|20220201|471000|Compte comptable d'attente|||00:0000150|20220201|bourne bernard|0|67,93|||20220201|||D18989\r\nVE|JOURNAL VE|60|20220201|471000|Compte comptable d'attente|||00:0000150|20220201|bourne bernard|0|5,32|||20220201|||D18989\r\nVE|JOURNAL VE|60|20220201|471000|Compte comptable d'attente|||00:0000150|20220201|bourne bernard|0|2,95|||20220201|||D18989\r\nVE|JOURNAL VE|60|20220201|411901121|bourne bernard|||00:0000150|20220201|bourne bernard|76,2|0|||20220201|||D18989\r\nVE|JOURNAL VE|61|20220201|471000|Compte comptable d'attente|||00:0000151|20220201|HENRY Patricia|0|20,85|||20220201|||D18965\r\nVE|JOURNAL VE|61|20220201|471000|Compte comptable d'attente|||00:0000151|20220201|HENRY Patricia|0|0,85|||20220201|||D18965\r\nVE|JOURNAL VE|61|20220201|471000|Compte comptable d'attente|||00:0000151|20220201|HENRY Patricia|0|2,46|||20220201|||D18965\r\nVE|JOURNAL VE|61|20220201|411901122|HENRY Patricia|||00:0000151|20220201|HENRY Patricia|24,16|0|||20220201|||D18965\r\nVE|JOURNAL VE|62|20220201|471000|Compte comptable d'attente|||00:0000152|20220201|Yves Gastel|0|83,13|||20220201|||D18971\r\nVE|JOURNAL VE|62|20220201|471000|Compte comptable d'attente|||00:0000152|20220201|Yves Gastel|0|6,34|||20220201|||D18971\r\nVE|JOURNAL VE|62|20220201|471000|Compte comptable d'attente|||00:0000152|20220201|Yves Gastel|0|3,95|||20220201|||D18971\r\nVE|JOURNAL VE|62|20220201|411901123|Yves Gastel|||00:0000152|20220201|Yves Gastel|93,42|0|||20220201|||D18971\r\nVE|JOURNAL VE|63|20220201|471000|Compte comptable d'attente|||00:0000153|20220201|MARCHAL Marie-Laetitia|0|21,12|||20220201|||D19006\r\nVE|JOURNAL VE|63|20220201|471000|Compte comptable d'attente|||00:0000153|20220201|MARCHAL Marie-Laetitia|0|0,85|||20220201|||D19006\r\nVE|JOURNAL VE|63|20220201|471000|Compte comptable d'attente|||00:0000153|20220201|MARCHAL Marie-Laetitia|0|2,36|||20220201|||D19006\r\nVE|JOURNAL VE|63|20220201|471000|Compte comptable d'attente|||00:0000153|20220201|MARCHAL Marie-Laetitia|0,88|0|||20220201|||D19006\r\nVE|JOURNAL VE|63|20220201|478000|Compte comptable d'écart|||00:0000153|20220201|MARCHAL Marie-Laetitia|0|0,04|||20220201|||D19006\r\nVE|JOURNAL VE|63|20220201|411901124|MARCHAL Marie-Laetitia|||00:0000153|20220201|MARCHAL Marie-Laetitia|23,49|0|||20220201|||D19006\r\nVE|JOURNAL VE|64|20220201|471000|Compte comptable d'attente|||00:0000154|20220201|HEUSSLER CECILE|0|32,15|||20220201|||D18977\r\nVE|JOURNAL VE|64|20220201|471000|Compte comptable d'attente|||00:0000154|20220201|HEUSSLER CECILE|0|3,79|||20220201|||D18977\r\nVE|JOURNAL VE|64|20220201|471000|Compte comptable d'attente|||00:0000154|20220201|HEUSSLER CECILE|0|1,32|||20220201|||D18977\r\nVE|JOURNAL VE|64|20220201|411901125|HEUSSLER CECILE|||00:0000154|20220201|HEUSSLER CECILE|37,26|0|||20220201|||D18977\r\nVE|JOURNAL VE|65|20220201|471000|Compte comptable d'attente|||00:0000155|20220201|Helle Thierry|0|25,13|||20220201|||D18958\r\nVE|JOURNAL VE|65|20220201|471000|Compte comptable d'attente|||00:0000155|20220201|Helle Thierry|0|1,27|||20220201|||D18958\r\nVE|JOURNAL VE|65|20220201|471000|Compte comptable d'attente|||00:0000155|20220201|Helle Thierry|0|2,46|||20220201|||D18958\r\nVE|JOURNAL VE|65|20220201|411901126|Helle Thierry|||00:0000155|20220201|Helle Thierry|28,86|0|||20220201|||D18958\r\nVE|JOURNAL VE|66|20220201|471000|Compte comptable d'attente|||00:0000156|20220201|Mazoyer marchand Christine|0|53,46|||20220201|||D19020\r\nVE|JOURNAL VE|66|20220201|471000|Compte comptable d'attente|||00:0000156|20220201|Mazoyer marchand Christine|0|3,22|||20220201|||D19020\r\nVE|JOURNAL VE|66|20220201|471000|Compte comptable d'attente|||00:0000156|20220201|Mazoyer marchand Christine|0|4,24|||20220201|||D19020\r\nVE|JOURNAL VE|66|20220201|411901127|Mazoyer marchand Christine|||00:0000156|20220201|Mazoyer marchand Christine|60,92|0|||20220201|||D19020\r\nVE|JOURNAL VE|67|20220201|471000|Compte comptable d'attente|||00:0000157|20220201|Girardin Claire|0|28,11|||20220201|||D18968\r\nVE|JOURNAL VE|67|20220201|471000|Compte comptable d'attente|||00:0000157|20220201|Girardin Claire|0|1,59|||20220201|||D18968\r\nVE|JOURNAL VE|67|20220201|471000|Compte comptable d'attente|||00:0000157|20220201|Girardin Claire|0|2,46|||20220201|||D18968\r\nVE|JOURNAL VE|67|20220201|411901128|Girardin Claire|||00:0000157|20220201|Girardin Claire|32,16|0|||20220201|||D18968\r\nVE|JOURNAL VE|68|20220201|471000|Compte comptable d'attente|||00:0000158|20220201|lange franciska|0|36,88|||20220201|||D19023\r\nVE|JOURNAL VE|68|20220201|471000|Compte comptable d'attente|||00:0000158|20220201|lange franciska|0|1,65|||20220201|||D19023\r\nVE|JOURNAL VE|68|20220201|471000|Compte comptable d'attente|||00:0000158|20220201|lange franciska|0|4,09|||20220201|||D19023\r\nVE|JOURNAL VE|68|20220201|411901129|lange franciska|||00:0000158|20220201|lange franciska|42,62|0|||20220201|||D19023\r\nVE|JOURNAL VE|69|20220201|471000|Compte comptable d'attente|||00:0000159|20220201|PERROT JACQUELINE|0|21,39|||20220201|||D18987\r\nVE|JOURNAL VE|69|20220201|471000|Compte comptable d'attente|||00:0000159|20220201|PERROT JACQUELINE|0|0,91|||20220201|||D18987\r\nVE|JOURNAL VE|69|20220201|471000|Compte comptable d'attente|||00:0000159|20220201|PERROT JACQUELINE|0|2,46|||20220201|||D18987\r\nVE|JOURNAL VE|69|20220201|411901130|PERROT JACQUELINE|||00:0000159|20220201|PERROT JACQUELINE|24,76|0|||20220201|||D18987\r\nVE|JOURNAL VE|70|20220201|471000|Compte comptable d'attente|||00:0000160|20220201|courréjou régis|0|49,31|||20220201|||D18973\r\nVE|JOURNAL VE|70|20220201|471000|Compte comptable d'attente|||00:0000160|20220201|courréjou régis|0|3,21|||20220201|||D18973\r\nVE|JOURNAL VE|70|20220201|471000|Compte comptable d'attente|||00:0000160|20220201|courréjou régis|0|2,75|||20220201|||D18973\r\nVE|JOURNAL VE|70|20220201|471000|Compte comptable d'attente|||00:0000160|20220201|courréjou régis|3,46|0|||20220201|||D18973\r\nVE|JOURNAL VE|70|20220201|478000|Compte comptable d'écart|||00:0000160|20220201|courréjou régis|0|0,09|||20220201|||D18973\r\nVE|JOURNAL VE|70|20220201|411901131|courréjou régis|||00:0000160|20220201|courréjou régis|51,9|0|||20220201|||D18973\r\nVE|JOURNAL VE|71|20220201|471000|Compte comptable d'attente|||00:0000161|20220201|HERVE Guillaume|0|157,16|||20220201|||D18963\r\nVE|JOURNAL VE|71|20220201|471000|Compte comptable d'attente|||00:0000161|20220201|HERVE Guillaume|0|9,25|||20220201|||D18963\r\nVE|JOURNAL VE|71|20220201|471000|Compte comptable d'attente|||00:0000161|20220201|HERVE Guillaume|0|12,91|||20220201|||D18963\r\nVE|JOURNAL VE|71|20220201|411901132|HERVE Guillaume|||00:0000161|20220201|HERVE Guillaume|179,32|0|||20220201|||D18963\r\nVE|JOURNAL VE|72|20220201|411901133|Levillain Alexandre|||00:0000162|20220201|Levillain Alexandre|54,36|0|||20220201|||D19028\r\nVE|JOURNAL VE|72|20220201|471000|Compte comptable d'attente|||00:0000162|20220201|Levillain Alexandre|0|47,65|||20220201|||D19028\r\nVE|JOURNAL VE|72|20220201|471000|Compte comptable d'attente|||00:0000162|20220201|Levillain Alexandre|0|2,82|||20220201|||D19028\r\nVE|JOURNAL VE|72|20220201|471000|Compte comptable d'attente|||00:0000162|20220201|Levillain Alexandre|0|3,89|||20220201|||D19028\r\nVE|JOURNAL VE|73|20220201|411901134|TEITIENNE Yannick|||00:0000163|20220201|TEITIENNE Yannick|185,02|0|||20220201|||D19002\r\nVE|JOURNAL VE|73|20220201|471000|Compte comptable d'attente|||00:0000163|20220201|TEITIENNE Yannick|0|164,03|||20220201|||D19002\r\nVE|JOURNAL VE|73|20220201|471000|Compte comptable d'attente|||00:0000163|20220201|TEITIENNE Yannick|0|11,81|||20220201|||D19002\r\nVE|JOURNAL VE|73|20220201|471000|Compte comptable d'attente|||00:0000163|20220201|TEITIENNE Yannick|0|9,18|||20220201|||D19002\r\nVE|JOURNAL VE|74|20220214|706120|Prestations de services|||0220200002|20220214|Agence Dupond|0|2000|||20220214|||D13623\r\nVE|JOURNAL VE|74|20220214|445712|TVA Collectée à 20%|||0220200002|20220214|Agence Dupond|0|400|||20220214|||D13623\r\nVE|JOURNAL VE|74|20220214|411AGENCE|Agence Dupond|||0220200002|20220214|Agence Dupond|2400|0|||20220214|||D13623\r\nVE|JOURNAL VE|75|20220215|411ABCONS|AB Conseil SAS|||0220200003|20220215|AB Conseil SAS|60000|0|||20220215|||D13620\r\nVE|JOURNAL VE|75|20220215|706120|Prestations de services|||0220200003|20220215|AB Conseil SAS|0|50000|||20220215|||D13620\r\nVE|JOURNAL VE|75|20220215|445712|TVA Collectée à 20%|||0220200003|20220215|AB Conseil SAS|0|10000|||20220215|||D13620\r\nVE|JOURNAL VE|76|20220222|471000|Compte comptable d'attente|||00:0000164|20220222|demo|0|2340|||20220222|||D19016\r\nVE|JOURNAL VE|76|20220222|471000|Compte comptable d'attente|||00:0000164|20220222|demo|0|200|||20220222|||D19016\r\nVE|JOURNAL VE|76|20220222|471000|Compte comptable d'attente|||00:0000164|20220222|demo|0|71,4|||20220222|||D19016\r\nVE|JOURNAL VE|76|20220222|411C10800|demo|||00:0000164|20220222|demo|2611,4|0|||20220222|||D19016\r\nVE|JOURNAL VE|77|20220222|471000|Compte comptable d'attente|||0220200001|20220222|demo|2340|0|||20220222|||D18956\r\nVE|JOURNAL VE|77|20220222|471000|Compte comptable d'attente|||0220200001|20220222|demo|200|0|||20220222|||D18956\r\nVE|JOURNAL VE|77|20220222|471000|Compte comptable d'attente|||0220200001|20220222|demo|71,4|0|||20220222|||D18956\r\nVE|JOURNAL VE|77|20220222|411C10800|demo|||0220200001|20220222|demo|0|2611,4|||20220222|||D18956\r\nVE|JOURNAL VE|78|20220222|471000|Compte comptable d'attente|||0220200002|20220222|demo|0|2340|||20220222|||D18949\r\nVE|JOURNAL VE|78|20220222|471000|Compte comptable d'attente|||0220200002|20220222|demo|0|200|||20220222|||D18949\r\nVE|JOURNAL VE|78|20220222|471000|Compte comptable d'attente|||0220200002|20220222|demo|0|71,4|||20220222|||D18949\r\nVE|JOURNAL VE|78|20220222|411C10800|demo|||0220200002|20220222|demo|2611,4|0|||20220222|||D18949\r\nVE|JOURNAL VE|79|20220301|706120|Prestations de services|||0220300001|20220301|AB Conseil SAS|0|50000|||20220301|||D13619\r\nVE|JOURNAL VE|79|20220301|445712|TVA Collectée à 20%|||0220300001|20220301|AB Conseil SAS|0|10000|||20220301|||D13619\r\nVE|JOURNAL VE|79|20220301|411ABCONS|AB Conseil SAS|||0220300001|20220301|AB Conseil SAS|60000|0|||20220301|||D13619\r\nVE|JOURNAL VE|80|20220304|707000|Ventes de marchandises|||00:0000166|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18992\r\nVE|JOURNAL VE|80|20220304|707000|Ventes de marchandises|||00:0000166|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18992\r\nVE|JOURNAL VE|80|20220304|471000|Compte comptable d'attente|||00:0000166|20220304|Adelicia 2 SARL|0|120|||20220304|||D18992\r\nVE|JOURNAL VE|80|20220304|471000|Compte comptable d'attente|||00:0000166|20220304|Adelicia 2 SARL|0|66|||20220304|||D18992\r\nVE|JOURNAL VE|80|20220304|411123456|Adelicia 2 SARL|||00:0000166|20220304|Adelicia 2 SARL|2586|0|||20220304|||D18992\r\nVE|JOURNAL VE|81|20220304|707000|Ventes de marchandises|||00:0000167|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18966\r\nVE|JOURNAL VE|81|20220304|707000|Ventes de marchandises|||00:0000167|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18966\r\nVE|JOURNAL VE|81|20220304|471000|Compte comptable d'attente|||00:0000167|20220304|Adelicia 2 SARL|0|108|||20220304|||D18966\r\nVE|JOURNAL VE|81|20220304|471000|Compte comptable d'attente|||00:0000167|20220304|Adelicia 2 SARL|0|59,4|||20220304|||D18966\r\nVE|JOURNAL VE|81|20220304|709707|Compte comptable de remise|||00:0000167|20220304|Adelicia 2 SARL|240|0|||20220304|||D18966\r\nVE|JOURNAL VE|81|20220304|411123456|Adelicia 2 SARL|||00:0000167|20220304|Adelicia 2 SARL|2327,4|0|||20220304|||D18966\r\nVE|JOURNAL VE|82|20220304|706000|Prestations de services TVA 8,5%|||00:0000168|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|707000|Ventes de marchandises|||00:0000168|20220304|Adelicia 2 SARL|0|1200|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|471000|Compte comptable d'attente|||00:0000168|20220304|Adelicia 2 SARL|0|108|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|471000|Compte comptable d'attente|||00:0000168|20220304|Adelicia 2 SARL|0|59,4|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|709706|Compte comptable de remise|||00:0000168|20220304|Adelicia 2 SARL|120|0|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|709707|Compte comptable de remise|||00:0000168|20220304|Adelicia 2 SARL|120|0|||20220304|||D18976\r\nVE|JOURNAL VE|82|20220304|411123456|Adelicia 2 SARL|||00:0000168|20220304|Adelicia 2 SARL|2327,4|0|||20220304|||D18976\r\nVE|JOURNAL VE|83|20220304|411123456|Adelicia 2 SARL|||00:0000169|20220304|Adelicia 2 SARL|0|88733,91|||20220304|||D18981\r\nVE|JOURNAL VE|83|20220304|471000|Compte comptable d'attente|||00:0000169|20220304|Adelicia 2 SARL|14691,55|0|||20220304|||D18981\r\nVE|JOURNAL VE|83|20220304|471000|Compte comptable d'attente|||00:0000169|20220304|Adelicia 2 SARL|74042,36|0|||20220304|||D18981\r\nVE|JOURNAL VE|84|20220314|411AGENCE|Agence Dupond|||0220300002|20220314|Agence Dupond|2400|0|||20220314|||D13618\r\nVE|JOURNAL VE|84|20220314|706120|Prestations de services|||0220300002|20220314|Agence Dupond|0|2000|||20220314|||D13618\r\nVE|JOURNAL VE|84|20220314|445712|TVA Collectée à 20%|||0220300002|20220314|Agence Dupond|0|400|||20220314|||D13618\r\nVE|JOURNAL VE|85|20220315|706120|Prestations de services|||0220300003|20220315|AB Conseil SAS|0|50000|||20220315|||D13624\r\nVE|JOURNAL VE|85|20220315|445712|TVA Collectée à 20%|||0220300003|20220315|AB Conseil SAS|0|10000|||20220315|||D13624\r\nVE|JOURNAL VE|85|20220315|411ABCONS|AB Conseil SAS|||0220300003|20220315|AB Conseil SAS|60000|0|||20220315|||D13624\r\nVE|JOURNAL VE|86|20220316|709707|Compte comptable de remise|||0220300001|20220316|Adelicia 2 SARL|0|120|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|706000|Prestations de services TVA 8,5%|||0220300001|20220316|Adelicia 2 SARL|1200|0|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|707000|Ventes de marchandises|||0220300001|20220316|Adelicia 2 SARL|1200|0|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|471000|Compte comptable d'attente|||0220300001|20220316|Adelicia 2 SARL|108|0|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|471000|Compte comptable d'attente|||0220300001|20220316|Adelicia 2 SARL|59,4|0|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|709706|Compte comptable de remise|||0220300001|20220316|Adelicia 2 SARL|0|120|||20220316|||D18959\r\nVE|JOURNAL VE|86|20220316|411123456|Adelicia 2 SARL|||0220300001|20220316|Adelicia 2 SARL|0|2327,4|||20220316|||D18959\r\nAC|JOURNAL AC|87|20220329|626000|Frais postaux et de télécommunicati|||0220000001|20220329|sfr|120|0|||20220329|||D15712\r\nAC|JOURNAL AC|87|20220329|445660|TVA sur autres biens et services|||0220000001|20220329|sfr|30|0|||20220329|||D15712\r\nAC|JOURNAL AC|87|20220329|401SFR000|sfr|||0220000001|20220329|sfr|0|150|||20220329|||D15712\r\nVE|JOURNAL VE|88|20220329|411123456|Adelicia 2 SARL|||00:0000171|20220329|Adelicia 2 SARL|450|0|||20220329|||D19027\r\nVE|JOURNAL VE|88|20220329|471000|Compte comptable d'attente|||00:0000171|20220329|Adelicia 2 SARL|0|450|||20220329|||D19027\r\nVE|JOURNAL VE|89|20220401|445712|TVA Collectée à 20%|||0220400001|20220401|AB Conseil SAS|0|10000|||20220401|||D13625\r\nVE|JOURNAL VE|89|20220401|706120|Prestations de services|||0220400001|20220401|AB Conseil SAS|0|50000|||20220401|||D13625\r\nVE|JOURNAL VE|89|20220401|411ABCONS|AB Conseil SAS|||0220400001|20220401|AB Conseil SAS|60000|0|||20220401|||D13625\r\nVE|JOURNAL VE|90|20220406|471000|Compte comptable d'attente|||0220000004|20220406|Martin|0|120|||20220406|||D13614\r\nVE|JOURNAL VE|90|20220406|445712|TVA Collectée à 20%|||0220000004|20220406|Martin|0|24|||20220406|||D13614\r\nVE|JOURNAL VE|90|20220406|411MARTIN|Martin|||0220000004|20220406|Martin|144|0|||20220406|||D13614\r\nOD|JOURNAL OD|91|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55423\r\nOD|JOURNAL OD|91|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55423\r\nOD|JOURNAL OD|92|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55424\r\nOD|JOURNAL OD|92|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55424\r\nOD|JOURNAL OD|93|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55425\r\nOD|JOURNAL OD|93|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55425\r\nOD|JOURNAL OD|94|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55427\r\nOD|JOURNAL OD|94|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55427\r\nOD|JOURNAL OD|95|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55431\r\nOD|JOURNAL OD|95|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55431\r\nOD|JOURNAL OD|96|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55433\r\nOD|JOURNAL OD|96|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55433\r\nOD|JOURNAL OD|97|20220412|108000|Compte de l'exploitant|||0000|20220412|abcdef|150|0|||20220412|||E55434\r\nOD|JOURNAL OD|97|20220412|445000|Etat - Taxes sur le chiffre d'affai|||0000|20220412|abcdef|0|150|||20220412|||E55434\r\nAC|JOURNAL AC|98|20220421|626000|Frais postaux et de télécommunicati|||0220000002|20220421|sfr|100|0|||20220421|||E55430\r\nAC|JOURNAL AC|98|20220421|445660|TVA sur autres biens et services|||0220000002|20220421|sfr|20|0|||20220421|||E55430\r\nAC|JOURNAL AC|98|20220421|401SFR000|sfr|||0220000002|20220421|sfr|0|120|||20220421|||E55430\r\nAC|JOURNAL AC|99|20220421|626000|Frais postaux et de télécommunicati|||0220000002|20220421|sfr|100|0|||20220421|||E55432\r\nAC|JOURNAL AC|99|20220421|445660|TVA sur autres biens et services|||0220000002|20220421|sfr|20|0|||20220421|||E55432\r\nAC|JOURNAL AC|99|20220421|401SFR000|sfr|||0220000002|20220421|sfr|0|120|||20220421|||E55432\r\nVE|JOURNAL VE|100|20220425|471000|Compte comptable d'attente|||00:0000176|20220425|EDF Direction des Services Paratagé|0|3240095,15|||20220425|||D18945\r\nVE|JOURNAL VE|100|20220425|411901135|EDF Direction des Services Paratagé|||00:0000176|20220425|EDF Direction des Services Paratagé|3240095,15|0|||20220425|||D18945\r\nVE|JOURNAL VE|101|20220428|471000|Compte comptable d'attente|||00:0000177|20220428|Adelicia 2 SARL|0|150|||20220428|||D18994\r\nVE|JOURNAL VE|101|20220428|471000|Compte comptable d'attente|||00:0000177|20220428|Adelicia 2 SARL|0|30|||20220428|||D18994\r\nVE|JOURNAL VE|101|20220428|411123456|Adelicia 2 SARL|||00:0000177|20220428|Adelicia 2 SARL|180|0|||20220428|||D18994\r\nVE|JOURNAL VE|102|20220429|471000|Compte comptable d'attente|||00:0000179|20220429|Adelicia 2 SARL|0,01|0|||20220429|||E59108\r\nVE|JOURNAL VE|102|20220429|411123456|Adelicia 2 SARL|||00:0000179|20220429|Adelicia 2 SARL|0|0,01|||20220429|||E59108\r\nVE|JOURNAL VE|103|20220503|471000|Compte comptable d'attente|||0220500001|20220503|Adelicia 2 SARL|150|0|||20220503|||D18988\r\nVE|JOURNAL VE|103|20220503|471000|Compte comptable d'attente|||0220500001|20220503|Adelicia 2 SARL|30|0|||20220503|||D18988\r\nVE|JOURNAL VE|103|20220503|411123456|Adelicia 2 SARL|||0220500001|20220503|Adelicia 2 SARL|0|180|||20220503|||D18988\r\nVE|JOURNAL VE|104|20220506|471000|Compte comptable d'attente|||00:0000178|20220506|Adelicia 2 SARL|0|450|||20220506|||D18947\r\nVE|JOURNAL VE|104|20220506|411123456|Adelicia 2 SARL|||00:0000178|20220506|Adelicia 2 SARL|450|0|||20220506|||D18947\r\nVE|JOURNAL VE|105|20220525|471000|Compte comptable d'attente|||0220500002|20220525|Adelicia 2 SARL|450|0|||20220525|||D18970\r\nVE|JOURNAL VE|105|20220525|411123456|Adelicia 2 SARL|||0220500002|20220525|Adelicia 2 SARL|0|450|||20220525|||D18970\r\nVE|JOURNAL VE|106|20220608|419{CODE}|Compte comptable d'acompte|||00:0000182|20220608|AFHIM Hamid|0|1386|||20220608|||D18980\r\nVE|JOURNAL VE|106|20220608|411901136|AFHIM Hamid|||00:0000182|20220608|AFHIM Hamid|1386|0|||20220608|||D18980\r\nVE|JOURNAL VE|107|20220608|471000|Compte comptable d'attente|||00:0000183|20220608|Adelicia 2 SARL|0|450|||20220608|||D19015\r\nVE|JOURNAL VE|107|20220608|411123456|Adelicia 2 SARL|||00:0000183|20220608|Adelicia 2 SARL|450|0|||20220608|||D19015\r\nVE|JOURNAL VE|108|20220622|471000|Compte comptable d'attente|||0220000005|20220622|nouveau|0|170|||20220622|||D20452\r\nVE|JOURNAL VE|108|20220622|445712|TVA Collectée à 20%|||0220000005|20220622|nouveau|0|34|||20220622|||D20452\r\nVE|JOURNAL VE|108|20220622|411NOUVEA|nouveau|||0220000005|20220622|nouveau|204|0|||20220622|||D20452\r\nVE|JOURNAL VE|109|20220704|706000|Prestations de services TVA 8,5%|||00:0000220|20220704|Adelicia 2 SARL|0|450|||20220704|||D21189\r\nVE|JOURNAL VE|109|20220704|411123456|Adelicia 2 SARL|||00:0000220|20220704|Adelicia 2 SARL|450|0|||20220704|||D21189\r\nVE|JOURNAL VE|110|20220704|707200|Marchandises (ou groupe) B|||00:0000221|20220704|Adelicia 2 SARL|0|450|||20220704|||D21190\r\nVE|JOURNAL VE|110|20220704|706000|Prestations de services TVA 8,5%|||00:0000221|20220704|Adelicia 2 SARL|0|150|||20220704|||D21190\r\nVE|JOURNAL VE|110|20220704|707000|Ventes de marchandises|||00:0000221|20220704|Adelicia 2 SARL|0|62|||20220704|||D21190\r\nVE|JOURNAL VE|110|20220704|445662|T.V.A. recup sur b&s  20%|||00:0000221|20220704|Adelicia 2 SARL|0|90|||20220704|||D21190\r\nVE|JOURNAL VE|110|20220704|445661|T.V.A. recup sur b&s  2,1%|||00:0000221|20220704|Adelicia 2 SARL|0|21,2|||20220704|||D21190\r\nVE|JOURNAL VE|110|20220704|411123456|Adelicia 2 SARL|||00:0000221|20220704|Adelicia 2 SARL|773,2|0|||20220704|||D21190\r\nVE|JOURNAL VE|111|20220705|471000|Compte comptable d'attente|||0220700001|20220705|Adelicia 2 SARL|350|0|||20220705|||D21191\r\nVE|JOURNAL VE|111|20220705|445662|T.V.A. recup sur b&s  20%|||0220700001|20220705|Adelicia 2 SARL|70|0|||20220705|||D21191\r\nVE|JOURNAL VE|111|20220705|411123456|Adelicia 2 SARL|||0220700001|20220705|Adelicia 2 SARL|0|420|||20220705|||D21191\r\nVE|JOURNAL VE|112|20220712|707200|Marchandises (ou groupe) B|||00:0000222|20220712|Adelicia 2 SARL|0|450|||20220712|||D21238\r\nVE|JOURNAL VE|112|20220712|706000|Prestations de services TVA 8,5%|||00:0000222|20220712|Adelicia 2 SARL|0|150|||20220712|||D21238\r\nVE|JOURNAL VE|112|20220712|707000|Ventes de marchandises|||00:0000222|20220712|Adelicia 2 SARL|0|62|||20220712|||D21238\r\nVE|JOURNAL VE|112|20220712|445662|T.V.A. recup sur b&s  20%|||00:0000222|20220712|Adelicia 2 SARL|0|90|||20220712|||D21238\r\nVE|JOURNAL VE|112|20220712|445661|T.V.A. recup sur b&s  2,1%|||00:0000222|20220712|Adelicia 2 SARL|0|21,2|||20220712|||D21238\r\nVE|JOURNAL VE|112|20220712|411123456|Adelicia 2 SARL|||00:0000222|20220712|Adelicia 2 SARL|773,2|0|||20220712|||D21238\r\nVE|JOURNAL VE|113|20220713|707200|Marchandises (ou groupe) B|||00:0000224|20220713|Adelicia 2 SARL|0|450|||20220713|||D22736\r\nVE|JOURNAL VE|113|20220713|706000|Prestations de services TVA 8,5%|||00:0000224|20220713|Adelicia 2 SARL|0|150|||20220713|||D22736\r\nVE|JOURNAL VE|113|20220713|707000|Ventes de marchandises|||00:0000224|20220713|Adelicia 2 SARL|0|62|||20220713|||D22736\r\nVE|JOURNAL VE|113|20220713|445662|T.V.A. recup sur b&s  20%|||00:0000224|20220713|Adelicia 2 SARL|0|90|||20220713|||D22736\r\nVE|JOURNAL VE|113|20220713|445661|T.V.A. recup sur b&s  2,1%|||00:0000224|20220713|Adelicia 2 SARL|0|21,2|||20220713|||D22736\r\nVE|JOURNAL VE|113|20220713|411123456|Adelicia 2 SARL|||00:0000224|20220713|Adelicia 2 SARL|773,2|0|||20220713|||D22736\r\nVE|JOURNAL VE|114|20220715|471000|Compte comptable d'attente|||00:0000225|20220715|AFHIM Hamid|0|100|||20220715|||D26679\r\nVE|JOURNAL VE|114|20220715|445661|T.V.A. recup sur b&s  2,1%|||00:0000225|20220715|AFHIM Hamid|0|10|||20220715|||D26679\r\nVE|JOURNAL VE|114|20220715|411901136|AFHIM Hamid|||00:0000225|20220715|AFHIM Hamid|110|0|||20220715|||D26679\r\nVE|JOURNAL VE|115|20220715|471000|Compte comptable d'attente|||0220700002|20220715|AFHIM Hamid|100|0|||20220715|||D26680\r\nVE|JOURNAL VE|115|20220715|445661|T.V.A. recup sur b&s  2,1%|||0220700002|20220715|AFHIM Hamid|10|0|||20220715|||D26680\r\nVE|JOURNAL VE|115|20220715|411901136|AFHIM Hamid|||0220700002|20220715|AFHIM Hamid|0|110|||20220715|||D26680\r\nVE|JOURNAL VE|116|20220715|419{CODE}|Compte comptable d'acompte|||00:0000226|20220715|AFHIM Hamid|0|13,2|||20220715|||D26681\r\nVE|JOURNAL VE|116|20220715|411901136|AFHIM Hamid|||00:0000226|20220715|AFHIM Hamid|13,2|0|||20220715|||D26681\r\nVE|JOURNAL VE|117|20220715|419{CODE}|Compte comptable d'acompte|||00:0000227|20220715|AFHIM Hamid|0|11|||20220715|||E75868\r\nVE|JOURNAL VE|117|20220715|411901136|AFHIM Hamid|||00:0000227|20220715|AFHIM Hamid|11|0|||20220715|||E75868\r\nVE|JOURNAL VE|118|20220715|411123456|Adelicia 2 SARL|||00:0000228|20220715|Adelicia 2 SARL|773,2|0|||20220715|||D26682\r\nVE|JOURNAL VE|118|20220715|707200|Marchandises (ou groupe) B|||00:0000228|20220715|Adelicia 2 SARL|0|450|||20220715|||D26682\r\nVE|JOURNAL VE|118|20220715|706000|Prestations de services TVA 8,5%|||00:0000228|20220715|Adelicia 2 SARL|0|150|||20220715|||D26682\r\nVE|JOURNAL VE|118|20220715|707000|Ventes de marchandises|||00:0000228|20220715|Adelicia 2 SARL|0|62|||20220715|||D26682\r\nVE|JOURNAL VE|118|20220715|445662|T.V.A. recup sur b&s  20%|||00:0000228|20220715|Adelicia 2 SARL|0|90|||20220715|||D26682\r\nVE|JOURNAL VE|118|20220715|445661|T.V.A. recup sur b&s  2,1%|||00:0000228|20220715|Adelicia 2 SARL|0|21,2|||20220715|||D26682\r\nVE|JOURNAL VE|119|20220715|707200|Marchandises (ou groupe) B|||0220700003|20220715|Adelicia 2 SARL|450|0|||20220715|||D26683\r\nVE|JOURNAL VE|119|20220715|706000|Prestations de services TVA 8,5%|||0220700003|20220715|Adelicia 2 SARL|150|0|||20220715|||D26683\r\nVE|JOURNAL VE|119|20220715|707000|Ventes de marchandises|||0220700003|20220715|Adelicia 2 SARL|62|0|||20220715|||D26683\r\nVE|JOURNAL VE|119|20220715|445662|T.V.A. recup sur b&s  20%|||0220700003|20220715|Adelicia 2 SARL|90|0|||20220715|||D26683\r\nVE|JOURNAL VE|119|20220715|445661|T.V.A. recup sur b&s  2,1%|||0220700003|20220715|Adelicia 2 SARL|21,2|0|||20220715|||D26683\r\nVE|JOURNAL VE|119|20220715|411123456|Adelicia 2 SARL|||0220700003|20220715|Adelicia 2 SARL|0|773,2|||20220715|||D26683\r\nVE|JOURNAL VE|120|20220722|707200|Marchandises (ou groupe) B|||00:0000229|20220722|Adelicia 2 SARL|0|833,33|||20220722|||E77782\r\nVE|JOURNAL VE|120|20220722|445662|T.V.A. recup sur b&s  20%|||00:0000229|20220722|Adelicia 2 SARL|0|170|||20220722|||E77782\r\nVE|JOURNAL VE|120|20220722|709707|Compte comptable de remise|||00:0000229|20220722|Adelicia 2 SARL|0|16,67|||20220722|||E77782\r\nVE|JOURNAL VE|120|20220722|411123456|Adelicia 2 SARL|||00:0000229|20220722|Adelicia 2 SARL|1020|0|||20220722|||E77782\r\nVE|JOURNAL VE|121|20220802|411123456|Adelicia 2 SARL|||00:0000230|20220802|Adelicia 2 SARL|185124,22|0|||20220802|||D30046\r\nVE|JOURNAL VE|121|20220802|471000|Compte comptable d'attente|||00:0000230|20220802|Adelicia 2 SARL|0|185124,22|||20220802|||D30046\r\nVE|JOURNAL VE|122|20220802|471000|Compte comptable d'attente|||00:0000231|20220802|Adelicia 2 SARL|0|13971,61|||20220802|||D30047\r\nVE|JOURNAL VE|122|20220802|411123456|Adelicia 2 SARL|||00:0000231|20220802|Adelicia 2 SARL|13971,61|0|||20220802|||D30047\r\nVE|JOURNAL VE|123|20220802|471000|Compte comptable d'attente|||00:0000232|20220802|Adelicia 2 SARL|0|4657,67|||20220802|||D30048\r\nVE|JOURNAL VE|123|20220802|411123456|Adelicia 2 SARL|||00:0000232|20220802|Adelicia 2 SARL|4657,67|0|||20220802|||D30048\r\nVE|JOURNAL VE|124|20220802|411123456|Adelicia 2 SARL|||00:0000233|20220802|Adelicia 2 SARL|18627,89|0|||20220802|||D30049\r\nVE|JOURNAL VE|124|20220802|471000|Compte comptable d'attente|||00:0000233|20220802|Adelicia 2 SARL|0|18627,89|||20220802|||D30049\r\nVE|JOURNAL VE|125|20220802|471000|Compte comptable d'attente|||0220800001|20220802|Adelicia 2 SARL|18627,89|0|||20220802|||D30050\r\nVE|JOURNAL VE|125|20220802|411123456|Adelicia 2 SARL|||0220800001|20220802|Adelicia 2 SARL|0|18627,89|||20220802|||D30050\r\nVE|JOURNAL VE|126|20220802|471000|Compte comptable d'attente|||00:0000235|20220802|Adelicia 2 SARL|0|4657,67|||20220802|||D30051\r\nVE|JOURNAL VE|126|20220802|411123456|Adelicia 2 SARL|||00:0000235|20220802|Adelicia 2 SARL|4657,67|0|||20220802|||D30051\r\nVE|JOURNAL VE|127|20220802|471000|Compte comptable d'attente|||00:0000237|20220802|Adelicia 2 SARL|0|18627,89|||20220802|||D30052\r\nVE|JOURNAL VE|127|20220802|411123456|Adelicia 2 SARL|||00:0000237|20220802|Adelicia 2 SARL|18627,89|0|||20220802|||D30052\r\nVE|JOURNAL VE|128|20220802|471000|Compte comptable d'attente|||00:0000238|20220802|Adelicia 2 SARL|0|9313,94|||20220802|||D30053\r\nVE|JOURNAL VE|128|20220802|411123456|Adelicia 2 SARL|||00:0000238|20220802|Adelicia 2 SARL|9313,94|0|||20220802|||D30053\r\nVE|JOURNAL VE|129|20220802|471000|Compte comptable d'attente|||00:0000239|20220802|Adelicia 2 SARL|0|4657,67|||20220802|||D30054\r\nVE|JOURNAL VE|129|20220802|411123456|Adelicia 2 SARL|||00:0000239|20220802|Adelicia 2 SARL|4657,67|0|||20220802|||D30054\r\nVE|JOURNAL VE|130|20220802|471000|Compte comptable d'attente|||00:0000240|20220802|Adelicia 2 SARL|0|2794,6|||20220802|||D30055\r\nVE|JOURNAL VE|130|20220802|411123456|Adelicia 2 SARL|||00:0000240|20220802|Adelicia 2 SARL|2794,6|0|||20220802|||D30055\r\nVE|JOURNAL VE|131|20220802|411123456|Adelicia 2 SARL|||00:0000241|20220802|Adelicia 2 SARL|15833,28|0|||20220802|||D30056\r\nVE|JOURNAL VE|131|20220802|471000|Compte comptable d'attente|||00:0000241|20220802|Adelicia 2 SARL|0|15833,28|||20220802|||D30056\r\nVE|JOURNAL VE|132|20220802|411123456|Adelicia 2 SARL|||0220800002|20220802|Adelicia 2 SARL|0|15833,28|||20220802|||D30057\r\nVE|JOURNAL VE|132|20220802|471000|Compte comptable d'attente|||0220800002|20220802|Adelicia 2 SARL|15833,28|0|||20220802|||D30057\r\nVE|JOURNAL VE|133|20220802|471000|Compte comptable d'attente|||00:0000242|20220802|Adelicia 2 SARL|0|15833,28|||20220802|||D30058\r\nVE|JOURNAL VE|133|20220802|411123456|Adelicia 2 SARL|||00:0000242|20220802|Adelicia 2 SARL|15833,28|0|||20220802|||D30058\r\nVE|JOURNAL VE|134|20220804|445662|T.V.A. recup sur b&s  20%|||00:0000243|20220804|Adelicia 2 SARL|0|49827,97|||20220804|||D30425\r\nVE|JOURNAL VE|134|20220804|471000|Compte comptable d'attente|||00:0000243|20220804|Adelicia 2 SARL|0|249139,87|||20220804|||D30425\r\nVE|JOURNAL VE|134|20220804|411123456|Adelicia 2 SARL|||00:0000243|20220804|Adelicia 2 SARL|298967,84|0|||20220804|||D30425\r\nVE|JOURNAL VE|135|20220902|419{CODE}|Compte comptable d'acompte|||00:0000247|20220902|AFHIM Hamid|0|11|||20220902|||D35733\r\nVE|JOURNAL VE|135|20220902|411901136|AFHIM Hamid|||00:0000247|20220902|AFHIM Hamid|11|0|||20220902|||D35733\r\nVE|JOURNAL VE|136|20220902|419{CODE}|Compte comptable d'acompte|||00:0000248|20220902|AFHIM Hamid|0|99|||20220902|||D35734\r\nVE|JOURNAL VE|136|20220902|411901136|AFHIM Hamid|||00:0000248|20220902|AFHIM Hamid|99|0|||20220902|||D35734\r\nVE|JOURNAL VE|137|20220902|471000|Compte comptable d'attente|||00:0000249|20220902|AFHIM Hamid|0|100|||20220902|||D35735\r\nVE|JOURNAL VE|137|20220902|445661|T.V.A. recup sur b&s  2,1%|||00:0000249|20220902|AFHIM Hamid|0|10|||20220902|||D35735\r\nVE|JOURNAL VE|137|20220902|419{CODE}|Compte comptable d'acompte|||00:0000249|20220902|AFHIM Hamid|11|0|||20220902|||D35735\r\nVE|JOURNAL VE|137|20220902|419{CODE}|Compte comptable d'acompte|||00:0000249|20220902|AFHIM Hamid|99|0|||20220902|||D35735\r\nVE|JOURNAL VE|138|20220902|471000|Compte comptable d'attente|||00:0000250|20220902|AFHIM Hamid|0|100|||20220902|||D35736\r\nVE|JOURNAL VE|138|20220902|445661|T.V.A. recup sur b&s  2,1%|||00:0000250|20220902|AFHIM Hamid|0|10|||20220902|||D35736\r\nVE|JOURNAL VE|138|20220902|411901136|AFHIM Hamid|||00:0000250|20220902|AFHIM Hamid|110|0|||20220902|||D35736\r\nVE|JOURNAL VE|139|20220902|471000|Compte comptable d'attente|||0220900001|20220902|AFHIM Hamid|100|0|||20220902|||D35737\r\nVE|JOURNAL VE|139|20220902|445661|T.V.A. recup sur b&s  2,1%|||0220900001|20220902|AFHIM Hamid|10|0|||20220902|||D35737\r\nVE|JOURNAL VE|139|20220902|411901136|AFHIM Hamid|||0220900001|20220902|AFHIM Hamid|0|110|||20220902|||D35737\r\nVE|JOURNAL VE|140|20220907|707200|Marchandises (ou groupe) B|||00:0000251|20220907|Adelicia 2 SARL|0|250|||20220907|||D36797\r\nVE|JOURNAL VE|140|20220907|445662|T.V.A. recup sur b&s  20%|||00:0000251|20220907|Adelicia 2 SARL|0|50|||20220907|||D36797\r\nVE|JOURNAL VE|140|20220907|411123456|Adelicia 2 SARL|||00:0000251|20220907|Adelicia 2 SARL|300|0|||20220907|||D36797\r\nVE|JOURNAL VE|141|20220909|471000|Compte comptable d'attente|||00:0000246|20220909|Adelicia 2 SARL|0|250|||20220909|||D35250\r\nVE|JOURNAL VE|141|20220909|445662|T.V.A. recup sur b&s  20%|||00:0000246|20220909|Adelicia 2 SARL|0|50|||20220909|||D35250\r\nVE|JOURNAL VE|141|20220909|411123456|Adelicia 2 SARL|||00:0000246|20220909|Adelicia 2 SARL|300|0|||20220909|||D35250\r\nVE|JOURNAL VE|142|20220919|471000|Compte comptable d'attente|||00:0000252|20220919|Client SR|0|30165,2|||20220919|||D37226\r\nVE|JOURNAL VE|142|20220919|445662|T.V.A. recup sur b&s  20%|||00:0000252|20220919|Client SR|0|6033,04|||20220919|||D37226\r\nVE|JOURNAL VE|142|20220919|411901171|Client SR|||00:0000252|20220919|Client SR|36198,24|0|||20220919|||D37226\r\nVE|JOURNAL VE|143|20220920|419{CODE}|Compte comptable d'acompte|||00:0000253|20220920|Adelicia 2 SARL|0|14,4|||20220920|||D37250\r\nVE|JOURNAL VE|143|20220920|411123456|Adelicia 2 SARL|||00:0000253|20220920|Adelicia 2 SARL|14,4|0|||20220920|||D37250\r\nVE|JOURNAL VE|144|20220920|419{CODE}|Compte comptable d'acompte|||00:0000254|20220920|Adelicia 2 SARL|0|28,8|||20220920|||D37251\r\nVE|JOURNAL VE|144|20220920|411123456|Adelicia 2 SARL|||00:0000254|20220920|Adelicia 2 SARL|28,8|0|||20220920|||D37251\r\nVE|JOURNAL VE|145|20220920|419{CODE}|Compte comptable d'acompte|||00:0000255|20220920|Adelicia 2 SARL|0|43,2|||20220920|||E111391\r\nVE|JOURNAL VE|145|20220920|411123456|Adelicia 2 SARL|||00:0000255|20220920|Adelicia 2 SARL|43,2|0|||20220920|||E111391\r\nVE|JOURNAL VE|146|20220921|471000|Compte comptable d'attente|||00:0000256|20220921|Client SR|0|30165,2|||20220921|||D37252\r\nVE|JOURNAL VE|146|20220921|445662|T.V.A. recup sur b&s  20%|||00:0000256|20220921|Client SR|0|6033,04|||20220921|||D37252\r\nVE|JOURNAL VE|146|20220921|411901171|Client SR|||00:0000256|20220921|Client SR|36198,24|0|||20220921|||D37252\r\nVE|JOURNAL VE|147|20220921|471000|Compte comptable d'attente|||0220900002|20220921|Client SR|30165,2|0|||20220921|||D37253\r\nVE|JOURNAL VE|147|20220921|445662|T.V.A. recup sur b&s  20%|||0220900002|20220921|Client SR|6033,04|0|||20220921|||D37253\r\nVE|JOURNAL VE|147|20220921|411901171|Client SR|||0220900002|20220921|Client SR|0|36198,24|||20220921|||D37253\r\nVE|JOURNAL VE|148|20220921|471000|Compte comptable d'attente|||00:0000257|20220921|Client SR|0|30165,2|||20220921|||D37254\r\nVE|JOURNAL VE|148|20220921|445662|T.V.A. recup sur b&s  20%|||00:0000257|20220921|Client SR|0|6033,04|||20220921|||D37254\r\nVE|JOURNAL VE|148|20220921|411901171|Client SR|||00:0000257|20220921|Client SR|36198,24|0|||20220921|||D37254\r\nVE|JOURNAL VE|149|20220921|471000|Compte comptable d'attente|||0220900003|20220921|Client SR|30165,2|0|||20220921|||D37255\r\nVE|JOURNAL VE|149|20220921|445662|T.V.A. recup sur b&s  20%|||0220900003|20220921|Client SR|6033,04|0|||20220921|||D37255\r\nVE|JOURNAL VE|149|20220921|411901171|Client SR|||0220900003|20220921|Client SR|0|36198,24|||20220921|||D37255\r\nVE|JOURNAL VE|150|20220922|471000|Compte comptable d'attente|||00:0000258|20220922|DEMO EVZ|0|125|||20220922|||D37267\r\nVE|JOURNAL VE|150|20220922|445662|T.V.A. recup sur b&s  20%|||00:0000258|20220922|DEMO EVZ|0|25|||20220922|||D37267\r\nVE|JOURNAL VE|150|20220922|411901172|DEMO EVZ|||00:0000258|20220922|DEMO EVZ|150|0|||20220922|||D37267\r\nVE|JOURNAL VE|151|20220923|471000|Compte comptable d'attente|||00:0000259|20220923|DEMO EVZ|0|125|||20220923|||D37303\r\nVE|JOURNAL VE|151|20220923|445662|T.V.A. recup sur b&s  20%|||00:0000259|20220923|DEMO EVZ|0|25|||20220923|||D37303\r\nVE|JOURNAL VE|151|20220923|411901172|DEMO EVZ|||00:0000259|20220923|DEMO EVZ|150|0|||20220923|||D37303\r\nVE|JOURNAL VE|152|20220923|419{CODE}|Compte comptable d'acompte|||00:0000260|20220923|Adelicia 2 SARL|0|28,8|||20220923|||D37304\r\nVE|JOURNAL VE|152|20220923|411123456|Adelicia 2 SARL|||00:0000260|20220923|Adelicia 2 SARL|28,8|0|||20220923|||D37304\r\nVE|JOURNAL VE|153|20221004|471000|Compte comptable d'attente|||00:0000261|20221004|TRIIPTIC|0|300|||20221004|||E115892\r\nVE|JOURNAL VE|153|20221004|411TLN123|TRIIPTIC|||00:0000261|20221004|TRIIPTIC|300|0|||20221004|||E115892\r\nVE|JOURNAL VE|154|20221004|471000|Compte comptable d'attente|||0221000001|20221004|TRIIPTIC|300|0|||20221004|||D41192\r\nVE|JOURNAL VE|154|20221004|411TLN123|TRIIPTIC|||0221000001|20221004|TRIIPTIC|0|300|||20221004|||D41192\r\nVE|JOURNAL VE|155|20221012|471000|Compte comptable d'attente|||00:0000263|20221012|Prezioso Isabel|0|175|||20221012|||D41500\r\nVE|JOURNAL VE|155|20221012|411901173|Prezioso Isabel|||00:0000263|20221012|Prezioso Isabel|175|0|||20221012|||D41500\r\nVE|JOURNAL VE|156|20221012|471000|Compte comptable d'attente|||00:0000264|20221012|Jacquel Orient|0|29,99|||20221012|||D41501\r\nVE|JOURNAL VE|156|20221012|411901174|Jacquel Orient|||00:0000264|20221012|Jacquel Orient|29,99|0|||20221012|||D41501\r\nVE|JOURNAL VE|157|20221012|471000|Compte comptable d'attente|||00:0000265|20221012|MATSUI Erina|0|99|||20221012|||D41502\r\nVE|JOURNAL VE|157|20221012|411901175|MATSUI Erina|||00:0000265|20221012|MATSUI Erina|99|0|||20221012|||D41502\r\nVE|JOURNAL VE|158|20221012|471000|Compte comptable d'attente|||00:0000266|20221012|veronique ONGARO|0|73,99|||20221012|||D41503\r\nVE|JOURNAL VE|158|20221012|411901176|veronique ONGARO|||00:0000266|20221012|veronique ONGARO|73,99|0|||20221012|||D41503\r\nVE|JOURNAL VE|159|20221012|471000|Compte comptable d'attente|||00:0000267|20221012|Borges Jonathan|0|21,89|||20221012|||D41504\r\nVE|JOURNAL VE|159|20221012|411901177|Borges Jonathan|||00:0000267|20221012|Borges Jonathan|21,89|0|||20221012|||D41504\r\nVE|JOURNAL VE|160|20221012|471000|Compte comptable d'attente|||00:0000268|20221012|HENROT Delphine|0|34,89|||20221012|||D41505\r\nVE|JOURNAL VE|160|20221012|411901178|HENROT Delphine|||00:0000268|20221012|HENROT Delphine|34,89|0|||20221012|||D41505\r\nVE|JOURNAL VE|161|20221012|471000|Compte comptable d'attente|||00:0000270|20221012|De Wit ingrid|0|144,7|||20221012|||D41506\r\nVE|JOURNAL VE|161|20221012|411901180|De Wit ingrid|||00:0000270|20221012|De Wit ingrid|144,7|0|||20221012|||D41506\r\nVE|JOURNAL VE|162|20221012|471000|Compte comptable d'attente|||00:0000269|20221012|Mackova Eva|0|97,8|||20221012|||D41507\r\nVE|JOURNAL VE|162|20221012|411901179|Mackova Eva|||00:0000269|20221012|Mackova Eva|97,8|0|||20221012|||D41507\r\nVE|JOURNAL VE|163|20221012|471000|Compte comptable d'attente|||00:0000271|20221012|Oliveira Charlotte|0|17,49|||20221012|||D41508\r\nVE|JOURNAL VE|163|20221012|411901181|Oliveira Charlotte|||00:0000271|20221012|Oliveira Charlotte|17,49|0|||20221012|||D41508\r\nVE|JOURNAL VE|164|20221012|471000|Compte comptable d'attente|||00:0000272|20221012|Birgentzlen Arnaud|0|17,89|||20221012|||D41509\r\nVE|JOURNAL VE|164|20221012|411901182|Birgentzlen Arnaud|||00:0000272|20221012|Birgentzlen Arnaud|17,89|0|||20221012|||D41509\r\nVE|JOURNAL VE|165|20221012|471000|Compte comptable d'attente|||00:0000273|20221012|Toufouti Zina-Elynn|0|238|||20221012|||D41510\r\nVE|JOURNAL VE|165|20221012|411901183|Toufouti Zina-Elynn|||00:0000273|20221012|Toufouti Zina-Elynn|238|0|||20221012|||D41510\r\nVE|JOURNAL VE|166|20221012|471000|Compte comptable d'attente|||00:0000274|20221012|Climb up|0|49,99|||20221012|||D41511\r\nVE|JOURNAL VE|166|20221012|411901184|Climb up|||00:0000274|20221012|Climb up|49,99|0|||20221012|||D41511\r\nVE|JOURNAL VE|167|20221012|471000|Compte comptable d'attente|||00:0000275|20221012|Martignier Agathe|0|19,9|||20221012|||D41512\r\nVE|JOURNAL VE|167|20221012|411901185|Martignier Agathe|||00:0000275|20221012|Martignier Agathe|19,9|0|||20221012|||D41512\r\nVE|JOURNAL VE|168|20221012|471000|Compte comptable d'attente|||00:0000276|20221012|Lannerey Sébastien|0|24,89|||20221012|||D41513\r\nVE|JOURNAL VE|168|20221012|411901186|Lannerey Sébastien|||00:0000276|20221012|Lannerey Sébastien|24,89|0|||20221012|||D41513\r\nVE|JOURNAL VE|169|20221012|471000|Compte comptable d'attente|||00:0000277|20221012|MOY Virginie|0|213,9|||20221012|||D41514\r\nVE|JOURNAL VE|169|20221012|411901187|MOY Virginie|||00:0000277|20221012|MOY Virginie|213,9|0|||20221012|||D41514\r\nVE|JOURNAL VE|170|20221012|471000|Compte comptable d'attente|||00:0000278|20221012|Kotterisch Mélanie|0|53,99|||20221012|||D41515\r\nVE|JOURNAL VE|170|20221012|411901188|Kotterisch Mélanie|||00:0000278|20221012|Kotterisch Mélanie|53,99|0|||20221012|||D41515\r\nVE|JOURNAL VE|171|20221012|471000|Compte comptable d'attente|||00:0000279|20221012|CASTERA Alexandre|0|189,9|||20221012|||D41516\r\nVE|JOURNAL VE|171|20221012|411901189|CASTERA Alexandre|||00:0000279|20221012|CASTERA Alexandre|189,9|0|||20221012|||D41516\r\nVE|JOURNAL VE|172|20221012|471000|Compte comptable d'attente|||00:0000280|20221012|Debbah Amel|0|73,99|||20221012|||D41517\r\nVE|JOURNAL VE|172|20221012|411901190|Debbah Amel|||00:0000280|20221012|Debbah Amel|73,99|0|||20221012|||D41517\r\nVE|JOURNAL VE|173|20221012|471000|Compte comptable d'attente|||00:0000281|20221012|Carpentier Sophie|0|119,9|||20221012|||D41518\r\nVE|JOURNAL VE|173|20221012|411901191|Carpentier Sophie|||00:0000281|20221012|Carpentier Sophie|119,9|0|||20221012|||D41518\r\nVE|JOURNAL VE|174|20221012|471000|Compte comptable d'attente|||00:0000282|20221012|Rocher Raynaud Magalie|0|49,99|||20221012|||D41519\r\nVE|JOURNAL VE|174|20221012|411901192|Rocher Raynaud Magalie|||00:0000282|20221012|Rocher Raynaud Magalie|49,99|0|||20221012|||D41519\r\nVE|JOURNAL VE|175|20221012|471000|Compte comptable d'attente|||00:0000283|20221012|Patricia Sabadie Gomez|0|129,9|||20221012|||D41520\r\nVE|JOURNAL VE|175|20221012|411901193|Patricia Sabadie Gomez|||00:0000283|20221012|Patricia Sabadie Gomez|129,9|0|||20221012|||D41520\r\nVE|JOURNAL VE|176|20221012|471000|Compte comptable d'attente|||00:0000284|20221012|Gothuey Adrien|0|354|||20221012|||D41521\r\nVE|JOURNAL VE|176|20221012|411901194|Gothuey Adrien|||00:0000284|20221012|Gothuey Adrien|354|0|||20221012|||D41521\r\nVE|JOURNAL VE|177|20221012|471000|Compte comptable d'attente|||00:0000285|20221012|lemordant pauline|0|74,89|||20221012|||D41522\r\nVE|JOURNAL VE|177|20221012|411901195|lemordant pauline|||00:0000285|20221012|lemordant pauline|74,89|0|||20221012|||D41522\r\nVE|JOURNAL VE|178|20221012|471000|Compte comptable d'attente|||00:0000286|20221012|BLAISOT CATHERINE|0|60|||20221012|||D41523\r\nVE|JOURNAL VE|178|20221012|411901196|BLAISOT CATHERINE|||00:0000286|20221012|BLAISOT CATHERINE|60|0|||20221012|||D41523\r\nVE|JOURNAL VE|179|20221012|471000|Compte comptable d'attente|||00:0000287|20221012|Jet Car|0|19,8|||20221012|||D41524\r\nVE|JOURNAL VE|179|20221012|411901197|Jet Car|||00:0000287|20221012|Jet Car|19,8|0|||20221012|||D41524\r\nVE|JOURNAL VE|180|20221012|471000|Compte comptable d'attente|||00:0000288|20221012|joly frederic|0|103|||20221012|||D41525\r\nVE|JOURNAL VE|180|20221012|411901198|joly frederic|||00:0000288|20221012|joly frederic|103|0|||20221012|||D41525\r\nVE|JOURNAL VE|181|20221013|471000|Compte comptable d'attente|||00:0000289|20221013|joly frederic|0|103|||20221013|||D41532\r\nVE|JOURNAL VE|181|20221013|411901198|joly frederic|||00:0000289|20221013|joly frederic|103|0|||20221013|||D41532\r\nVE|JOURNAL VE|182|20221013|471000|Compte comptable d'attente|||00:0000290|20221013|joly frederic|0|103|||20221013|||D41533\r\nVE|JOURNAL VE|182|20221013|411901198|joly frederic|||00:0000290|20221013|joly frederic|103|0|||20221013|||D41533\r\n"}],"_postman_id":"b953be72-03e7-4be6-8638-d14025bdab46"},{"name":"Entries (JSON)","id":"c2b8bc25-ae68-454c-a08f-34a47d202728","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"sort\": {\r\n\t\t\"ecr\": \"desc\"\r\n\t},\r\n\t\"filters\": [\r\n\t\t{\r\n\t\t\t\"name\": \"type\",\r\n\t\t\t\"value\": \"e\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entries?type=e","description":"<p>📢 Retrieve active and pending entries:</p>\n<ul>\n<li><strong>E</strong> (ECRITURE)</li>\n<li><strong>O</strong> (ECRITURE OCR/ECRITURE EN ATTENTE)</li>\n<li><strong>IB</strong> (ECRITURE INTEGRATION BANCAIRE)</li>\n<li><strong>M</strong> (ECRITURE MANUEL)</li>\n<li><strong>EXT</strong> (ECRITURE EXTOURNE)</li>\n<li><strong>L</strong> (ECRITURE LETTRAGE)</li>\n</ul>\n<blockquote>\n<p>👀 Complete TypeScript interface <a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/docs/ecritures.md\">here</a></p>\n</blockquote>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","entries"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Required. \nE = ECRITURE,\nO = ECRITURE OCR/Ecriture en attente\nIB = ECRITURE INTEGRATION BANCAIRE,\nM = ECRITURE  MANUEL,\nEXT = ECRITURE EXTOURNE,\nL = ECRITURE LETTRAGE</p>\n","type":"text/plain"},"key":"type","value":"e"}],"variable":[]}},"response":[{"id":"f3dfa21f-54e4-499c-a2be-d5ab94aa343c","name":"Entries (JSON)","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"sort\":{\"ecr\":\"desc\"},\"filters\":[{\"name\":\"type\",\"value\":\"e\"}]}"},"url":{"raw":"https://api.myunisoft.fr/api/v1/entries?type","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","entries"],"query":[{"key":"type","value":null,"description":"Required. \nE = ECRITURE,\nO = ECRITURE OCR,\nIB = ECRITURE INTEGRATION BANCAIRE,\nM = ECRITURE  MANUEL,\nEXT = ECRITURE EXTOURNE,\nL = ECRITURE LETTRAGE\n"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"E\",\n    \"debit_total\": 118000,\n    \"credit_total\": 118000,\n    \"entry_array\": [\n        {\n            \"diary\": {\n                \"id\": 15894,\n                \"code\": \"V\",\n                \"label\": \"VENTES\",\n                \"diary_type_code\": \"VTE\"\n            },\n            \"blocked\": false,\n            \"comment\": false,\n            \"entry_id\": 1945319,\n            \"date_piece\": \"2020-12-31\",\n            \"entry_date\": \"2020-12-31\",\n            \"entry_list\": [\n                {\n                    \"debit\": 83.77,\n                    \"label\": \"TEST\",\n                    \"piece\": \"\",\n                    \"piece2\": \"202007567\",\n                    \"account\": {\n                        \"label\": \"TEST\",\n                        \"account_id\": 618900,\n                        \"account_number\": \"411CG875400\"\n                    },\n                    \"currency\": \"EUR\",\n                    \"line_entry_id\": 8756022\n                }\n            ],\n            \"etablissement_id\": 178\n        }\n    ]\n}"}],"_postman_id":"c2b8bc25-ae68-454c-a08f-34a47d202728"},{"name":"Yooz Referentiel","id":"15125947-e632-4bb5-acad-339452b4d017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/accounting/export/yooz?format=tsv","urlObject":{"protocol":"https","path":["api","v1","accounting","export","yooz"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Optional (available value: json or tsv). json is the default value.</p>\n","type":"text/plain"},"key":"format","value":"tsv"},{"disabled":true,"description":{"content":"<p>Required while using a firm token.</p>\n","type":"text/plain"},"key":"accountingFolderId","value":"1"}],"variable":[]}},"response":[{"id":"8aa85d92-00dc-461f-a754-9e213a66ce6a","name":"TSV format","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/accounting/export/yooz?format=tsv","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","accounting","export","yooz"],"query":[{"key":"format","value":"tsv","description":"Optional (available value: json or tsv). json is the default value."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier\": \"v20130808\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\nORGANIZATIONAL_UNIT_TAB\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n3\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t4  GALVANI, 91300 MASSY. \\t91300\\tMASSY\\t\\tMY UNISOFT\\t\\t84014327500039\\t840143275\\t\\t\",\n    \"referentiel\": \"v20120430\\t\\t\\t\\t\\t\\nACCOUNTANT_PLAN_TAB\\t\\t\\t\\t\\t\\n880000\\tYZ_ENTRY\\t880000 - Resultat instance affectation\\t\\t\\t\\n101200\\tYZ_ENTRY\\t101200 - CAPITAL APPELE NON VERSE\\t\\t\\t\\n101300\\tYZ_ENTRY\\t101300 - CAPITAL APPELE VERSE\\t\\t\\t\\n106110\\tYZ_ENTRY\\t106110 - RESERVE LEGALE PROP.\\t\\t\\t\\n106120\\tYZ_ENTRY\\t106120 - RESERVE LEGALE+VALUE\\t\\t\\t\\n106300\\tYZ_ENTRY\\t106300 - RESERVE STATUT.OU CO\\t\\t\\t\\n106410\\tYZ_ENTRY\\t106410 - RESERVE PLUS VALUE LT\\t\\t\\t\\n106480\\tYZ_ENTRY\\t106480 - AUTRES RESERVES REGLEMENTEES\\t\\t\\t\\n106800\\tYZ_ENTRY\\t106800 - AUTRES RESERVES\\t\\t\\t\\n108000\\tYZ_ENTRY\\t108000 - COMPTE DE L EXPLOITANT\\t\\t\\t\\n109000\\tYZ_ENTRY\\t109000 - ACTION.CAPITAL NON A\\t\\t\\t\\n110000\\tYZ_ENTRY\\t110000 - REPORT A NOUVEAU\\t\\t\\t\\n120000\\tYZ_ENTRY\\t120000 - COMPTE DE RESULTAT\\t\\t\\t\\n131000\\tYZ_ENTRY\\t131000 - SUBVENTIONS D EQUIPEMENT\\t\\t\\t\\n139000\\tYZ_ENTRY\\t139000 - SUBVENTIONS INSCR.AU CR\\t\\t\\t\\n142400\\tYZ_ENTRY\\t142400 - PROV.POUR INVESTISSEMENT\\t\\t\\t\\n144000\\tYZ_ENTRY\\t144000 - PROV.REGL.AUTR.ELEM.\\t\\t\\t\\n145000\\tYZ_ENTRY\\t145000 - AMORTISSEMENT DEROGATOIRES\\t\\t\\t\\n147000\\tYZ_ENTRY\\t147000 - PLUS-VALUES REINVESTIES\\t\\t\\t\\n148000\\tYZ_ENTRY\\t148000 - AUTRES PROV.REGLEMENTEES\\t\\t\\t\\n148600\\tYZ_ENTRY\\t148600 - PROV.IMPLANTATION ETRANGER\\t\\t\\t\\n151100\\tYZ_ENTRY\\t151100 - PROV.POUR LITIGES\\t\\t\\t\\n151200\\tYZ_ENTRY\\t151200 - PROV.GARANT.AUX CLIENTS\\t\\t\\t\\n151400\\tYZ_ENTRY\\t151400 - PROV.AMENDES & PENALES\\t\\t\\t\\n151500\\tYZ_ENTRY\\t151500 - PROV.PERTES DE CHANGE\\t\\t\\t\\n151800\\tYZ_ENTRY\\t151800 - AUTRES PROV.RISQUES\\t\\t\\t\\n155000\\tYZ_ENTRY\\t155000 - PROV.POUR IMPOTS\\t\\t\\t\\n156000\\tYZ_ENTRY\\t156000 - PROV.RENOUVEL.DES IMMOB\\t\\t\\t\\n157200\\tYZ_ENTRY\\t157200 - PROV.POUR GROSSES REPARATIONS\\t\\t\\t\\n158200\\tYZ_ENTRY\\t158200 - P.S/CH.SOC&FISC.CONG\\t\\t\\t\\n158800\\tYZ_ENTRY\\t158800 - PROV.CHARGES DIVERS.\\t\\t\\t\\n161000\\tYZ_ENTRY\\t161000 - EMPRUNT OBLIGATAIRE\\t\\t\\t\\n163000\\tYZ_ENTRY\\t163000 - AUTRES EMPRUNTS OBLI\\t\\t\\t\\n164100\\tYZ_ENTRY\\t164100 - EMPRUNT ETABLIS.CREDIT\\t\\t\\t\\n165000\\tYZ_ENTRY\\t165000 - DEPOTS & CAUTIONMT.RECUS\\t\\t\\t\\n166700\\tYZ_ENTRY\\t166700 - PARTICIPAT.SALARIES\\t\\t\\t\\n167500\\tYZ_ENTRY\\t167500 - EMPRUNTS PARTICIPATION\\t\\t\\t\\n168510\\tYZ_ENTRY\\t168510 - RENTE VIAGERE\\t\\t\\t\\n168710\\tYZ_ENTRY\\t168710 - AUTRES DETTES\\t\\t\\t\\n168810\\tYZ_ENTRY\\t168810 - INT.COURUS/EMPRUNT O\\t\\t\\t\\n168830\\tYZ_ENTRY\\t168830 - INT.COURUS/AUT.EMPR.\\t\\t\\t\\n168840\\tYZ_ENTRY\\t168840 - INT.COURUS/EMPRUNT E\\t\\t\\t\\n168850\\tYZ_ENTRY\\t168850 - INT.COURUS/DEPOT &CA\\t\\t\\t\\n168880\\tYZ_ENTRY\\t168880 - INT.COURUS/AUT.EMPR.\\t\\t\\t\\n169000\\tYZ_ENTRY\\t169000 - PRIME REMBOURS.OBLIG\\t\\t\\t\\n203000\\tYZ_ENTRY\\t203000 - FRAIS RECHERCHE & DEV\\t\\t\\t\\n206000\\tYZ_ENTRY\\t206000 - DROIT AU BAIL\\t\\t\\t\\n207000\\tYZ_ENTRY\\t207000 - FONDS COMMERCIAL\\t\\t\\t\\n208000\\tYZ_ENTRY\\t208000 - AUTRES IMMOS.INCORPO\\t\\t\\t\\n208100\\tYZ_ENTRY\\t208100 - MALI DE FUSION/ACTIFS INCORP\\t\\t\\t\\n211000\\tYZ_ENTRY\\t211000 - TERRAINS\\t\\t\\t\\n213100\\tYZ_ENTRY\\t213100 - CONSTRUCT.BATIMENTS\\t\\t\\t\\n213500\\tYZ_ENTRY\\t213500 - INST.AGENC.CONSTRUCTION\\t\\t\\t\\n214100\\tYZ_ENTRY\\t214100 - CONSTR. S/SOL D AUTRUI\\t\\t\\t\\n214500\\tYZ_ENTRY\\t214500 - AGENC.CONST.SOL AUTRUI\\t\\t\\t\\n215000\\tYZ_ENTRY\\t215000 - MATERIEL ET OUTILLAGE\\t\\t\\t\\n218100\\tYZ_ENTRY\\t218100 - INST.AGENC.DIVERS\\t\\t\\t\\n218200\\tYZ_ENTRY\\t218200 - MATERIEL DE TRANSPORT\\t\\t\\t\\n218300\\tYZ_ENTRY\\t218300 - MAT.BUREAU &INFORMATIQUE\\t\\t\\t\\n218400\\tYZ_ENTRY\\t218400 - MOBILIER\\t\\t\\t\\n218600\\tYZ_ENTRY\\t218600 - EMBALLAGES RECUPERABLES\\t\\t\\t\\n218700\\tYZ_ENTRY\\t218700 - MALI DE FUSION/ACTIFS CORP\\t\\t\\t\\n231000\\tYZ_ENTRY\\t231000 - IMMOBILISATIONS EN COURS\\t\\t\\t\\n237000\\tYZ_ENTRY\\t237000 - AVANCES S/IMMO INCOR\\t\\t\\t\\n238000\\tYZ_ENTRY\\t238000 - AVANCES S/IMMO CORPO\\t\\t\\t\\n261000\\tYZ_ENTRY\\t261000 - TITRES DE PARTICIPATION\\t\\t\\t\\n271000\\tYZ_ENTRY\\t271000 - AUTRES TITRES IMMOBILISES\\t\\t\\t\\n274100\\tYZ_ENTRY\\t274100 - PRETS PARTICIPATIFS\\t\\t\\t\\n274370\\tYZ_ENTRY\\t274370 - PRETS AU PERSONNEL\\t\\t\\t\\n274870\\tYZ_ENTRY\\t274870 - AUTRES PRETS\\t\\t\\t\\n275000\\tYZ_ENTRY\\t275000 - DEPOTS & CAUTIONNEMENT\\t\\t\\t\\n276800\\tYZ_ENTRY\\t276800 - INT.COUR.S/AUTRES IM\\t\\t\\t\\n278000\\tYZ_ENTRY\\t278000 - MALI DE FUSION/ACTIFS FI\\t\\t\\t\\n280700\\tYZ_ENTRY\\t280700 - AMORT.FONDS COMMERCI\\t\\t\\t\\n280800\\tYZ_ENTRY\\t280800 - AMORT.AUTRES IMMO.IN\\t\\t\\t\\n280810\\tYZ_ENTRY\\t280810 - AMORT MALI FUSION/ACTIFS INCOR\\t\\t\\t\\n281310\\tYZ_ENTRY\\t281310 - AMORT.CONSTRUCTION\\t\\t\\t\\n281350\\tYZ_ENTRY\\t281350 - AMORT.AGENC.CONSTRUCTION\\t\\t\\t\\n281410\\tYZ_ENTRY\\t281410 - AMORT.CONS.SOL AUTRUI\\t\\t\\t\\n281450\\tYZ_ENTRY\\t281450 - AMORT.AG.CONS.SOL AUTRUI\\t\\t\\t\\n281500\\tYZ_ENTRY\\t281500 - AMORT.MATERIEL&OUTILLAGE\\t\\t\\t\\n281810\\tYZ_ENTRY\\t281810 - AMORT.AG.CONS.DIVERS\\t\\t\\t\\n281820\\tYZ_ENTRY\\t281820 - AMORT.MATERIEL DE TRANSPORT\\t\\t\\t\\n281830\\tYZ_ENTRY\\t281830 - AMORT.MAT.BUREAU &INFORMATIQUE\\t\\t\\t\\n281840\\tYZ_ENTRY\\t281840 - AMORT. MOBILIER\\t\\t\\t\\n281860\\tYZ_ENTRY\\t281860 - AMORT.EMBALLAGES RECUS\\t\\t\\t\\n281870\\tYZ_ENTRY\\t281870 - AMORT MALI FUSION/ACTIFS CORP\\t\\t\\t\\n290600\\tYZ_ENTRY\\t290600 - PROV.DEPRE.DROIT AU BAIL\\t\\t\\t\\n290700\\tYZ_ENTRY\\t290700 - PROV.DEPRE.FONDS COMMERCE\\t\\t\\t\\n290800\\tYZ_ENTRY\\t290800 - PROV.DEPRE.AUTR.IMMO\\t\\t\\t\\n290810\\tYZ_ENTRY\\t290810 - DEPRE MALI FUSION/ACTIFS INCOR\\t\\t\\t\\n291100\\tYZ_ENTRY\\t291100 - PROV.DEPRE.IMMO.CORP\\t\\t\\t\\n291870\\tYZ_ENTRY\\t291870 - DEPRE MALI FUSION/ACTIFS CORP\\t\\t\\t\\n293100\\tYZ_ENTRY\\t293100 - PROV.DEPRE.IMMO.CORP\\t\\t\\t\\n296100\\tYZ_ENTRY\\t296100 - PROV.DEPR.TITRES PAR\\t\\t\\t\\n296700\\tYZ_ENTRY\\t296700 - PROV.DEPR.CREANCES P\\t\\t\\t\\n297100\\tYZ_ENTRY\\t297100 - PROV.DEP.AUTRES TIT.\\t\\t\\t\\n297430\\tYZ_ENTRY\\t297430 - PROV.DEPR.PRETS PERS\\t\\t\\t\\n297480\\tYZ_ENTRY\\t297480 - PROV.DEPR.PRETS DIVE\\t\\t\\t\\n297500\\tYZ_ENTRY\\t297500 - PROV.DEPR.DEPOT.CAUT\\t\\t\\t\\n297600\\tYZ_ENTRY\\t297600 - PROV.DEPR.AUTR.CREAN\\t\\t\\t\\n297870\\tYZ_ENTRY\\t297870 - DEPRE MALI FUSION/ACTIFS FI\\t\\t\\t\\n310000\\tYZ_ENTRY\\t310000 - MATIERES PREMIERES\\t\\t\\t\\n320000\\tYZ_ENTRY\\t320000 - AUTRES APPROVISIONNENTS\\t\\t\\t\\n330000\\tYZ_ENTRY\\t330000 - EN-COURS PRODUCT.BIENS\\t\\t\\t\\n340000\\tYZ_ENTRY\\t340000 - EN-COURS PRODUCT.SERVICES\\t\\t\\t\\n350000\\tYZ_ENTRY\\t350000 - STOCKS DE PRODUITS\\t\\t\\t\\n370000\\tYZ_ENTRY\\t370000 - STOCKS DE MARCHANDISES\\t\\t\\t\\n391000\\tYZ_ENTRY\\t391000 - PROV.DEP.MAT.PREMIERES\\t\\t\\t\\n392000\\tYZ_ENTRY\\t392000 - PROV.DEP.AUTRES APPR\\t\\t\\t\\n393000\\tYZ_ENTRY\\t393000 - PROV.DEP.EN-COURS BIENS\\t\\t\\t\\n394000\\tYZ_ENTRY\\t394000 - PROV.DEP.EN-COURS SERVICES\\t\\t\\t\\n395000\\tYZ_ENTRY\\t395000 - PROV.DEP.STOCKS PRODUITS\\t\\t\\t\\n397000\\tYZ_ENTRY\\t397000 - PROV.DEP.MARCHANDISES\\t\\t\\t\\n401000\\tYZ_SUPPLIER\\t401000 - FOURNISSEURS\\t\\t\\t\\n4010000000\\tYZ_SUPPLIER\\t4010000000 - Libellé compte\\t\\t\\t\\n403000\\tYZ_SUPPLIER\\t403000 - FRS EFFET A PAYER\\t\\t\\t\\n4041700000\\tYZ_SUPPLIER\\t4041700000 - FOURNISSEURS IMMO.\\t\\t\\t\\n405000\\tYZ_SUPPLIER\\t405000 - FOURN.IMMO.EFFETS A PAYER\\t\\t\\t\\n408100\\tYZ_SUPPLIER\\t408100 - FOURNIS.FACT.NON PARVENUES\\t\\t\\t\\n408400\\tYZ_SUPPLIER\\t408400 - FOURN.IMMO.FACT.NON.\\t\\t\\t\\n408800\\tYZ_SUPPLIER\\t408800 - FOURNIS.INTERETS COURUS\\t\\t\\t\\n409100\\tYZ_SUPPLIER\\t409100 - FOURN.ACPTES S/COMMA\\t\\t\\t\\n409600\\tYZ_SUPPLIER\\t409600 - FRS EMBALLAGES A RENDRE\\t\\t\\t\\n409700\\tYZ_SUPPLIER\\t409700 - FOURNISSEURS AUTR.AVOIRS\\t\\t\\t\\n409800\\tYZ_SUPPLIER\\t409800 - FOURNIS.RRR A OBTENIR\\t\\t\\t\\n411000\\tYZ_CUSTOMER\\t411000 - CLIENTS\\t\\t\\t\\n4110000000\\tYZ_CUSTOMER\\t4110000000 - 0\\t\\t\\t\\n411test100\\tYZ_CUSTOMER\\t411test100 - clienttest1\\t\\t\\t\\n413000\\tYZ_CUSTOMER\\t413000 - CLIENTS EFFETS A RECEVOIR\\t\\t\\t\\n416000\\tYZ_CUSTOMER\\t416000 - CLIENTS DOUTEUX OU LITIGIEUX\\t\\t\\t\\n418100\\tYZ_CUSTOMER\\t418100 - CLIENTS FACT. A ETABLIR\\t\\t\\t\\n418800\\tYZ_CUSTOMER\\t418800 - CLIENTS INTERETS COURUS\\t\\t\\t\\n419100\\tYZ_CUSTOMER\\t419100 - CLIENTS ACPTES S/COM\\t\\t\\t\\n419600\\tYZ_CUSTOMER\\t419600 - CLIENTS EMBAL.CONSIG\\t\\t\\t\\n419700\\tYZ_CUSTOMER\\t419700 - CLIENTS AUTRES AVOIR\\t\\t\\t\\n419800\\tYZ_CUSTOMER\\t419800 - CLIENTS RRR&AV.A ACC\\t\\t\\t\\n421000\\tYZ_ENTRY\\t421000 - PERS.REMUNERATIONS DUES\\t\\t\\t\\n425000\\tYZ_ENTRY\\t425000 - AVANCE ACPTE AU PERS\\t\\t\\t\\n427000\\tYZ_ENTRY\\t427000 - OPPOSITIONS\\t\\t\\t\\n428100\\tYZ_ENTRY\\t428100 - PERSONNEL CHARGES A PAYER\\t\\t\\t\\n428200\\tYZ_ENTRY\\t428200 - CONGES A PAYER\\t\\t\\t\\n428600\\tYZ_ENTRY\\t428600 - AUTRES CHARG.PERS.A PAYER\\t\\t\\t\\n428700\\tYZ_ENTRY\\t428700 - PERSONNEL PROD.A RECEVOIR\\t\\t\\t\\n431000\\tYZ_ENTRY\\t431000 - SECURITE SOCIALE\\t\\t\\t\\n437100\\tYZ_ENTRY\\t437100 - CAISSE RETRAITE CADRE\\t\\t\\t\\n437200\\tYZ_ENTRY\\t437200 - CAISSE RETRAITE SALARIE\\t\\t\\t\\n437300\\tYZ_ENTRY\\t437300 - ASSEDIC\\t\\t\\t\\n437400\\tYZ_ENTRY\\t437400 - CONGES PAYES\\t\\t\\t\\n437800\\tYZ_ENTRY\\t437800 - AUTRES CAISSES\\t\\t\\t\\n438100\\tYZ_ENTRY\\t438100 - CHARGES SOCIALES A PAYER\\t\\t\\t\\n438200\\tYZ_ENTRY\\t438200 - ORG.SOC. CH/CONGES A PAYER\\t\\t\\t\\n438600\\tYZ_ENTRY\\t438600 - ORG.SOC. CHARGES A P AYER\\t\\t\\t\\n438700\\tYZ_ENTRY\\t438700 - ORG.SOC. PROD.A RECEVOIR\\t\\t\\t\\n441000\\tYZ_ENTRY\\t441000 - ETAT SUBVENTIONS A RECEVOIR\\t\\t\\t\\n442500\\tYZ_ENTRY\\t442500 - IMPOTS RECOUV.S/ASSOCIES\\t\\t\\t\\n444000\\tYZ_ENTRY\\t444000 - ETAT IMPOTS S/BENEFICES\\t\\t\\t\\n445200\\tYZ_ENTRY\\t445200 - Libellé compte\\t\\t\\t\\n445510\\tYZ_ENTRY\\t445510 - TVA A DECAISSER\\t\\t\\t\\n445580\\tYZ_ENTRY\\t445580 - TAXES ASSIMILEES A LA TVA A DECAISSER\\t\\t\\t\\n445620\\tYZ_ENTRY\\t445620 - TVA DEDUCT.S/IMMO.\\t\\t\\t\\n445660\\tYZ_ENTRY\\t445660 - TVA DEDUCT.S/ACHATS\\t\\t\\t\\n445670\\tYZ_ENTRY\\t445670 - REPORT DE CREDIT DE TVA\\t\\t\\t\\n445680\\tYZ_ENTRY\\t445680 - TAXES DEDUCT.ASSIMIL\\t\\t\\t\\n445700\\tYZ_ENTRY\\t445700 - Libellé compte\\t\\t\\t\\n445710\\tYZ_ENTRY\\t445710 - TVA COLLECTEE\\t\\t\\t\\n445711\\tYZ_ENTRY\\t445711 - TVA COLLECTEE\\t\\t\\t\\n445712\\tYZ_ENTRY\\t445712 - TVA COLLECTEE\\t\\t\\t\\n445713\\tYZ_ENTRY\\t445713 - TVA COLLECTEE\\t\\t\\t\\n445714\\tYZ_ENTRY\\t445714 - TVA COLLECTEE\\t\\t\\t\\n445715\\tYZ_ENTRY\\t445715 - TVA COLLECTEE\\t\\t\\t\\n445716\\tYZ_ENTRY\\t445716 - TVA COLLECTEE\\t\\t\\t\\n445717\\tYZ_ENTRY\\t445717 - TVA COLLECTEE\\t\\t\\t\\n445780\\tYZ_ENTRY\\t445780 - TAXES COLLECT.ASSIMI\\t\\t\\t\\n445810\\tYZ_ENTRY\\t445810 - ACOMPTES TVA REEL SI\\t\\t\\t\\n445860\\tYZ_ENTRY\\t445860 - TVA S/FACT.NON PARVENUES\\t\\t\\t\\n445870\\tYZ_ENTRY\\t445870 - TVA S/FACT.A ETABLIR\\t\\t\\t\\n447000\\tYZ_ENTRY\\t447000 - AUTRES IMPOTS TAXES\\t\\t\\t\\n448100\\tYZ_ENTRY\\t448100 - ETAT, CHARGES A PAYER\\t\\t\\t\\n448200\\tYZ_ENTRY\\t448200 - ETAT CH.SOC./CONGES\\t\\t\\t\\n448600\\tYZ_ENTRY\\t448600 - ETAT AUTRES CH. A PAYER\\t\\t\\t\\n448700\\tYZ_ENTRY\\t448700 - ETAT PRODUITS A RECEVOIR\\t\\t\\t\\n455170\\tYZ_ENTRY\\t455170 - ASSOCIES CPTE COURANT\\t\\t\\t\\n455800\\tYZ_ENTRY\\t455800 - ASSOCIES INTERETS COURUS\\t\\t\\t\\n456210\\tYZ_ENTRY\\t456210 - CAPITAL APPELE NON VERSE\\t\\t\\t\\n457000\\tYZ_ENTRY\\t457000 - DIVIDENDES A PAYER\\t\\t\\t\\n462700\\tYZ_ENTRY\\t462700 - CREANCE CESSION IMMO\\t\\t\\t\\n467000\\tYZ_ENTRY\\t467000 - DEBITEURS CREDIT.DIVERS\\t\\t\\t\\n468000\\tYZ_ENTRY\\t468000 - CHARGES A PAYER\\t\\t\\t\\n468600\\tYZ_ENTRY\\t468600 - DEBIT.CRED.DIV.CHAR.\\t\\t\\t\\n468700\\tYZ_ENTRY\\t468700 - DEBIT.CRED.DIV.PROD.\\t\\t\\t\\n471000\\tYZ_ENTRY\\t471000 - COMPTE ATTENTE INFOR\\t\\t\\t\\n472000\\tYZ_ENTRY\\t472000 - COMPTE D ATTENTE\\t\\t\\t\\n478100\\tYZ_ENTRY\\t478100 - MALI DE FUSION/ACTIFS CIRCUL\\t\\t\\t\\n481100\\tYZ_ENTRY\\t481100 - CHARGES DIFFEREES\\t\\t\\t\\n481200\\tYZ_ENTRY\\t481200 - FRAIS D ACQUISAT. IM\\t\\t\\t\\n481800\\tYZ_ENTRY\\t481800 - CHARGES A ETALER\\t\\t\\t\\n486000\\tYZ_ENTRY\\t486000 - CHARGES CONSTAT.D AVANCE\\t\\t\\t\\n487000\\tYZ_ENTRY\\t487000 - PROD.CONSTATES D AVANCE\\t\\t\\t\\n488600\\tYZ_ENTRY\\t488600 - REPARTITION PERIOD.C\\t\\t\\t\\n488700\\tYZ_ENTRY\\t488700 - REPARTITION PERIOD.P\\t\\t\\t\\n491000\\tYZ_ENTRY\\t491000 - PROV.DEPRE.CLIENTS\\t\\t\\t\\n496000\\tYZ_ENTRY\\t496000 - PROV.DEPRE.DEBITEURS\\t\\t\\t\\n503000\\tYZ_ENTRY\\t503000 - VAL.MOBILIERES PLACEMENT\\t\\t\\t\\n508100\\tYZ_ENTRY\\t508100 - AUTRES VALEURS MOBILIERES\\t\\t\\t\\n508800\\tYZ_ENTRY\\t508800 - INTER.COURUS/VALEURS\\t\\t\\t\\n509000\\tYZ_ENTRY\\t509000 - VERS.REST./VAL.MOB.N\\t\\t\\t\\n512000\\tYZ_ENTRY\\t512000 - BANQUES\\t\\t\\t\\n514000\\tYZ_ENTRY\\t514000 - CHEQUES POSTAUX\\t\\t\\t\\n518100\\tYZ_ENTRY\\t518100 - INTERETS COURUS A PAYER\\t\\t\\t\\n518600\\tYZ_ENTRY\\t518600 - BANQUES INTERETS COURUS\\t\\t\\t\\n518700\\tYZ_ENTRY\\t518700 - BANQUES PROD. A RECEVOIR\\t\\t\\t\\n519000\\tYZ_ENTRY\\t519000 - CONCOURS BANCAIRES COURANTS\\t\\t\\t\\n519800\\tYZ_ENTRY\\t519800 - INT.COURUS S/CONCOU.\\t\\t\\t\\n530000\\tYZ_ENTRY\\t530000 - CAISSE\\t\\t\\t\\n580000\\tYZ_ENTRY\\t580000 - VIREMENTS INTERNES\\t\\t\\t\\n590000\\tYZ_ENTRY\\t590000 - PROV.DEPRE.VAL.MOB.P\\t\\t\\t\\n601000\\tYZ_ENTRY\\t601000 - ACHATS MATIERES PREMIERES\\t\\t\\t\\n602600\\tYZ_ENTRY\\t602600 - ACHATS D EMBALLAGES\\t\\t\\t\\n603100\\tYZ_ENTRY\\t603100 - VARIAT.STOCKS MAT.PR\\t\\t\\t\\n603200\\tYZ_ENTRY\\t603200 - VARIAT.STOCKS AUTRES\\t\\t\\t\\n603700\\tYZ_ENTRY\\t603700 - VARIAT.STOCK MARCHANDISES\\t\\t\\t\\n604000\\tYZ_ENTRY\\t604000 - ACHATS D ETUDES &PRESTATIONS\\t\\t\\t\\n605000\\tYZ_ENTRY\\t605000 - ACH.MATERIEL ET TRAV\\t\\t\\t\\n606110\\tYZ_ENTRY\\t606110 - FOURN.NON STOCK.(ELE\\t\\t\\t\\n606120\\tYZ_ENTRY\\t606120 - FOURN.NON STOCK.(EAU\\t\\t\\t\\n606130\\tYZ_ENTRY\\t606130 - FOURN.NON STOCK.(GAZ\\t\\t\\t\\n606140\\tYZ_ENTRY\\t606140 - FOURN.NON STOCK.(CAR\\t\\t\\t\\n606150\\tYZ_ENTRY\\t606150 - FOURN.NON STOCK.(COM\\t\\t\\t\\n606300\\tYZ_ENTRY\\t606300 - FOURN.ENTRET.&PETIT\\t\\t\\t\\n606400\\tYZ_ENTRY\\t606400 - FOURNIT.ADMINISTRATIVES\\t\\t\\t\\n607000\\tYZ_ENTRY\\t607000 - ACHATS DE MARCHANDISES\\t\\t\\t\\n607100\\tYZ_ENTRY\\t607100 - Achats de Marchandises (ou groupe) A\\t\\t\\t\\n609100\\tYZ_ENTRY\\t609100 - RRRO/ACH. MATIERES 1\\t\\t\\t\\n609200\\tYZ_ENTRY\\t609200 - RRRO/ACH. AUTRES APP\\t\\t\\t\\n609400\\tYZ_ENTRY\\t609400 - RRRO/ACH. ETUDES & P\\t\\t\\t\\n609500\\tYZ_ENTRY\\t609500 - RRRO/ACH. MATERIEL E\\t\\t\\t\\n609600\\tYZ_ENTRY\\t609600 - RRRO/ACH. APPRO.NON\\t\\t\\t\\n609700\\tYZ_ENTRY\\t609700 - RRRO/ACH. MARCHANDISES\\t\\t\\t\\n609800\\tYZ_ENTRY\\t609800 - RRRO/ACH. NON AFFECT\\t\\t\\t\\n611000\\tYZ_ENTRY\\t611000 - SOUS-TRAITANCE GENERALE\\t\\t\\t\\n612200\\tYZ_ENTRY\\t612200 - CREDIT-BAIL MOBILIER\\t\\t\\t\\n612500\\tYZ_ENTRY\\t612500 - CREDIT-BAIL IMMOBILIER\\t\\t\\t\\n613200\\tYZ_ENTRY\\t613200 - LOCATIONS IMMOBILIER\\t\\t\\t\\n613500\\tYZ_ENTRY\\t613500 - LOCATIONS MOBILIERES\\t\\t\\t\\n615200\\tYZ_ENTRY\\t615200 - ENTRETIEN IMMOBILIER\\t\\t\\t\\n615510\\tYZ_ENTRY\\t615510 - ENTRETIEN MATERIEL\\t\\t\\t\\n615520\\tYZ_ENTRY\\t615520 - ENTRETIEN MAT.TRANSPORT\\t\\t\\t\\n615530\\tYZ_ENTRY\\t615530 - ENTRETIEN MAT.MOB.BU\\t\\t\\t\\n615600\\tYZ_ENTRY\\t615600 - MAINTENANCE\\t\\t\\t\\n616000\\tYZ_ENTRY\\t616000 - PRIMES D ASSURANCES\\t\\t\\t\\n618100\\tYZ_ENTRY\\t618100 - DOCUMENTATION GENERALE\\t\\t\\t\\n618300\\tYZ_ENTRY\\t618300 - DOCUMENTATION TECHNIQUE\\t\\t\\t\\n621000\\tYZ_ENTRY\\t621000 - PERSONNEL EXTE.A L E\\t\\t\\t\\n622200\\tYZ_ENTRY\\t622200 - COMMIS&COURT.S/VENTE\\t\\t\\t\\n622600\\tYZ_ENTRY\\t622600 - HONORAIRES\\t\\t\\t\\n622700\\tYZ_ENTRY\\t622700 - FRAIS ACTES & CONTENTIEUX\\t\\t\\t\\n623100\\tYZ_ENTRY\\t623100 - ANNONCES ET INSERTIONS\\t\\t\\t\\n623300\\tYZ_ENTRY\\t623300 - FOIRES ET EXPOSITION\\t\\t\\t\\n623400\\tYZ_ENTRY\\t623400 - CADEAUX A LA CLIENTE\\t\\t\\t\\n623600\\tYZ_ENTRY\\t623600 - CATALOGUES ET IMPRIMES\\t\\t\\t\\n623800\\tYZ_ENTRY\\t623800 - POURBOIRES DONS COURANT\\t\\t\\t\\n624100\\tYZ_ENTRY\\t624100 - TRANSPORTS S/ACHATS\\t\\t\\t\\n624200\\tYZ_ENTRY\\t624200 - TRANSPORTS S/VENTES\\t\\t\\t\\n624800\\tYZ_ENTRY\\t624800 - TRANSPORTS DIVERS\\t\\t\\t\\n625100\\tYZ_ENTRY\\t625100 - VOYAGES ET DEPLACEMENT\\t\\t\\t\\n625600\\tYZ_ENTRY\\t625600 - MISSIONS\\t\\t\\t\\n625700\\tYZ_ENTRY\\t625700 - RECEPTIONS\\t\\t\\t\\n626000\\tYZ_ENTRY\\t626000 - FRAIS POSTAUX & TELE\\t\\t\\t\\n627200\\tYZ_ENTRY\\t627200 - COMMISS.S/EMISSION EMPRUNTS\\t\\t\\t\\n627500\\tYZ_ENTRY\\t627500 - SERVICES BANCAIRES\\t\\t\\t\\n628100\\tYZ_ENTRY\\t628100 - COTISATIONS\\t\\t\\t\\n631200\\tYZ_ENTRY\\t631200 - TAXE APPRENTISSAGE\\t\\t\\t\\n631300\\tYZ_ENTRY\\t631300 - PART.FORM.CONTINUE(TAXES)\\t\\t\\t\\n633300\\tYZ_ENTRY\\t633300 - PART.FORM.CONTINUE(ORGANISMES)\\t\\t\\t\\n633400\\tYZ_ENTRY\\t633400 - PARTICIP.EFFORT CONSTRUCTION\\t\\t\\t\\n633500\\tYZ_ENTRY\\t633500 - VERSENT.LIBE.TAXE AP\\t\\t\\t\\n634600\\tYZ_ENTRY\\t634600 - TAXE INT.PROD.PETROL\\t\\t\\t\\n635110\\tYZ_ENTRY\\t635110 - TAXE PROFESSIONNELLE\\t\\t\\t\\n635120\\tYZ_ENTRY\\t635120 - TAXES FONCIERES\\t\\t\\t\\n635140\\tYZ_ENTRY\\t635140 - TAXE S/VEHICULES SOCIETE\\t\\t\\t\\n635300\\tYZ_ENTRY\\t635300 - IMPOTS INDIRECTS\\t\\t\\t\\n635400\\tYZ_ENTRY\\t635400 - DROITS D ENREGIST.&TAXES\\t\\t\\t\\n637100\\tYZ_ENTRY\\t637100 - CONTRIB.SOCIALE SOLIDARITE\\t\\t\\t\\n641100\\tYZ_ENTRY\\t641100 - SALAIRES APPOINT.COM\\t\\t\\t\\n641150\\tYZ_ENTRY\\t641150 - SALAIRES ADMINIS.&GE\\t\\t\\t\\n641200\\tYZ_ENTRY\\t641200 - CONGES PAYES\\t\\t\\t\\n641400\\tYZ_ENTRY\\t641400 - INDEM.ET AVANTAGES DIVERS\\t\\t\\t\\n644000\\tYZ_ENTRY\\t644000 - REMUNER.TRAVAIL EXPLOITANT\\t\\t\\t\\n645100\\tYZ_ENTRY\\t645100 - COTISATIONS A L URSSAF\\t\\t\\t\\n645310\\tYZ_ENTRY\\t645310 - COTIS.RETRAITE (CADRES)\\t\\t\\t\\n645320\\tYZ_ENTRY\\t645320 - COTIS.RETRAITE(SALARIES)\\t\\t\\t\\n645400\\tYZ_ENTRY\\t645400 - COTIS. AUX ASSEDIC\\t\\t\\t\\n646000\\tYZ_ENTRY\\t646000 - COTIS.SOC.PERS.EXPLOITANT\\t\\t\\t\\n647000\\tYZ_ENTRY\\t647000 - AUTRES CHARGES SOCIALES\\t\\t\\t\\n648000\\tYZ_ENTRY\\t648000 - AUTRES CHARGES DE PERSONNEL\\t\\t\\t\\n654000\\tYZ_ENTRY\\t654000 - PERTES S/CREANCES IR\\t\\t\\t\\n655000\\tYZ_ENTRY\\t655000 - QUOTES-PARTS RESULT.\\t\\t\\t\\n658000\\tYZ_ENTRY\\t658000 - CHARGES DIV.GEST.COU\\t\\t\\t\\n661160\\tYZ_ENTRY\\t661160 - INTERETS EMPRUNTS &DIVERS\\t\\t\\t\\n661500\\tYZ_ENTRY\\t661500 - INTERETS COMPTES COURANTS\\t\\t\\t\\n661600\\tYZ_ENTRY\\t661600 - INTERETS BANCAIRES &\\t\\t\\t\\n661800\\tYZ_ENTRY\\t661800 - INTERETS AUTRES DETTES\\t\\t\\t\\n665000\\tYZ_ENTRY\\t665000 - ESCOMPTES ACCORDES\\t\\t\\t\\n666000\\tYZ_ENTRY\\t666000 - PERTES DE CHANGE\\t\\t\\t\\n667000\\tYZ_ENTRY\\t667000 - CHARGES S/CESS.VAL.P\\t\\t\\t\\n668000\\tYZ_ENTRY\\t668000 - AUTRES CHARGES FINANCIERES\\t\\t\\t\\n671200\\tYZ_ENTRY\\t671200 - PENALITES ET AMENDES\\t\\t\\t\\n671400\\tYZ_ENTRY\\t671400 - CREANCES DEV.IRRE.DS\\t\\t\\t\\n671500\\tYZ_ENTRY\\t671500 - CHARGES EXCEPT.SUBV.\\t\\t\\t\\n671700\\tYZ_ENTRY\\t671700 - RAPPELS D IMPOTS NON\\t\\t\\t\\n671800\\tYZ_ENTRY\\t671800 - AUTRES CHAR.EXCEP.GE\\t\\t\\t\\n672000\\tYZ_ENTRY\\t672000 - CHARGES DIV.COUR.S/E\\t\\t\\t\\n675000\\tYZ_ENTRY\\t675000 - VAL.NET.COMPT.ELEM.CEDES\\t\\t\\t\\n678800\\tYZ_ENTRY\\t678800 - CHARGES EXCEP.DIVERS\\t\\t\\t\\n681110\\tYZ_ENTRY\\t681110 - DOT.AMORT.IMMO.INCOR\\t\\t\\t\\n681120\\tYZ_ENTRY\\t681120 - DOT.AMORT.IMMO.CORPO\\t\\t\\t\\n681200\\tYZ_ENTRY\\t681200 - DOT.AMORT.CHARGE.EX.\\t\\t\\t\\n681500\\tYZ_ENTRY\\t681500 - DOT.PROV.CHAR.EX.(CO\\t\\t\\t\\n681610\\tYZ_ENTRY\\t681610 - DOT.PROV.DEPRE.IMMO.INCORP.\\t\\t\\t\\n681620\\tYZ_ENTRY\\t681620 - DOT.PROV.DEPRE.IMMO.CORP.\\t\\t\\t\\n681730\\tYZ_ENTRY\\t681730 - DOT.PROV.STOCKS &EN-COURS\\t\\t\\t\\n681740\\tYZ_ENTRY\\t681740 - DOT.PROV.DEPRE.CREANCES\\t\\t\\t\\n686500\\tYZ_ENTRY\\t686500 - DOT.PROV.RISQUE (CHARGES FINANCIERES)\\t\\t\\t\\n686620\\tYZ_ENTRY\\t686620 - DOT.PROV.IMMO.FINANCIERES\\t\\t\\t\\n686650\\tYZ_ENTRY\\t686650 - DOT.PROV.VAL.PLACEMENT\\t\\t\\t\\n687250\\tYZ_ENTRY\\t687250 - DOT.AMORT.DEROGATOIRE\\t\\t\\t\\n687300\\tYZ_ENTRY\\t687300 - DOT.PROV.REGLEMENTEE\\t\\t\\t\\n687400\\tYZ_ENTRY\\t687400 - DOT.AUTRES PROV.REGL\\t\\t\\t\\n687500\\tYZ_ENTRY\\t687500 - DOT.PROV.RISQ.& CHARGES\\t\\t\\t\\n687600\\tYZ_ENTRY\\t687600 - DOT.PROV.DEPREC.EXCEPT.\\t\\t\\t\\n695000\\tYZ_ENTRY\\t695000 - IMPOTS S/LES BENEFICES\\t\\t\\t\\n697000\\tYZ_ENTRY\\t697000 - IMP.FORFAIT.ANNUELLE\\t\\t\\t\\n701000\\tYZ_ENTRY\\t701000 - VENTES DE PRODUITS FINIS\\t\\t\\t\\n701900\\tYZ_ENTRY\\t701900 - VENTES PROD.FINIS  EXPORT\\t\\t\\t\\n702000\\tYZ_ENTRY\\t702000 - VENTES PROD.INTERMED\\t\\t\\t\\n702900\\tYZ_ENTRY\\t702900 - VENTES PROD.INTERM.EXPORT\\t\\t\\t\\n704000\\tYZ_ENTRY\\t704000 - VENTES DE TRAVAUX\\t\\t\\t\\n704900\\tYZ_ENTRY\\t704900 - VENTES DE TRAVAUX  EXPORT\\t\\t\\t\\n705000\\tYZ_ENTRY\\t705000 - ETUDES\\t\\t\\t\\n705900\\tYZ_ENTRY\\t705900 - ETUDES             EXPORT\\t\\t\\t\\n706000\\tYZ_ENTRY\\t706000 - PRESTATIONS DE SERVICES\\t\\t\\t\\n706100\\tYZ_ENTRY\\t706100 - Prestations de services 20%\\t\\t\\t\\n706900\\tYZ_ENTRY\\t706900 - PREST.DE SERVICES  EXPORT\\t\\t\\t\\n707000\\tYZ_ENTRY\\t707000 - VENTES DE MARCHANDISES\\t\\t\\t\\n707080\\tYZ_ENTRY\\t707080 - RETROCES.A PRIX COUT\\t\\t\\t\\n707900\\tYZ_ENTRY\\t707900 - VENTES DE MARCH.  EXPORT\\t\\t\\t\\n708200\\tYZ_ENTRY\\t708200 - COMMISSIONS & COURTA\\t\\t\\t\\n708290\\tYZ_ENTRY\\t708290 - COMMISSIONS & COURTA EXPORT\\t\\t\\t\\n708500\\tYZ_ENTRY\\t708500 - PORTS &FRAIS FACTURE\\t\\t\\t\\n708590\\tYZ_ENTRY\\t708590 - PORTS &FRAIS FACTURE EXPORT\\t\\t\\t\\n708800\\tYZ_ENTRY\\t708800 - AUTRES PROD.ACTI.ANN\\t\\t\\t\\n708890\\tYZ_ENTRY\\t708890 - AUTRES PROD.ACTI.ANN EXPORT\\t\\t\\t\\n709100\\tYZ_ENTRY\\t709100 - RRR S/PROD.FINIS (FRANCE)\\t\\t\\t\\n709190\\tYZ_ENTRY\\t709190 - RRR S/PROD.FINIS (EXPORT)\\t\\t\\t\\n709200\\tYZ_ENTRY\\t709200 - RRR S/PROD.INTERM(FRANCE)\\t\\t\\t\\n709290\\tYZ_ENTRY\\t709290 - RRR S/PROD.INTERM(EXPORT)\\t\\t\\t\\n709400\\tYZ_ENTRY\\t709400 - RRR S/TRAVAUX (FRANCE)\\t\\t\\t\\n709490\\tYZ_ENTRY\\t709490 - RRR S/TRAVAUX (EXPORT)\\t\\t\\t\\n709500\\tYZ_ENTRY\\t709500 - RRR S/ETUDES   (FRANCE)\\t\\t\\t\\n709590\\tYZ_ENTRY\\t709590 - RRR S/ETUDES  (EXPORT)\\t\\t\\t\\n709600\\tYZ_ENTRY\\t709600 - RRR S/PREST.SERV. (FRANCE)\\t\\t\\t\\n709690\\tYZ_ENTRY\\t709690 - RRR S/PREST.SERV.(EXPORT)\\t\\t\\t\\n709700\\tYZ_ENTRY\\t709700 - RRR S/MARCHANDISES  (FRANCE)\\t\\t\\t\\n709790\\tYZ_ENTRY\\t709790 - RRR S/MARCHANDISES(EXPORT)\\t\\t\\t\\n709800\\tYZ_ENTRY\\t709800 - RRR S/PROD.ACTIVIT.A  (FRANCE)\\t\\t\\t\\n709890\\tYZ_ENTRY\\t709890 - RRR S/PROD.ACTIVIT.A(EXPORT)\\t\\t\\t\\n713300\\tYZ_ENTRY\\t713300 - VARIAT.EN-COURS PROD BIENS\\t\\t\\t\\n713400\\tYZ_ENTRY\\t713400 - VARIAT.EN-COURS PROD SERVICES\\t\\t\\t\\n713500\\tYZ_ENTRY\\t713500 - VARIAT.STOCKS PROD.FINIS\\t\\t\\t\\n720000\\tYZ_ENTRY\\t720000 - PRODUCTION IMMOBILISEE\\t\\t\\t\\n730000\\tYZ_ENTRY\\t730000 - PROD.NETS PARTIEL.OP\\t\\t\\t\\n740000\\tYZ_ENTRY\\t740000 - SUBVENTIONS D EXPLOITATION\\t\\t\\t\\n755000\\tYZ_ENTRY\\t755000 - QUOTES-PARTS RESULT.\\t\\t\\t\\n758000\\tYZ_ENTRY\\t758000 - PRODUITS DIV.GESTION\\t\\t\\t\\n764000\\tYZ_ENTRY\\t764000 - REV.DES VALEURS DE PLACEMENT\\t\\t\\t\\n765000\\tYZ_ENTRY\\t765000 - ESCOMPTES OBTENUS\\t\\t\\t\\n766000\\tYZ_ENTRY\\t766000 - GAINS DE CHANGE\\t\\t\\t\\n767000\\tYZ_ENTRY\\t767000 - PRODUIT S/CESS.VAL.P\\t\\t\\t\\n768000\\tYZ_ENTRY\\t768000 - AUTRES PROD.FINANCIERS\\t\\t\\t\\n771400\\tYZ_ENTRY\\t771400 - RENTREES S/CREAN.AMO\\t\\t\\t\\n771800\\tYZ_ENTRY\\t771800 - AUTRES PROD.EXCEP.GE\\t\\t\\t\\n772000\\tYZ_ENTRY\\t772000 - PROD.DIV.COUR.S/EX.ANTERIEUR\\t\\t\\t\\n775000\\tYZ_ENTRY\\t775000 - PRODUITS CESS ELEM.CEDES\\t\\t\\t\\n777000\\tYZ_ENTRY\\t777000 - QUOTE-PART SUBVENT.INVESTISSEMENT\\t\\t\\t\\n778800\\tYZ_ENTRY\\t778800 - PRODUITS EXCEPT.DIVERS\\t\\t\\t\\n781110\\tYZ_ENTRY\\t781110 - REP/AMORT.IMMOB.INCORP\\t\\t\\t\\n781120\\tYZ_ENTRY\\t781120 - REP/AMORT.IMMOB.CORP\\t\\t\\t\\n781500\\tYZ_ENTRY\\t781500 - REP/PROV. RISQ.& CH.\\t\\t\\t\\n781610\\tYZ_ENTRY\\t781610 - REP/PROV.DEPREC.IMMO INCORP\\t\\t\\t\\n781620\\tYZ_ENTRY\\t781620 - REP/PROV.DEPREC.IMMO CORP\\t\\t\\t\\n781730\\tYZ_ENTRY\\t781730 - REP/PROV.DEPREC.STOCKS ET EN COURS\\t\\t\\t\\n781740\\tYZ_ENTRY\\t781740 - REP/PROV.DEPREC.CREANCES\\t\\t\\t\\n786500\\tYZ_ENTRY\\t786500 - REP.PROV.RISQUE (CHARGES FINANCIERES)\\t\\t\\t\\n786620\\tYZ_ENTRY\\t786620 - REP.PROV.IMMO.FINANCIERES\\t\\t\\t\\n786650\\tYZ_ENTRY\\t786650 - REP.PROV.VAL.PLACEMENT\\t\\t\\t\\n787250\\tYZ_ENTRY\\t787250 - REP/PROV.REG.AMORT.DEROG\\t\\t\\t\\n787260\\tYZ_ENTRY\\t787260 - REP/PROV.REG.SPECIAL\\t\\t\\t\\n787270\\tYZ_ENTRY\\t787270 - REP/PROV.REG.PL-VAL.\\t\\t\\t\\n787300\\tYZ_ENTRY\\t787300 - REP/PROV.REGLEM.(STOCKS)\\t\\t\\t\\n787400\\tYZ_ENTRY\\t787400 - REP/AUTRES PROV.REGL\\t\\t\\t\\n787500\\tYZ_ENTRY\\t787500 - REP/PROV.RISQ.& CH.EXCEPT\\t\\t\\t\\n787600\\tYZ_ENTRY\\t787600 - REP/PROV.DEPRECIATION\\t\\t\\t\\n791000\\tYZ_ENTRY\\t791000 - TRANSF.CHARGES D EXP\\t\\t\\t\\n796000\\tYZ_ENTRY\\t796000 - TRANSF.CHARGES FINANCIERES\\t\\t\\t\\n797000\\tYZ_ENTRY\\t797000 - TRANF.CHARGES EXCEPT\\t\\t\\t\\n880000\\tYZ_ENTRY\\t880000 - Resultat instance affectation\\t\\t\\t\\nCOST_CENTER_TAB\\t\\t\\t\\t\\t\\nBOB\\tBOB TEAM\\tEQUIPE\\t\\t\\t\\nBOB\\tBOB TEAM\\tEQUIPE\\t\\t\\t\\nTAX_TAB\\t\\t\\t\\t\\t\\n49-332-COLL\\tCOL\\tcode 49 - TVA COLLECTEE\\t20\\t445712\\t445660\\n01-41-COLL\\tCOL\\tcode 01 - TVA COLLECTEE\\t20\\t445712\\t445660\\n02-42-DED\\tDED\\tcode 02 - TVA DEDUCT.S/ACHATS\\t10\\t445660\\t445711\\n02-42-COLL\\tCOL\\tcode 02 - TVA COLLECTEE\\t10\\t445711\\t445660\\n03-43-DED\\tDED\\tcode 03 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n03-43-COLL\\tCOL\\tcode 03 - TVA COLLECTEE\\t20\\t445712\\t445660\\n04-44-DED\\tDED\\tcode 04 - TVA DEDUCT.S/ACHATS\\t10\\t445660\\t445711\\n04-44-COLL\\tCOL\\tcode 04 - TVA COLLECTEE\\t10\\t445711\\t445660\\n05-45-DED\\tDED\\tcode 05 - TVA DEDUCT.S/ACHATS\\t5.5\\t445660\\t445713\\n05-45-COLL\\tCOL\\tcode 05 - TVA COLLECTEE\\t5.5\\t445713\\t445660\\n06-46-DED\\tDED\\tcode 06 - TVA DEDUCT.S/ACHATS\\t5.5\\t445660\\t445713\\n06-46-COLL\\tCOL\\tcode 06 - TVA COLLECTEE\\t5.5\\t445713\\t445660\\n07-47-DED\\tDED\\tcode 07 - TVA DEDUCT.S/ACHATS\\t2.1\\t445660\\t445714\\n07-47-COLL\\tCOL\\tcode 07 - TVA COLLECTEE\\t2.1\\t445714\\t445660\\n08-48-DED\\tDED\\tcode 08 - TVA DEDUCT.S/ACHATS\\t2.1\\t445660\\t445714\\n08-48-COLL\\tCOL\\tcode 08 - TVA COLLECTEE\\t2.1\\t445714\\t445660\\n09-49-DED\\tDED\\tcode 09 - TVA DEDUCT.S/ACHATS\\t8.5\\t445660\\t445715\\n09-49-COLL\\tCOL\\tcode 09 - TVA COLLECTEE\\t8.5\\t445715\\t445660\\n10-50-DED\\tDED\\tcode 10 - TVA DEDUCT.S/ACHATS\\t8.5\\t445660\\t445715\\n10-50-COLL\\tCOL\\tcode 10 - TVA COLLECTEE\\t8.5\\t445715\\t445660\\n11-51-DED\\tDED\\tcode 11 - TVA DEDUCT.S/IMMO.\\t20\\t445620\\t445710\\n11-51-COLL\\tCOL\\tcode 11 - TVA COLLECTEE\\t20\\t445710\\t445620\\n12-52-DED\\tDED\\tcode 12 - TVA DEDUCT.S/IMMO.\\t20\\t445620\\t445710\\n12-52-COLL\\tCOL\\tcode 12 - TVA COLLECTEE\\t20\\t445710\\t445620\\n13-53-DED\\tDED\\tcode 13 - TVA DEDUCT.S/ACHATS\\t0.9\\t445660\\t445715\\n13-53-COLL\\tCOL\\tcode 13 - TVA COLLECTEE\\t0.9\\t445715\\t445660\\n14-54-DED\\tDED\\tcode 14 - TVA DEDUCT.S/ACHATS\\t0.9\\t445660\\t445715\\n14-54-COLL\\tCOL\\tcode 14 - TVA COLLECTEE\\t0.9\\t445715\\t445660\\n15-55-DED\\tDED\\tcode 15 - TVA DEDUCT.S/ACHATS\\t1.05\\t445660\\t445716\\n15-55-COLL\\tCOL\\tcode 15 - TVA COLLECTEE\\t1.05\\t445716\\t445660\\n16-56-DED\\tDED\\tcode 16 - TVA DEDUCT.S/ACHATS\\t1.05\\t445660\\t445716\\n16-56-COLL\\tCOL\\tcode 16 - TVA COLLECTEE\\t1.05\\t445716\\t445660\\n17-57-DED\\tDED\\tcode 17 - TVA DEDUCT.S/ACHATS\\t1.75\\t445660\\t445717\\n17-57-COLL\\tCOL\\tcode 17 - TVA COLLECTEE\\t1.75\\t445717\\t445660\\n18-58-DED\\tDED\\tcode 18 - TVA DEDUCT.S/ACHATS\\t1.75\\t445660\\t445717\\n18-58-COLL\\tCOL\\tcode 18 - TVA COLLECTEE\\t1.75\\t445717\\t445660\\n21-61-DED\\tDED\\tcode 21 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445200\\n21-61-COLL\\tCOL\\tcode 21 - Libellé compte\\t20\\t445200\\t445660\\n22-62-DED\\tDED\\tcode 22 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445200\\n22-62-COLL\\tCOL\\tcode 22 - Libellé compte\\t20\\t445200\\t445660\\n23-63-DED\\tDED\\tcode 23 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445700\\n23-63-COLL\\tCOL\\tcode 23 - Libellé compte\\t20\\t445700\\t445660\\n24-64-DED\\tDED\\tcode 24 - TVA DEDUCT.S/IMMO.\\t20\\t445620\\t445700\\n24-64-COLL\\tCOL\\tcode 24 - Libellé compte\\t20\\t445700\\t445620\\n32-144-DED\\tDED\\tcode 32 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n32-144-COLL\\tCOL\\tcode 32 - TVA COLLECTEE\\t20\\t445712\\t445660\\n33-145-DED\\tDED\\tcode 33 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n33-145-COLL\\tCOL\\tcode 33 - TVA COLLECTEE\\t20\\t445712\\t445660\\n37-149-DED\\tDED\\tcode 37 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n37-149-COLL\\tCOL\\tcode 37 - TVA COLLECTEE\\t20\\t445712\\t445660\\n38-150-DED\\tDED\\tcode 38 - TVA DEDUCT.S/ACHATS\\t10\\t445660\\t445712\\n38-150-COLL\\tCOL\\tcode 38 - TVA COLLECTEE\\t10\\t445712\\t445660\\n39-151-DED\\tDED\\tcode 39 - TVA DEDUCT.S/ACHATS\\t8.5\\t445660\\t445712\\n39-151-COLL\\tCOL\\tcode 39 - TVA COLLECTEE\\t8.5\\t445712\\t445660\\n40-152-DED\\tDED\\tcode 40 - TVA DEDUCT.S/ACHATS\\t5.5\\t445660\\t445712\\n40-152-COLL\\tCOL\\tcode 40 - TVA COLLECTEE\\t5.5\\t445712\\t445660\\n41-153-DED\\tDED\\tcode 41 - TVA DEDUCT.S/ACHATS\\t2.1\\t445660\\t445712\\n41-153-COLL\\tCOL\\tcode 41 - TVA COLLECTEE\\t2.1\\t445712\\t445660\\n42-154-DED\\tDED\\tcode 42 - TVA DEDUCT.S/ACHATS\\t1.05\\t445660\\t445712\\n42-154-COLL\\tCOL\\tcode 42 - TVA COLLECTEE\\t1.05\\t445712\\t445660\\n43-155-DED\\tDED\\tcode 43 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n43-155-COLL\\tCOL\\tcode 43 - TVA COLLECTEE\\t20\\t445712\\t445660\\n49-332-DED\\tDED\\tcode 49 - TVA DEDUCT.S/ACHATS\\t20\\t445660\\t445712\\n49-332-COLL\\tCOL\\tcode 49 - TVA COLLECTEE\\t20\\t445712\\t445660\\nSUPPLIER_TABS\\t\\t\\t\\t\\t\\n409800\\t409800 - FOURNIS.RRR A OBTENIR\\t\\t\\t\\t\\n4010000000\\t4010000000 - Libellé compte\\t\\t\\t\\t\\n403000\\t403000 - FRS EFFET A PAYER\\t\\t\\t\\t\\n4041700000\\t4041700000 - FOURNISSEURS IMMO.\\t\\t\\t\\t\\n405000\\t405000 - FOURN.IMMO.EFFETS A PAYER\\t\\t\\t\\t\\n408100\\t408100 - FOURNIS.FACT.NON PARVENUES\\t\\t\\t\\t\\n408400\\t408400 - FOURN.IMMO.FACT.NON.\\t\\t\\t\\t\\n408800\\t408800 - FOURNIS.INTERETS COURUS\\t\\t\\t\\t\\n409100\\t409100 - FOURN.ACPTES S/COMMA\\t\\t\\t\\t\\n409600\\t409600 - FRS EMBALLAGES A RENDRE\\t\\t\\t\\t\\n409700\\t409700 - FOURNISSEURS AUTR.AVOIRS\\t\\t\\t\\t\\n409800\\t409800 - FOURNIS.RRR A OBTENIR\\t\\t\\t\\t\\nCLIENT_TABS\\t\\t\\t\\t\\t\\n419800\\t419800 - CLIENTS RRR&AV.A ACC\\t\\t\\t\\t\\n4110000000\\t4110000000 - 0\\t\\t\\t\\t\\n411test100\\t411test100 - clienttest1\\t\\t\\t\\t\\n413000\\t413000 - CLIENTS EFFETS A RECEVOIR\\t\\t\\t\\t\\n416000\\t416000 - CLIENTS DOUTEUX OU LITIGIEUX\\t\\t\\t\\t\\n418100\\t418100 - CLIENTS FACT. A ETABLIR\\t\\t\\t\\t\\n418800\\t418800 - CLIENTS INTERETS COURUS\\t\\t\\t\\t\\n419100\\t419100 - CLIENTS ACPTES S/COM\\t\\t\\t\\t\\n419600\\t419600 - CLIENTS EMBAL.CONSIG\\t\\t\\t\\t\\n419700\\t419700 - CLIENTS AUTRES AVOIR\\t\\t\\t\\t\\n419800\\t419800 - CLIENTS RRR&AV.A ACC\\t\\t\\t\\t\"\n}"},{"id":"64061a1c-7bcc-4dcf-9628-738551a45123","name":"JSON format","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/accounting/export/yooz","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","accounting","export","yooz"],"query":[{"key":"format","value":"tsv","description":"Optional (available value: json or tsv). json is the default value.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier\": {\n        \"organizationalUnitTab\": {\n            \"codeDossier\": \"3\",\n            \"raisonSociale\": \"\",\n            \"codeDossierParent\": \"\",\n            \"donneeModeCreation\": \"\",\n            \"planCompte\": \"\",\n            \"formatExport\": \"\",\n            \"defaultValue\": \"\",\n            \"analytique\": \"\",\n            \"centreCout\": \"\",\n            \"taxe\": \"\",\n            \"paiement\": \"\",\n            \"devise\": \"\",\n            \"fournisseur\": \"\",\n            \"client\": \"\",\n            \"affectation\": \"\",\n            \"codeEtablissement\": \"\",\n            \"adresse\": \"4  GALVANI, 91300 MASSY. \",\n            \"codePostal\": \"91300\",\n            \"ville\": \"MASSY\",\n            \"pays\": \"\",\n            \"nomContact\": \"MY UNISOFT\",\n            \"SIRET\": 84014327500039,\n            \"SIREN\": 840143275,\n            \"description\": \"\"\n        }\n    },\n    \"referentiel\": {\n        \"accountantPlanTab\": [\n            {\n                \"numeroCompte\": \"101100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"101100 - CAPITAL NON APPELE\"\n            },\n            {\n                \"numeroCompte\": \"101200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"101200 - CAPITAL APPELE NON VERSE\"\n            },\n            {\n                \"numeroCompte\": \"101300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"101300 - CAPITAL APPELE VERSE\"\n            },\n            {\n                \"numeroCompte\": \"106110\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106110 - RESERVE LEGALE PROP.\"\n            },\n            {\n                \"numeroCompte\": \"106120\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106120 - RESERVE LEGALE+VALUE\"\n            },\n            {\n                \"numeroCompte\": \"106300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106300 - RESERVE STATUT.OU CO\"\n            },\n            {\n                \"numeroCompte\": \"106410\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106410 - RESERVE PLUS VALUE LT\"\n            },\n            {\n                \"numeroCompte\": \"106480\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106480 - AUTRES RESERVES REGLEMENTEES\"\n            },\n            {\n                \"numeroCompte\": \"106800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"106800 - AUTRES RESERVES\"\n            },\n            {\n                \"numeroCompte\": \"108000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"108000 - COMPTE DE L EXPLOITANT\"\n            },\n            {\n                \"numeroCompte\": \"109000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"109000 - ACTION.CAPITAL NON A\"\n            },\n            {\n                \"numeroCompte\": \"110000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"110000 - REPORT A NOUVEAU\"\n            },\n            {\n                \"numeroCompte\": \"120000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"120000 - COMPTE DE RESULTAT\"\n            },\n            {\n                \"numeroCompte\": \"131000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"131000 - SUBVENTIONS D EQUIPEMENT\"\n            },\n            {\n                \"numeroCompte\": \"139000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"139000 - SUBVENTIONS INSCR.AU CR\"\n            },\n            {\n                \"numeroCompte\": \"142400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"142400 - PROV.POUR INVESTISSEMENT\"\n            },\n            {\n                \"numeroCompte\": \"144000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"144000 - PROV.REGL.AUTR.ELEM.\"\n            },\n            {\n                \"numeroCompte\": \"145000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"145000 - AMORTISSEMENT DEROGATOIRES\"\n            },\n            {\n                \"numeroCompte\": \"147000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"147000 - PLUS-VALUES REINVESTIES\"\n            },\n            {\n                \"numeroCompte\": \"148000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"148000 - AUTRES PROV.REGLEMENTEES\"\n            },\n            {\n                \"numeroCompte\": \"148600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"148600 - PROV.IMPLANTATION ETRANGER\"\n            },\n            {\n                \"numeroCompte\": \"151100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"151100 - PROV.POUR LITIGES\"\n            },\n            {\n                \"numeroCompte\": \"151200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"151200 - PROV.GARANT.AUX CLIENTS\"\n            },\n            {\n                \"numeroCompte\": \"151400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"151400 - PROV.AMENDES & PENALES\"\n            },\n            {\n                \"numeroCompte\": \"151500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"151500 - PROV.PERTES DE CHANGE\"\n            },\n            {\n                \"numeroCompte\": \"151800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"151800 - AUTRES PROV.RISQUES\"\n            },\n            {\n                \"numeroCompte\": \"155000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"155000 - PROV.POUR IMPOTS\"\n            },\n            {\n                \"numeroCompte\": \"156000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"156000 - PROV.RENOUVEL.DES IMMOB\"\n            },\n            {\n                \"numeroCompte\": \"157200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"157200 - PROV.POUR GROSSES REPARATIONS\"\n            },\n            {\n                \"numeroCompte\": \"158200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"158200 - P.S/CH.SOC&FISC.CONG\"\n            },\n            {\n                \"numeroCompte\": \"158800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"158800 - PROV.CHARGES DIVERS.\"\n            },\n            {\n                \"numeroCompte\": \"161000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"161000 - EMPRUNT OBLIGATAIRE\"\n            },\n            {\n                \"numeroCompte\": \"163000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"163000 - AUTRES EMPRUNTS OBLI\"\n            },\n            {\n                \"numeroCompte\": \"164100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"164100 - EMPRUNT ETABLIS.CREDIT\"\n            },\n            {\n                \"numeroCompte\": \"165000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"165000 - DEPOTS & CAUTIONMT.RECUS\"\n            },\n            {\n                \"numeroCompte\": \"166700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"166700 - PARTICIPAT.SALARIES\"\n            },\n            {\n                \"numeroCompte\": \"167500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"167500 - EMPRUNTS PARTICIPATION\"\n            },\n            {\n                \"numeroCompte\": \"168510\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168510 - RENTE VIAGERE\"\n            },\n            {\n                \"numeroCompte\": \"168710\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168710 - AUTRES DETTES\"\n            },\n            {\n                \"numeroCompte\": \"168810\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168810 - INT.COURUS/EMPRUNT O\"\n            },\n            {\n                \"numeroCompte\": \"168830\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168830 - INT.COURUS/AUT.EMPR.\"\n            },\n            {\n                \"numeroCompte\": \"168840\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168840 - INT.COURUS/EMPRUNT E\"\n            },\n            {\n                \"numeroCompte\": \"168850\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168850 - INT.COURUS/DEPOT &CA\"\n            },\n            {\n                \"numeroCompte\": \"168880\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"168880 - INT.COURUS/AUT.EMPR.\"\n            },\n            {\n                \"numeroCompte\": \"169000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"169000 - PRIME REMBOURS.OBLIG\"\n            },\n            {\n                \"numeroCompte\": \"203000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"203000 - FRAIS RECHERCHE & DEV\"\n            },\n            {\n                \"numeroCompte\": \"206000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"206000 - DROIT AU BAIL\"\n            },\n            {\n                \"numeroCompte\": \"207000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"207000 - FONDS COMMERCIAL\"\n            },\n            {\n                \"numeroCompte\": \"208000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"208000 - AUTRES IMMOS.INCORPO\"\n            },\n            {\n                \"numeroCompte\": \"208100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"208100 - MALI DE FUSION/ACTIFS INCORP\"\n            },\n            {\n                \"numeroCompte\": \"211000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"211000 - TERRAINS\"\n            },\n            {\n                \"numeroCompte\": \"213100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"213100 - CONSTRUCT.BATIMENTS\"\n            },\n            {\n                \"numeroCompte\": \"213500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"213500 - INST.AGENC.CONSTRUCTION\"\n            },\n            {\n                \"numeroCompte\": \"214100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"214100 - CONSTR. S/SOL D AUTRUI\"\n            },\n            {\n                \"numeroCompte\": \"214500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"214500 - AGENC.CONST.SOL AUTRUI\"\n            },\n            {\n                \"numeroCompte\": \"215000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"215000 - MATERIEL ET OUTILLAGE\"\n            },\n            {\n                \"numeroCompte\": \"218100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218100 - INST.AGENC.DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"218200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218200 - MATERIEL DE TRANSPORT\"\n            },\n            {\n                \"numeroCompte\": \"218300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218300 - MAT.BUREAU &INFORMATIQUE\"\n            },\n            {\n                \"numeroCompte\": \"218400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218400 - MOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"218600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218600 - EMBALLAGES RECUPERABLES\"\n            },\n            {\n                \"numeroCompte\": \"218700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"218700 - MALI DE FUSION/ACTIFS CORP\"\n            },\n            {\n                \"numeroCompte\": \"231000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"231000 - IMMOBILISATIONS EN COURS\"\n            },\n            {\n                \"numeroCompte\": \"237000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"237000 - AVANCES S/IMMO INCOR\"\n            },\n            {\n                \"numeroCompte\": \"238000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"238000 - AVANCES S/IMMO CORPO\"\n            },\n            {\n                \"numeroCompte\": \"261000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"261000 - TITRES DE PARTICIPATION\"\n            },\n            {\n                \"numeroCompte\": \"271000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"271000 - AUTRES TITRES IMMOBILISES\"\n            },\n            {\n                \"numeroCompte\": \"274100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"274100 - PRETS PARTICIPATIFS\"\n            },\n            {\n                \"numeroCompte\": \"274370\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"274370 - PRETS AU PERSONNEL\"\n            },\n            {\n                \"numeroCompte\": \"274870\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"274870 - AUTRES PRETS\"\n            },\n            {\n                \"numeroCompte\": \"275000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"275000 - DEPOTS & CAUTIONNEMENT\"\n            },\n            {\n                \"numeroCompte\": \"276800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"276800 - INT.COUR.S/AUTRES IM\"\n            },\n            {\n                \"numeroCompte\": \"278000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"278000 - MALI DE FUSION/ACTIFS FI\"\n            },\n            {\n                \"numeroCompte\": \"280700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"280700 - AMORT.FONDS COMMERCI\"\n            },\n            {\n                \"numeroCompte\": \"280800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"280800 - AMORT.AUTRES IMMO.IN\"\n            },\n            {\n                \"numeroCompte\": \"280810\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"280810 - AMORT MALI FUSION/ACTIFS INCOR\"\n            },\n            {\n                \"numeroCompte\": \"281310\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281310 - AMORT.CONSTRUCTION\"\n            },\n            {\n                \"numeroCompte\": \"281350\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281350 - AMORT.AGENC.CONSTRUCTION\"\n            },\n            {\n                \"numeroCompte\": \"281410\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281410 - AMORT.CONS.SOL AUTRUI\"\n            },\n            {\n                \"numeroCompte\": \"281450\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281450 - AMORT.AG.CONS.SOL AUTRUI\"\n            },\n            {\n                \"numeroCompte\": \"281500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281500 - AMORT.MATERIEL&OUTILLAGE\"\n            },\n            {\n                \"numeroCompte\": \"281810\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281810 - AMORT.AG.CONS.DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"281820\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281820 - AMORT.MATERIEL DE TRANSPORT\"\n            },\n            {\n                \"numeroCompte\": \"281830\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281830 - AMORT.MAT.BUREAU &INFORMATIQUE\"\n            },\n            {\n                \"numeroCompte\": \"281840\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281840 - AMORT. MOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"281860\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281860 - AMORT.EMBALLAGES RECUS\"\n            },\n            {\n                \"numeroCompte\": \"281870\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"281870 - AMORT MALI FUSION/ACTIFS CORP\"\n            },\n            {\n                \"numeroCompte\": \"290600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"290600 - PROV.DEPRE.DROIT AU BAIL\"\n            },\n            {\n                \"numeroCompte\": \"290700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"290700 - PROV.DEPRE.FONDS COMMERCE\"\n            },\n            {\n                \"numeroCompte\": \"290800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"290800 - PROV.DEPRE.AUTR.IMMO\"\n            },\n            {\n                \"numeroCompte\": \"290810\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"290810 - DEPRE MALI FUSION/ACTIFS INCOR\"\n            },\n            {\n                \"numeroCompte\": \"291100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"291100 - PROV.DEPRE.IMMO.CORP\"\n            },\n            {\n                \"numeroCompte\": \"291870\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"291870 - DEPRE MALI FUSION/ACTIFS CORP\"\n            },\n            {\n                \"numeroCompte\": \"293100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"293100 - PROV.DEPRE.IMMO.CORP\"\n            },\n            {\n                \"numeroCompte\": \"296100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"296100 - PROV.DEPR.TITRES PAR\"\n            },\n            {\n                \"numeroCompte\": \"296700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"296700 - PROV.DEPR.CREANCES P\"\n            },\n            {\n                \"numeroCompte\": \"297100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297100 - PROV.DEP.AUTRES TIT.\"\n            },\n            {\n                \"numeroCompte\": \"297430\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297430 - PROV.DEPR.PRETS PERS\"\n            },\n            {\n                \"numeroCompte\": \"297480\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297480 - PROV.DEPR.PRETS DIVE\"\n            },\n            {\n                \"numeroCompte\": \"297500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297500 - PROV.DEPR.DEPOT.CAUT\"\n            },\n            {\n                \"numeroCompte\": \"297600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297600 - PROV.DEPR.AUTR.CREAN\"\n            },\n            {\n                \"numeroCompte\": \"297870\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"297870 - DEPRE MALI FUSION/ACTIFS FI\"\n            },\n            {\n                \"numeroCompte\": \"310000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"310000 - MATIERES PREMIERES\"\n            },\n            {\n                \"numeroCompte\": \"320000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"320000 - AUTRES APPROVISIONNENTS\"\n            },\n            {\n                \"numeroCompte\": \"330000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"330000 - EN-COURS PRODUCT.BIENS\"\n            },\n            {\n                \"numeroCompte\": \"340000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"340000 - EN-COURS PRODUCT.SERVICES\"\n            },\n            {\n                \"numeroCompte\": \"350000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"350000 - STOCKS DE PRODUITS\"\n            },\n            {\n                \"numeroCompte\": \"370000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"370000 - STOCKS DE MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"391000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"391000 - PROV.DEP.MAT.PREMIERES\"\n            },\n            {\n                \"numeroCompte\": \"392000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"392000 - PROV.DEP.AUTRES APPR\"\n            },\n            {\n                \"numeroCompte\": \"393000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"393000 - PROV.DEP.EN-COURS BIENS\"\n            },\n            {\n                \"numeroCompte\": \"394000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"394000 - PROV.DEP.EN-COURS SERVICES\"\n            },\n            {\n                \"numeroCompte\": \"395000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"395000 - PROV.DEP.STOCKS PRODUITS\"\n            },\n            {\n                \"numeroCompte\": \"397000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"397000 - PROV.DEP.MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"401000\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"401000 - FOURNISSEURS\"\n            },\n            {\n                \"numeroCompte\": \"4010000000\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"4010000000 - Libellé compte\"\n            },\n            {\n                \"numeroCompte\": \"403000\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"403000 - FRS EFFET A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"4041700000\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"4041700000 - FOURNISSEURS IMMO.\"\n            },\n            {\n                \"numeroCompte\": \"405000\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"405000 - FOURN.IMMO.EFFETS A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"408100\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"408100 - FOURNIS.FACT.NON PARVENUES\"\n            },\n            {\n                \"numeroCompte\": \"408400\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"408400 - FOURN.IMMO.FACT.NON.\"\n            },\n            {\n                \"numeroCompte\": \"408800\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"408800 - FOURNIS.INTERETS COURUS\"\n            },\n            {\n                \"numeroCompte\": \"409100\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"409100 - FOURN.ACPTES S/COMMA\"\n            },\n            {\n                \"numeroCompte\": \"409600\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"409600 - FRS EMBALLAGES A RENDRE\"\n            },\n            {\n                \"numeroCompte\": \"409700\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"409700 - FOURNISSEURS AUTR.AVOIRS\"\n            },\n            {\n                \"numeroCompte\": \"409800\",\n                \"classification\": \"YZ_SUPPLIER\",\n                \"intituleCompte\": \"409800 - FOURNIS.RRR A OBTENIR\"\n            },\n            {\n                \"numeroCompte\": \"411000\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"411000 - CLIENTS\"\n            },\n            {\n                \"numeroCompte\": \"4110000000\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"4110000000 - 0\"\n            },\n            {\n                \"numeroCompte\": \"411test100\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"411test100 - clienttest1\"\n            },\n            {\n                \"numeroCompte\": \"413000\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"413000 - CLIENTS EFFETS A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"416000\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"416000 - CLIENTS DOUTEUX OU LITIGIEUX\"\n            },\n            {\n                \"numeroCompte\": \"418100\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"418100 - CLIENTS FACT. A ETABLIR\"\n            },\n            {\n                \"numeroCompte\": \"418800\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"418800 - CLIENTS INTERETS COURUS\"\n            },\n            {\n                \"numeroCompte\": \"419100\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"419100 - CLIENTS ACPTES S/COM\"\n            },\n            {\n                \"numeroCompte\": \"419600\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"419600 - CLIENTS EMBAL.CONSIG\"\n            },\n            {\n                \"numeroCompte\": \"419700\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"419700 - CLIENTS AUTRES AVOIR\"\n            },\n            {\n                \"numeroCompte\": \"419800\",\n                \"classification\": \"YZ_CUSTOMER\",\n                \"intituleCompte\": \"419800 - CLIENTS RRR&AV.A ACC\"\n            },\n            {\n                \"numeroCompte\": \"421000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"421000 - PERS.REMUNERATIONS DUES\"\n            },\n            {\n                \"numeroCompte\": \"425000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"425000 - AVANCE ACPTE AU PERS\"\n            },\n            {\n                \"numeroCompte\": \"427000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"427000 - OPPOSITIONS\"\n            },\n            {\n                \"numeroCompte\": \"428100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"428100 - PERSONNEL CHARGES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"428200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"428200 - CONGES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"428600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"428600 - AUTRES CHARG.PERS.A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"428700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"428700 - PERSONNEL PROD.A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"431000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"431000 - SECURITE SOCIALE\"\n            },\n            {\n                \"numeroCompte\": \"437100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"437100 - CAISSE RETRAITE CADRE\"\n            },\n            {\n                \"numeroCompte\": \"437200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"437200 - CAISSE RETRAITE SALARIE\"\n            },\n            {\n                \"numeroCompte\": \"437300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"437300 - ASSEDIC\"\n            },\n            {\n                \"numeroCompte\": \"437400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"437400 - CONGES PAYES\"\n            },\n            {\n                \"numeroCompte\": \"437800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"437800 - AUTRES CAISSES\"\n            },\n            {\n                \"numeroCompte\": \"438100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"438100 - CHARGES SOCIALES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"438200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"438200 - ORG.SOC. CH/CONGES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"438600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"438600 - ORG.SOC. CHARGES A P AYER\"\n            },\n            {\n                \"numeroCompte\": \"438700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"438700 - ORG.SOC. PROD.A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"441000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"441000 - ETAT SUBVENTIONS A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"442500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"442500 - IMPOTS RECOUV.S/ASSOCIES\"\n            },\n            {\n                \"numeroCompte\": \"444000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"444000 - ETAT IMPOTS S/BENEFICES\"\n            },\n            {\n                \"numeroCompte\": \"445200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445200 - Libellé compte\"\n            },\n            {\n                \"numeroCompte\": \"445510\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445510 - TVA A DECAISSER\"\n            },\n            {\n                \"numeroCompte\": \"445580\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445580 - TAXES ASSIMILEES A LA TVA A DECAISSER\"\n            },\n            {\n                \"numeroCompte\": \"445620\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445620 - TVA DEDUCT.S/IMMO.\"\n            },\n            {\n                \"numeroCompte\": \"445660\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445660 - TVA DEDUCT.S/ACHATS\"\n            },\n            {\n                \"numeroCompte\": \"445670\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445670 - REPORT DE CREDIT DE TVA\"\n            },\n            {\n                \"numeroCompte\": \"445680\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445680 - TAXES DEDUCT.ASSIMIL\"\n            },\n            {\n                \"numeroCompte\": \"445700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445700 - Libellé compte\"\n            },\n            {\n                \"numeroCompte\": \"445710\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445710 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445711\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445711 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445712\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445712 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445713\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445713 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445714\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445714 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445715\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445715 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445716\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445716 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445717\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445717 - TVA COLLECTEE\"\n            },\n            {\n                \"numeroCompte\": \"445780\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445780 - TAXES COLLECT.ASSIMI\"\n            },\n            {\n                \"numeroCompte\": \"445810\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445810 - ACOMPTES TVA REEL SI\"\n            },\n            {\n                \"numeroCompte\": \"445860\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445860 - TVA S/FACT.NON PARVENUES\"\n            },\n            {\n                \"numeroCompte\": \"445870\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"445870 - TVA S/FACT.A ETABLIR\"\n            },\n            {\n                \"numeroCompte\": \"447000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"447000 - AUTRES IMPOTS TAXES\"\n            },\n            {\n                \"numeroCompte\": \"448100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"448100 - ETAT, CHARGES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"448200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"448200 - ETAT CH.SOC./CONGES\"\n            },\n            {\n                \"numeroCompte\": \"448600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"448600 - ETAT AUTRES CH. A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"448700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"448700 - ETAT PRODUITS A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"455170\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"455170 - ASSOCIES CPTE COURANT\"\n            },\n            {\n                \"numeroCompte\": \"455800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"455800 - ASSOCIES INTERETS COURUS\"\n            },\n            {\n                \"numeroCompte\": \"456210\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"456210 - CAPITAL APPELE NON VERSE\"\n            },\n            {\n                \"numeroCompte\": \"457000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"457000 - DIVIDENDES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"462700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"462700 - CREANCE CESSION IMMO\"\n            },\n            {\n                \"numeroCompte\": \"467000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"467000 - DEBITEURS CREDIT.DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"468000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"468000 - CHARGES A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"468600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"468600 - DEBIT.CRED.DIV.CHAR.\"\n            },\n            {\n                \"numeroCompte\": \"468700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"468700 - DEBIT.CRED.DIV.PROD.\"\n            },\n            {\n                \"numeroCompte\": \"471000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"471000 - COMPTE ATTENTE INFOR\"\n            },\n            {\n                \"numeroCompte\": \"472000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"472000 - COMPTE D ATTENTE\"\n            },\n            {\n                \"numeroCompte\": \"478100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"478100 - MALI DE FUSION/ACTIFS CIRCUL\"\n            },\n            {\n                \"numeroCompte\": \"481100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"481100 - CHARGES DIFFEREES\"\n            },\n            {\n                \"numeroCompte\": \"481200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"481200 - FRAIS D ACQUISAT. IM\"\n            },\n            {\n                \"numeroCompte\": \"481800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"481800 - CHARGES A ETALER\"\n            },\n            {\n                \"numeroCompte\": \"486000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"486000 - CHARGES CONSTAT.D AVANCE\"\n            },\n            {\n                \"numeroCompte\": \"487000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"487000 - PROD.CONSTATES D AVANCE\"\n            },\n            {\n                \"numeroCompte\": \"488600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"488600 - REPARTITION PERIOD.C\"\n            },\n            {\n                \"numeroCompte\": \"488700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"488700 - REPARTITION PERIOD.P\"\n            },\n            {\n                \"numeroCompte\": \"491000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"491000 - PROV.DEPRE.CLIENTS\"\n            },\n            {\n                \"numeroCompte\": \"496000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"496000 - PROV.DEPRE.DEBITEURS\"\n            },\n            {\n                \"numeroCompte\": \"503000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"503000 - VAL.MOBILIERES PLACEMENT\"\n            },\n            {\n                \"numeroCompte\": \"508100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"508100 - AUTRES VALEURS MOBILIERES\"\n            },\n            {\n                \"numeroCompte\": \"508800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"508800 - INTER.COURUS/VALEURS\"\n            },\n            {\n                \"numeroCompte\": \"509000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"509000 - VERS.REST./VAL.MOB.N\"\n            },\n            {\n                \"numeroCompte\": \"512000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"512000 - BANQUES\"\n            },\n            {\n                \"numeroCompte\": \"514000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"514000 - CHEQUES POSTAUX\"\n            },\n            {\n                \"numeroCompte\": \"518100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"518100 - INTERETS COURUS A PAYER\"\n            },\n            {\n                \"numeroCompte\": \"518600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"518600 - BANQUES INTERETS COURUS\"\n            },\n            {\n                \"numeroCompte\": \"518700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"518700 - BANQUES PROD. A RECEVOIR\"\n            },\n            {\n                \"numeroCompte\": \"519000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"519000 - CONCOURS BANCAIRES COURANTS\"\n            },\n            {\n                \"numeroCompte\": \"519800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"519800 - INT.COURUS S/CONCOU.\"\n            },\n            {\n                \"numeroCompte\": \"530000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"530000 - CAISSE\"\n            },\n            {\n                \"numeroCompte\": \"580000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"580000 - VIREMENTS INTERNES\"\n            },\n            {\n                \"numeroCompte\": \"590000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"590000 - PROV.DEPRE.VAL.MOB.P\"\n            },\n            {\n                \"numeroCompte\": \"601000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"601000 - ACHATS MATIERES PREMIERES\"\n            },\n            {\n                \"numeroCompte\": \"602600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"602600 - ACHATS D EMBALLAGES\"\n            },\n            {\n                \"numeroCompte\": \"603100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"603100 - VARIAT.STOCKS MAT.PR\"\n            },\n            {\n                \"numeroCompte\": \"603200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"603200 - VARIAT.STOCKS AUTRES\"\n            },\n            {\n                \"numeroCompte\": \"603700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"603700 - VARIAT.STOCK MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"604000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"604000 - ACHATS D ETUDES &PRESTATIONS\"\n            },\n            {\n                \"numeroCompte\": \"605000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"605000 - ACH.MATERIEL ET TRAV\"\n            },\n            {\n                \"numeroCompte\": \"606110\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606110 - FOURN.NON STOCK.(ELE\"\n            },\n            {\n                \"numeroCompte\": \"606120\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606120 - FOURN.NON STOCK.(EAU\"\n            },\n            {\n                \"numeroCompte\": \"606130\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606130 - FOURN.NON STOCK.(GAZ\"\n            },\n            {\n                \"numeroCompte\": \"606140\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606140 - FOURN.NON STOCK.(CAR\"\n            },\n            {\n                \"numeroCompte\": \"606150\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606150 - FOURN.NON STOCK.(COM\"\n            },\n            {\n                \"numeroCompte\": \"606300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606300 - FOURN.ENTRET.&PETIT\"\n            },\n            {\n                \"numeroCompte\": \"606400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"606400 - FOURNIT.ADMINISTRATIVES\"\n            },\n            {\n                \"numeroCompte\": \"607000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"607000 - ACHATS DE MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"607100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"607100 - Achats de Marchandises (ou groupe) A\"\n            },\n            {\n                \"numeroCompte\": \"609100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609100 - RRRO/ACH. MATIERES 1\"\n            },\n            {\n                \"numeroCompte\": \"609200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609200 - RRRO/ACH. AUTRES APP\"\n            },\n            {\n                \"numeroCompte\": \"609400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609400 - RRRO/ACH. ETUDES & P\"\n            },\n            {\n                \"numeroCompte\": \"609500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609500 - RRRO/ACH. MATERIEL E\"\n            },\n            {\n                \"numeroCompte\": \"609600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609600 - RRRO/ACH. APPRO.NON\"\n            },\n            {\n                \"numeroCompte\": \"609700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609700 - RRRO/ACH. MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"609800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"609800 - RRRO/ACH. NON AFFECT\"\n            },\n            {\n                \"numeroCompte\": \"611000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"611000 - SOUS-TRAITANCE GENERALE\"\n            },\n            {\n                \"numeroCompte\": \"612200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"612200 - CREDIT-BAIL MOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"612500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"612500 - CREDIT-BAIL IMMOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"613200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"613200 - LOCATIONS IMMOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"613500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"613500 - LOCATIONS MOBILIERES\"\n            },\n            {\n                \"numeroCompte\": \"615200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"615200 - ENTRETIEN IMMOBILIER\"\n            },\n            {\n                \"numeroCompte\": \"615510\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"615510 - ENTRETIEN MATERIEL\"\n            },\n            {\n                \"numeroCompte\": \"615520\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"615520 - ENTRETIEN MAT.TRANSPORT\"\n            },\n            {\n                \"numeroCompte\": \"615530\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"615530 - ENTRETIEN MAT.MOB.BU\"\n            },\n            {\n                \"numeroCompte\": \"615600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"615600 - MAINTENANCE\"\n            },\n            {\n                \"numeroCompte\": \"616000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"616000 - PRIMES D ASSURANCES\"\n            },\n            {\n                \"numeroCompte\": \"618100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"618100 - DOCUMENTATION GENERALE\"\n            },\n            {\n                \"numeroCompte\": \"618300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"618300 - DOCUMENTATION TECHNIQUE\"\n            },\n            {\n                \"numeroCompte\": \"621000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"621000 - PERSONNEL EXTE.A L E\"\n            },\n            {\n                \"numeroCompte\": \"622200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"622200 - COMMIS&COURT.S/VENTE\"\n            },\n            {\n                \"numeroCompte\": \"622600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"622600 - HONORAIRES\"\n            },\n            {\n                \"numeroCompte\": \"622700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"622700 - FRAIS ACTES & CONTENTIEUX\"\n            },\n            {\n                \"numeroCompte\": \"623100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"623100 - ANNONCES ET INSERTIONS\"\n            },\n            {\n                \"numeroCompte\": \"623300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"623300 - FOIRES ET EXPOSITION\"\n            },\n            {\n                \"numeroCompte\": \"623400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"623400 - CADEAUX A LA CLIENTE\"\n            },\n            {\n                \"numeroCompte\": \"623600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"623600 - CATALOGUES ET IMPRIMES\"\n            },\n            {\n                \"numeroCompte\": \"623800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"623800 - POURBOIRES DONS COURANT\"\n            },\n            {\n                \"numeroCompte\": \"624100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"624100 - TRANSPORTS S/ACHATS\"\n            },\n            {\n                \"numeroCompte\": \"624200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"624200 - TRANSPORTS S/VENTES\"\n            },\n            {\n                \"numeroCompte\": \"624800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"624800 - TRANSPORTS DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"625100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"625100 - VOYAGES ET DEPLACEMENT\"\n            },\n            {\n                \"numeroCompte\": \"625600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"625600 - MISSIONS\"\n            },\n            {\n                \"numeroCompte\": \"625700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"625700 - RECEPTIONS\"\n            },\n            {\n                \"numeroCompte\": \"626000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"626000 - FRAIS POSTAUX & TELE\"\n            },\n            {\n                \"numeroCompte\": \"627200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"627200 - COMMISS.S/EMISSION EMPRUNTS\"\n            },\n            {\n                \"numeroCompte\": \"627500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"627500 - SERVICES BANCAIRES\"\n            },\n            {\n                \"numeroCompte\": \"628100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"628100 - COTISATIONS\"\n            },\n            {\n                \"numeroCompte\": \"631200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"631200 - TAXE APPRENTISSAGE\"\n            },\n            {\n                \"numeroCompte\": \"631300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"631300 - PART.FORM.CONTINUE(TAXES)\"\n            },\n            {\n                \"numeroCompte\": \"633300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"633300 - PART.FORM.CONTINUE(ORGANISMES)\"\n            },\n            {\n                \"numeroCompte\": \"633400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"633400 - PARTICIP.EFFORT CONSTRUCTION\"\n            },\n            {\n                \"numeroCompte\": \"633500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"633500 - VERSENT.LIBE.TAXE AP\"\n            },\n            {\n                \"numeroCompte\": \"634600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"634600 - TAXE INT.PROD.PETROL\"\n            },\n            {\n                \"numeroCompte\": \"635110\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"635110 - TAXE PROFESSIONNELLE\"\n            },\n            {\n                \"numeroCompte\": \"635120\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"635120 - TAXES FONCIERES\"\n            },\n            {\n                \"numeroCompte\": \"635140\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"635140 - TAXE S/VEHICULES SOCIETE\"\n            },\n            {\n                \"numeroCompte\": \"635300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"635300 - IMPOTS INDIRECTS\"\n            },\n            {\n                \"numeroCompte\": \"635400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"635400 - DROITS D ENREGIST.&TAXES\"\n            },\n            {\n                \"numeroCompte\": \"637100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"637100 - CONTRIB.SOCIALE SOLIDARITE\"\n            },\n            {\n                \"numeroCompte\": \"641100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"641100 - SALAIRES APPOINT.COM\"\n            },\n            {\n                \"numeroCompte\": \"641150\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"641150 - SALAIRES ADMINIS.&GE\"\n            },\n            {\n                \"numeroCompte\": \"641200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"641200 - CONGES PAYES\"\n            },\n            {\n                \"numeroCompte\": \"641400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"641400 - INDEM.ET AVANTAGES DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"644000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"644000 - REMUNER.TRAVAIL EXPLOITANT\"\n            },\n            {\n                \"numeroCompte\": \"645100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"645100 - COTISATIONS A L URSSAF\"\n            },\n            {\n                \"numeroCompte\": \"645310\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"645310 - COTIS.RETRAITE (CADRES)\"\n            },\n            {\n                \"numeroCompte\": \"645320\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"645320 - COTIS.RETRAITE(SALARIES)\"\n            },\n            {\n                \"numeroCompte\": \"645400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"645400 - COTIS. AUX ASSEDIC\"\n            },\n            {\n                \"numeroCompte\": \"646000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"646000 - COTIS.SOC.PERS.EXPLOITANT\"\n            },\n            {\n                \"numeroCompte\": \"647000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"647000 - AUTRES CHARGES SOCIALES\"\n            },\n            {\n                \"numeroCompte\": \"648000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"648000 - AUTRES CHARGES DE PERSONNEL\"\n            },\n            {\n                \"numeroCompte\": \"654000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"654000 - PERTES S/CREANCES IR\"\n            },\n            {\n                \"numeroCompte\": \"655000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"655000 - QUOTES-PARTS RESULT.\"\n            },\n            {\n                \"numeroCompte\": \"658000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"658000 - CHARGES DIV.GEST.COU\"\n            },\n            {\n                \"numeroCompte\": \"661160\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"661160 - INTERETS EMPRUNTS &DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"661500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"661500 - INTERETS COMPTES COURANTS\"\n            },\n            {\n                \"numeroCompte\": \"661600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"661600 - INTERETS BANCAIRES &\"\n            },\n            {\n                \"numeroCompte\": \"661800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"661800 - INTERETS AUTRES DETTES\"\n            },\n            {\n                \"numeroCompte\": \"665000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"665000 - ESCOMPTES ACCORDES\"\n            },\n            {\n                \"numeroCompte\": \"666000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"666000 - PERTES DE CHANGE\"\n            },\n            {\n                \"numeroCompte\": \"667000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"667000 - CHARGES S/CESS.VAL.P\"\n            },\n            {\n                \"numeroCompte\": \"668000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"668000 - AUTRES CHARGES FINANCIERES\"\n            },\n            {\n                \"numeroCompte\": \"671200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"671200 - PENALITES ET AMENDES\"\n            },\n            {\n                \"numeroCompte\": \"671400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"671400 - CREANCES DEV.IRRE.DS\"\n            },\n            {\n                \"numeroCompte\": \"671500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"671500 - CHARGES EXCEPT.SUBV.\"\n            },\n            {\n                \"numeroCompte\": \"671700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"671700 - RAPPELS D IMPOTS NON\"\n            },\n            {\n                \"numeroCompte\": \"671800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"671800 - AUTRES CHAR.EXCEP.GE\"\n            },\n            {\n                \"numeroCompte\": \"672000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"672000 - CHARGES DIV.COUR.S/E\"\n            },\n            {\n                \"numeroCompte\": \"675000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"675000 - VAL.NET.COMPT.ELEM.CEDES\"\n            },\n            {\n                \"numeroCompte\": \"678800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"678800 - CHARGES EXCEP.DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"681110\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681110 - DOT.AMORT.IMMO.INCOR\"\n            },\n            {\n                \"numeroCompte\": \"681120\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681120 - DOT.AMORT.IMMO.CORPO\"\n            },\n            {\n                \"numeroCompte\": \"681200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681200 - DOT.AMORT.CHARGE.EX.\"\n            },\n            {\n                \"numeroCompte\": \"681500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681500 - DOT.PROV.CHAR.EX.(CO\"\n            },\n            {\n                \"numeroCompte\": \"681610\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681610 - DOT.PROV.DEPRE.IMMO.INCORP.\"\n            },\n            {\n                \"numeroCompte\": \"681620\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681620 - DOT.PROV.DEPRE.IMMO.CORP.\"\n            },\n            {\n                \"numeroCompte\": \"681730\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681730 - DOT.PROV.STOCKS &EN-COURS\"\n            },\n            {\n                \"numeroCompte\": \"681740\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"681740 - DOT.PROV.DEPRE.CREANCES\"\n            },\n            {\n                \"numeroCompte\": \"686500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"686500 - DOT.PROV.RISQUE (CHARGES FINANCIERES)\"\n            },\n            {\n                \"numeroCompte\": \"686620\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"686620 - DOT.PROV.IMMO.FINANCIERES\"\n            },\n            {\n                \"numeroCompte\": \"686650\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"686650 - DOT.PROV.VAL.PLACEMENT\"\n            },\n            {\n                \"numeroCompte\": \"687250\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"687250 - DOT.AMORT.DEROGATOIRE\"\n            },\n            {\n                \"numeroCompte\": \"687300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"687300 - DOT.PROV.REGLEMENTEE\"\n            },\n            {\n                \"numeroCompte\": \"687400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"687400 - DOT.AUTRES PROV.REGL\"\n            },\n            {\n                \"numeroCompte\": \"687500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"687500 - DOT.PROV.RISQ.& CHARGES\"\n            },\n            {\n                \"numeroCompte\": \"687600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"687600 - DOT.PROV.DEPREC.EXCEPT.\"\n            },\n            {\n                \"numeroCompte\": \"695000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"695000 - IMPOTS S/LES BENEFICES\"\n            },\n            {\n                \"numeroCompte\": \"697000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"697000 - IMP.FORFAIT.ANNUELLE\"\n            },\n            {\n                \"numeroCompte\": \"701000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"701000 - VENTES DE PRODUITS FINIS\"\n            },\n            {\n                \"numeroCompte\": \"701900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"701900 - VENTES PROD.FINIS  EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"702000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"702000 - VENTES PROD.INTERMED\"\n            },\n            {\n                \"numeroCompte\": \"702900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"702900 - VENTES PROD.INTERM.EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"704000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"704000 - VENTES DE TRAVAUX\"\n            },\n            {\n                \"numeroCompte\": \"704900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"704900 - VENTES DE TRAVAUX  EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"705000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"705000 - ETUDES\"\n            },\n            {\n                \"numeroCompte\": \"705900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"705900 - ETUDES             EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"706000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"706000 - PRESTATIONS DE SERVICES\"\n            },\n            {\n                \"numeroCompte\": \"706100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"706100 - Prestations de services 20%\"\n            },\n            {\n                \"numeroCompte\": \"706900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"706900 - PREST.DE SERVICES  EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"707000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"707000 - VENTES DE MARCHANDISES\"\n            },\n            {\n                \"numeroCompte\": \"707080\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"707080 - RETROCES.A PRIX COUT\"\n            },\n            {\n                \"numeroCompte\": \"707900\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"707900 - VENTES DE MARCH.  EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"708200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708200 - COMMISSIONS & COURTA\"\n            },\n            {\n                \"numeroCompte\": \"708290\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708290 - COMMISSIONS & COURTA EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"708500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708500 - PORTS &FRAIS FACTURE\"\n            },\n            {\n                \"numeroCompte\": \"708590\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708590 - PORTS &FRAIS FACTURE EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"708800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708800 - AUTRES PROD.ACTI.ANN\"\n            },\n            {\n                \"numeroCompte\": \"708890\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"708890 - AUTRES PROD.ACTI.ANN EXPORT\"\n            },\n            {\n                \"numeroCompte\": \"709100\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709100 - RRR S/PROD.FINIS (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709190\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709190 - RRR S/PROD.FINIS (EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709200\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709200 - RRR S/PROD.INTERM(FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709290\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709290 - RRR S/PROD.INTERM(EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709400 - RRR S/TRAVAUX (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709490\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709490 - RRR S/TRAVAUX (EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709500 - RRR S/ETUDES   (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709590\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709590 - RRR S/ETUDES  (EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709600 - RRR S/PREST.SERV. (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709690\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709690 - RRR S/PREST.SERV.(EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709700\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709700 - RRR S/MARCHANDISES  (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709790\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709790 - RRR S/MARCHANDISES(EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"709800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709800 - RRR S/PROD.ACTIVIT.A  (FRANCE)\"\n            },\n            {\n                \"numeroCompte\": \"709890\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"709890 - RRR S/PROD.ACTIVIT.A(EXPORT)\"\n            },\n            {\n                \"numeroCompte\": \"713300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"713300 - VARIAT.EN-COURS PROD BIENS\"\n            },\n            {\n                \"numeroCompte\": \"713400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"713400 - VARIAT.EN-COURS PROD SERVICES\"\n            },\n            {\n                \"numeroCompte\": \"713500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"713500 - VARIAT.STOCKS PROD.FINIS\"\n            },\n            {\n                \"numeroCompte\": \"720000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"720000 - PRODUCTION IMMOBILISEE\"\n            },\n            {\n                \"numeroCompte\": \"730000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"730000 - PROD.NETS PARTIEL.OP\"\n            },\n            {\n                \"numeroCompte\": \"740000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"740000 - SUBVENTIONS D EXPLOITATION\"\n            },\n            {\n                \"numeroCompte\": \"755000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"755000 - QUOTES-PARTS RESULT.\"\n            },\n            {\n                \"numeroCompte\": \"758000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"758000 - PRODUITS DIV.GESTION\"\n            },\n            {\n                \"numeroCompte\": \"764000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"764000 - REV.DES VALEURS DE PLACEMENT\"\n            },\n            {\n                \"numeroCompte\": \"765000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"765000 - ESCOMPTES OBTENUS\"\n            },\n            {\n                \"numeroCompte\": \"766000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"766000 - GAINS DE CHANGE\"\n            },\n            {\n                \"numeroCompte\": \"767000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"767000 - PRODUIT S/CESS.VAL.P\"\n            },\n            {\n                \"numeroCompte\": \"768000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"768000 - AUTRES PROD.FINANCIERS\"\n            },\n            {\n                \"numeroCompte\": \"771400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"771400 - RENTREES S/CREAN.AMO\"\n            },\n            {\n                \"numeroCompte\": \"771800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"771800 - AUTRES PROD.EXCEP.GE\"\n            },\n            {\n                \"numeroCompte\": \"772000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"772000 - PROD.DIV.COUR.S/EX.ANTERIEUR\"\n            },\n            {\n                \"numeroCompte\": \"775000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"775000 - PRODUITS CESS ELEM.CEDES\"\n            },\n            {\n                \"numeroCompte\": \"777000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"777000 - QUOTE-PART SUBVENT.INVESTISSEMENT\"\n            },\n            {\n                \"numeroCompte\": \"778800\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"778800 - PRODUITS EXCEPT.DIVERS\"\n            },\n            {\n                \"numeroCompte\": \"781110\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781110 - REP/AMORT.IMMOB.INCORP\"\n            },\n            {\n                \"numeroCompte\": \"781120\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781120 - REP/AMORT.IMMOB.CORP\"\n            },\n            {\n                \"numeroCompte\": \"781500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781500 - REP/PROV. RISQ.& CH.\"\n            },\n            {\n                \"numeroCompte\": \"781610\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781610 - REP/PROV.DEPREC.IMMO INCORP\"\n            },\n            {\n                \"numeroCompte\": \"781620\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781620 - REP/PROV.DEPREC.IMMO CORP\"\n            },\n            {\n                \"numeroCompte\": \"781730\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781730 - REP/PROV.DEPREC.STOCKS ET EN COURS\"\n            },\n            {\n                \"numeroCompte\": \"781740\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"781740 - REP/PROV.DEPREC.CREANCES\"\n            },\n            {\n                \"numeroCompte\": \"786500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"786500 - REP.PROV.RISQUE (CHARGES FINANCIERES)\"\n            },\n            {\n                \"numeroCompte\": \"786620\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"786620 - REP.PROV.IMMO.FINANCIERES\"\n            },\n            {\n                \"numeroCompte\": \"786650\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"786650 - REP.PROV.VAL.PLACEMENT\"\n            },\n            {\n                \"numeroCompte\": \"787250\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787250 - REP/PROV.REG.AMORT.DEROG\"\n            },\n            {\n                \"numeroCompte\": \"787260\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787260 - REP/PROV.REG.SPECIAL\"\n            },\n            {\n                \"numeroCompte\": \"787270\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787270 - REP/PROV.REG.PL-VAL.\"\n            },\n            {\n                \"numeroCompte\": \"787300\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787300 - REP/PROV.REGLEM.(STOCKS)\"\n            },\n            {\n                \"numeroCompte\": \"787400\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787400 - REP/AUTRES PROV.REGL\"\n            },\n            {\n                \"numeroCompte\": \"787500\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787500 - REP/PROV.RISQ.& CH.EXCEPT\"\n            },\n            {\n                \"numeroCompte\": \"787600\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"787600 - REP/PROV.DEPRECIATION\"\n            },\n            {\n                \"numeroCompte\": \"791000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"791000 - TRANSF.CHARGES D EXP\"\n            },\n            {\n                \"numeroCompte\": \"796000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"796000 - TRANSF.CHARGES FINANCIERES\"\n            },\n            {\n                \"numeroCompte\": \"797000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"797000 - TRANF.CHARGES EXCEPT\"\n            },\n            {\n                \"numeroCompte\": \"880000\",\n                \"classification\": \"YZ_ENTRY\",\n                \"intituleCompte\": \"880000 - Resultat instance affectation\"\n            }\n        ],\n        \"costCenterTab\": [\n            {\n                \"codeSectionAnalytique\": \"ATTENTE\",\n                \"intituleSection\": \"Waiting section\",\n                \"intituleAxe\": \"EQUIPE\"\n            },\n            {\n                \"codeSectionAnalytique\": \"BOB\",\n                \"intituleSection\": \"BOB TEAM\",\n                \"intituleAxe\": \"EQUIPE\"\n            }\n        ],\n        \"taxTab\": [\n            {\n                \"codeProfil\": \"01-41-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 01 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"01-41-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 01 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"02-42-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 02 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445711\"\n            },\n            {\n                \"codeProfil\": \"02-42-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 02 - TVA COLLECTEE\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445711\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"03-43-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 03 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"03-43-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 03 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"04-44-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 04 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445711\"\n            },\n            {\n                \"codeProfil\": \"04-44-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 04 - TVA COLLECTEE\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445711\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"05-45-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 05 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445713\"\n            },\n            {\n                \"codeProfil\": \"05-45-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 05 - TVA COLLECTEE\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445713\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"06-46-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 06 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445713\"\n            },\n            {\n                \"codeProfil\": \"06-46-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 06 - TVA COLLECTEE\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445713\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"07-47-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 07 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445714\"\n            },\n            {\n                \"codeProfil\": \"07-47-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 07 - TVA COLLECTEE\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445714\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"08-48-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 08 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445714\"\n            },\n            {\n                \"codeProfil\": \"08-48-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 08 - TVA COLLECTEE\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445714\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"09-49-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 09 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445715\"\n            },\n            {\n                \"codeProfil\": \"09-49-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 09 - TVA COLLECTEE\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445715\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"10-50-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 10 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445715\"\n            },\n            {\n                \"codeProfil\": \"10-50-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 10 - TVA COLLECTEE\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445715\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"11-51-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 11 - TVA DEDUCT.S/IMMO.\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445620\",\n                \"compteCredit\": \"445710\"\n            },\n            {\n                \"codeProfil\": \"11-51-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 11 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445710\",\n                \"compteCredit\": \"445620\"\n            },\n            {\n                \"codeProfil\": \"12-52-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 12 - TVA DEDUCT.S/IMMO.\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445620\",\n                \"compteCredit\": \"445710\"\n            },\n            {\n                \"codeProfil\": \"12-52-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 12 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445710\",\n                \"compteCredit\": \"445620\"\n            },\n            {\n                \"codeProfil\": \"13-53-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 13 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"0.9\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445715\"\n            },\n            {\n                \"codeProfil\": \"13-53-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 13 - TVA COLLECTEE\",\n                \"tauxTVA\": \"0.9\",\n                \"compteDebit\": \"445715\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"14-54-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 14 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"0.9\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445715\"\n            },\n            {\n                \"codeProfil\": \"14-54-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 14 - TVA COLLECTEE\",\n                \"tauxTVA\": \"0.9\",\n                \"compteDebit\": \"445715\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"15-55-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 15 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445716\"\n            },\n            {\n                \"codeProfil\": \"15-55-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 15 - TVA COLLECTEE\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445716\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"16-56-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 16 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445716\"\n            },\n            {\n                \"codeProfil\": \"16-56-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 16 - TVA COLLECTEE\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445716\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"17-57-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 17 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"1.75\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445717\"\n            },\n            {\n                \"codeProfil\": \"17-57-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 17 - TVA COLLECTEE\",\n                \"tauxTVA\": \"1.75\",\n                \"compteDebit\": \"445717\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"18-58-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 18 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"1.75\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445717\"\n            },\n            {\n                \"codeProfil\": \"18-58-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 18 - TVA COLLECTEE\",\n                \"tauxTVA\": \"1.75\",\n                \"compteDebit\": \"445717\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"21-61-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 21 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445200\"\n            },\n            {\n                \"codeProfil\": \"21-61-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 21 - Libellé compte\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445200\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"22-62-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 22 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445200\"\n            },\n            {\n                \"codeProfil\": \"22-62-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 22 - Libellé compte\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445200\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"23-63-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 23 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445700\"\n            },\n            {\n                \"codeProfil\": \"23-63-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 23 - Libellé compte\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445700\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"24-64-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 24 - TVA DEDUCT.S/IMMO.\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445620\",\n                \"compteCredit\": \"445700\"\n            },\n            {\n                \"codeProfil\": \"24-64-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 24 - Libellé compte\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445700\",\n                \"compteCredit\": \"445620\"\n            },\n            {\n                \"codeProfil\": \"32-144-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 32 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"32-144-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 32 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"33-145-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 33 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"33-145-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 33 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"37-149-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 37 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"37-149-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 37 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"38-150-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 38 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"38-150-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 38 - TVA COLLECTEE\",\n                \"tauxTVA\": \"10\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"39-151-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 39 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"39-151-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 39 - TVA COLLECTEE\",\n                \"tauxTVA\": \"8.5\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"40-152-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 40 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"40-152-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 40 - TVA COLLECTEE\",\n                \"tauxTVA\": \"5.5\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"41-153-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 41 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"41-153-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 41 - TVA COLLECTEE\",\n                \"tauxTVA\": \"2.1\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"42-154-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 42 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"42-154-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 42 - TVA COLLECTEE\",\n                \"tauxTVA\": \"1.05\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"43-155-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 43 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"43-155-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 43 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            },\n            {\n                \"codeProfil\": \"49-332-DED\",\n                \"type\": \"DED\",\n                \"intituleProfilTVA\": \"code 49 - TVA DEDUCT.S/ACHATS\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445660\",\n                \"compteCredit\": \"445712\"\n            },\n            {\n                \"codeProfil\": \"49-332-COLL\",\n                \"type\": \"COL\",\n                \"intituleProfilTVA\": \"code 49 - TVA COLLECTEE\",\n                \"tauxTVA\": \"20\",\n                \"compteDebit\": \"445712\",\n                \"compteCredit\": \"445660\"\n            }\n        ],\n        \"supplierTabs\": [\n            {\n                \"codeTiers\": \"401000\",\n                \"nomTiers\": \"401000 - FOURNISSEURS\"\n            },\n            {\n                \"codeTiers\": \"4010000000\",\n                \"nomTiers\": \"4010000000 - Libellé compte\"\n            },\n            {\n                \"codeTiers\": \"403000\",\n                \"nomTiers\": \"403000 - FRS EFFET A PAYER\"\n            },\n            {\n                \"codeTiers\": \"4041700000\",\n                \"nomTiers\": \"4041700000 - FOURNISSEURS IMMO.\"\n            },\n            {\n                \"codeTiers\": \"405000\",\n                \"nomTiers\": \"405000 - FOURN.IMMO.EFFETS A PAYER\"\n            },\n            {\n                \"codeTiers\": \"408100\",\n                \"nomTiers\": \"408100 - FOURNIS.FACT.NON PARVENUES\"\n            },\n            {\n                \"codeTiers\": \"408400\",\n                \"nomTiers\": \"408400 - FOURN.IMMO.FACT.NON.\"\n            },\n            {\n                \"codeTiers\": \"408800\",\n                \"nomTiers\": \"408800 - FOURNIS.INTERETS COURUS\"\n            },\n            {\n                \"codeTiers\": \"409100\",\n                \"nomTiers\": \"409100 - FOURN.ACPTES S/COMMA\"\n            },\n            {\n                \"codeTiers\": \"409600\",\n                \"nomTiers\": \"409600 - FRS EMBALLAGES A RENDRE\"\n            },\n            {\n                \"codeTiers\": \"409700\",\n                \"nomTiers\": \"409700 - FOURNISSEURS AUTR.AVOIRS\"\n            },\n            {\n                \"codeTiers\": \"409800\",\n                \"nomTiers\": \"409800 - FOURNIS.RRR A OBTENIR\"\n            }\n        ],\n        \"clientTabs\": [\n            {\n                \"codeTiers\": \"411000\",\n                \"nomTiers\": \"411000 - CLIENTS\"\n            },\n            {\n                \"codeTiers\": \"4110000000\",\n                \"nomTiers\": \"4110000000 - 0\"\n            },\n            {\n                \"codeTiers\": \"411test100\",\n                \"nomTiers\": \"411test100 - clienttest1\"\n            },\n            {\n                \"codeTiers\": \"413000\",\n                \"nomTiers\": \"413000 - CLIENTS EFFETS A RECEVOIR\"\n            },\n            {\n                \"codeTiers\": \"416000\",\n                \"nomTiers\": \"416000 - CLIENTS DOUTEUX OU LITIGIEUX\"\n            },\n            {\n                \"codeTiers\": \"418100\",\n                \"nomTiers\": \"418100 - CLIENTS FACT. A ETABLIR\"\n            },\n            {\n                \"codeTiers\": \"418800\",\n                \"nomTiers\": \"418800 - CLIENTS INTERETS COURUS\"\n            },\n            {\n                \"codeTiers\": \"419100\",\n                \"nomTiers\": \"419100 - CLIENTS ACPTES S/COM\"\n            },\n            {\n                \"codeTiers\": \"419600\",\n                \"nomTiers\": \"419600 - CLIENTS EMBAL.CONSIG\"\n            },\n            {\n                \"codeTiers\": \"419700\",\n                \"nomTiers\": \"419700 - CLIENTS AUTRES AVOIR\"\n            },\n            {\n                \"codeTiers\": \"419800\",\n                \"nomTiers\": \"419800 - CLIENTS RRR&AV.A ACC\"\n            }\n        ]\n    }\n}"}],"_postman_id":"15125947-e632-4bb5-acad-339452b4d017"},{"name":"EDI","id":"3c083644-156a-4a92-888b-ca056a14ed49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/accounting/export/edi?exerciceId=13059&accountingFolderId=1728","description":"<p>Endpoint returning a stream (binary) of one fiscal EDI file.</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounting","export","edi"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>exercice id</p>\n","type":"text/plain"},"key":"exerciceId","value":"13059"},{"description":{"content":"<p>accounting folder id ( only for FIRM token )</p>\n","type":"text/plain"},"key":"accountingFolderId","value":"1728"}],"variable":[]}},"response":[],"_postman_id":"3c083644-156a-4a92-888b-ca056a14ed49"}],"id":"33efc149-fa8a-4705-969c-76d50c00da54","_postman_id":"33efc149-fa8a-4705-969c-76d50c00da54","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Import (Entries & Documents)","item":[{"name":"JSON Format (Direct integration)","id":"5c80f125-9c3e-42b0-af62-ea1619631c01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.myunisoft.fr/api/v1/entry?type=e","description":"<p>📢 Create an accounting entry. Please check the entry/temp route for an example of payload to send in the body of the request.</p>\n<blockquote>\n<p>👀 Complete documentation with TypeScript interface and JSON Schema <a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/docs/entry_json.md\">here</a>.</p>\n</blockquote>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","entry"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>E = ecriture ,<br />O = ocr </p>\n","type":"text/plain"},"key":"type","value":"e"}],"variable":[]}},"response":[],"_postman_id":"5c80f125-9c3e-42b0-af62-ea1619631c01"},{"name":"JSON Format (Waiting / To be validated)","event":[{"listen":"prerequest","script":{"id":"f4278ec2-433f-4e90-8099-aff2a930c6c1","exec":[""],"type":"text/javascript"}}],"id":"6c441642-0685-4e01-8f1d-2ad5ee8855a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"pj_list\": [\r\n    {\r\n      \"name\": \"Facture  1028.pdf\",\r\n      \"type\": \"application/pdf\",\r\n      \"content\": \"JVBERi0xLjUNCjQgMCBvYmoNCjw8L1R5cGUgL1BhZ2UvUGFyZW50IDMgMCBSL0NvbnRlbnRzIDUgMCBSL01lZGlhQm94IFswIDAgNTk1IDg0MV0vUmVzb3VyY2VzPDwvRm9udDw8L0ZBQUFBSCA3IDAgUi9GQUFBQUogOSAwIFIvRkFBQUJCIDExIDAgUi9GQUFBQkUgMTQgMCBSPj4vWE9iamVjdDw8L1gxIDE2IDAgUj4+Pj4vR3JvdXAgPDwvVHlwZS9Hcm91cC9TL1RyYW5zcGFyZW5jeS9DUy9EZXZpY2VSR0I+Pj4+DQplbmRvYmoNCjUgMCBvYmoNCjw8L0xlbmd0aCAxNyAwIFIvRmlsdGVyIC9GbGF0ZURlY29kZT4+c3RyZWFtDQp4nO1c3XITyRV+lc7FVryp0PT/D1cRxizeIgZkQUixKUprBKsqyWZleXdzl2fIk+Q6V7nlUXiLnNMzmunumZE0smxgC/Nj6cyoT5+vT5+/PiNOGPy5w+E/pzg5m5OfCQ80TrjDv0C6A78YmRNtLfyehd9cUms9/FgJFLwjpfxE/kbOybN0OGs0lUIwwVXnwFZTYx1jXJXjJoRi2J9xxvB3ToSjXjP4sQYJs4QgDHXe4WsRxsoIq7FWE5ScaiKpUyiEx/k9SwQQth6aFdMndxi1GiVginK8Zla0WULrORWWzuP+iNx9OICfR8SR0dvyNhhFUc8N3OQEsdQ4HE+Q0RwuviOvDo6eDx+T8RU5G7+fLsczcnlxNoVfbyaEw+cZ+zNj5Nt/kNH35ejfF6O/OvhXTH20ohJyh5CT/5Dh4Wn493QwPD4lXEj4q7RZXT6dLiZLwjkXQkgpFf6srgHr0YsBuUceDpmvbglXC5aVZNxrKhAgxTWoDrWco5wepXt18HBwOHo+PCIn/yUgi3A4wtPxOxDsLi8GOhplq6dheRlA6kBJ6+W7LR1iVDPuDXOcfAdvhCa/pvpEuQh6lMwyEGfkNBGEEaHrKQQO9cU7miockgV1FVbDLJgt9vVKXm1BQX3JIwicUKQtBA2/G/IZ1G2WswWyD1y1BIVYd1WoFSipTEbCbA3c5F3+cUasohIHkEw3tyWYCGlSywX/qESbgdthDUIgC7JkKgUI1gCEDMgUL52GlUDLFpYDLqSEHKSaA2tOV7IKwUoBlaVSl8YjKGBE2Ip3w1CpSn87ZORGUNxR3vhS1ITCDRXIxOvCDGeEguvKLN2/jwYltkuMeGpYGMzgjgWjtAhGCVTfacuVBP1nsBVeHZyOz9/8ePEbObyYvx+f//P1w+FrEW3hZFF1PYc+wsB+1rgRvCpVOyWkwoC92yBMYVy1I8OrCVq02R8HP/74kXy3+PjuAmxfNflk6pFzLAx65/CvDiwsngF7tpheJsYsRUPB0oZt5UUvNOBzUhXbsUAjJeyGBsNhIIQgAm7z14fg7eL15Xj+fjZ5fVboxV/m4+lsej5eXizoWeYrwCJKKh1+XpYO4mKeIbelCbjRXRqj4VR9vSXSsFXkkMwBPkLdyhIWSxtT9mmnFEMvU0D6qeagpaIWLwqRAQFeWLDEZ0eE608h3WkOXL4zuD980zc5R4WRwZi0XAS9Vhzjs5ZPenD1POh8Zs7WBiSgFxT9tHeylC6jNCPv1sCV51Erz0LWrRl1seqUby1bCaYq2GZXck0JDfMkcvPEPRXB2Eke7BOEDhAsSS8xCDPKMu3hNmpl+NFk8a4OKDscD0QB1RS2l8R4iFphXwhZho4poYavC0CIq8FPId7GZCY+MhDFFowIRlGHCmlk6btTwqZl4/CGI1fLZcoVtJnpeOPHBK7ShDAjbIoYhIJwv/RmW8cOURrQunKwN6v5JYp/fUkiQ1nYPlD1gkdf14n5S0fO0nCat7MWhu+wFg8Go/bt82UsgrvL3F3BBFsTccHGqMLGW1sMMH8Skx/u5PaL8eHw0YfByeHvfUEUryPXPS/IJwesGbbelmuIEdaOWlFEYC2ZtzUdYSosjItD5Ziwi3sCr1rj2umfuFR5ZBpTMIUNZRkR5bQ1IRdeFEWL9sg0JKNytWC9ZtFPLVpm0UcrbmGpkkBJUFNIylsqH4A3TrUZzXMHS6qKXKOYRETYQV+kUlXuskZdtMdCXMGweL2Viuyl7DF4MDw6PT0iD45IEcUMRsdPTroLHx261hThRtL75eRyyUn4//q5/eR8uZi8X0wvJ+mAa53trop/k0qX1C9hiRFlblxc9d2QewyxGKyDUgAD5koGmFjI2GhXV4pi8NYZ162kMAkMur4eef37R0RmaiYQmyJtDlmaVR4r5CLoGyFryjctmfOtZLrJDHx9vaVssdNRw04JN+a7cJOHm3SzxMC9WFNW515So0Frjc+CiPVHIp56aSMPlhL2VX/Ykk2nSfCaghuCu4sdWQtnReafY0Lv4NDy+sOJcLAVig0HBiywiQm92XBpqCxdWhqDsvpspIhBI0JvNgJcjQnG2mfiIEgqFicm9OcDtla3bpH98pHgFFth2y8bBTte3Chga0oBX/X5qz5/Ifrc9F25B7oFn5FEma6+vi8/voPjgokIAbsJ3JUWLecIAuJbb+M8PLkqAUWM7uwq7UqvquQqhqXOCKs0x1jUc2mF1vhKaYxWFVbE8cMgpsd2BuzMKV4JzGMxyg2leJa9/4m8/VPgXaEE0Ue5iYuX2LhQ34/I6HSAlmaKvHrk83K/KtJVJt325X7IuI5fHI8+ZHXXLYBZQTKHrSiilHqWvE+BaQOvAqtSeF9JW1lcnlvciNATS19nkOsRBU2zDoNr7XfDdvRi0B/WFMw5ATkgoQtVzwLdhJBC2Q18A+SUTQS18nXLRIA6JvSG2m5SW44FgaKwsBvIz3bR3YBhbc9AalCo+ox3lrxPkUw+ugHkjE2s0FiKSBQ6IvRGWYUmK8c3KTQYcY0hjTbEUaOwnsbt9lA/HR6/zLvTGOSfphgZ1aksbDw/OR4NjpNTxG1XJlkIcHK6WBD8nS1E5xI11yEZNFoG7yhL7EpM6LkMKuzKLewKN1QVTPRuKv/XJyejwcmo86gsRiNNZhtuCNSAlexX/UARoaOnL1jetB+zqwJYi7amAvhocrWYXLZWvwJHjFxXI21xgBLBGUooD45OD0lXM2RvZ9MPsWhvtuLWlAG2kgn9G061SiPYNx2i7GjS+wpUec9tBZJUmnJabQLJDnF2NZ595QkdEj0WiFvKAgbGt8qjsZu4S6bdDFE/kVTVxbOlRJJRFWZlbatEvClSanBA8RTDZEzKrwanNDjiq8H5TA1Olyv4Ug0O//IMjqEM49BVJ8dmibJmQog60d5Y90WYm9PJ4pfp2U0bnC4/+tXg3LTBgQ1qsSTFlOkQ6HdmcbT+0iyOAMVZVYtbLQ6eMDaNTtb8qgQVSQ9QelWuu6oZqC7mfLLldFJq20Z0VGLpuOXpJhbq39ixz3mvI0urwTmWJdAAdErY15Hllmy6GHULt5arL7oW8Ow8ME3eN0vevLQRrEyTtS70SihVKo6glimhBcFT+vIl3Hr3JScPLppNeJQXFYDswF+kqqh5USnAYxxJWTgb8NHDiqQzsXe1POmKg6as/F54aTR1WGe3atW0kRA2QdH5lGW7+3k0mc0uyK8Xi9mbP3Q5IW1zJySUoSZeyZiwlQCNPhingxihw0UaMORag23VWRWEC5U/FRRTenWpbts2NHoyGjwmj0atIQD27FTssydMJC07luRqqhHlmlOFMEqV+t7eeUqEyYziVsewnw7gtOL+GSDs6ifT2mYN9qTbk65ps/6ECI8OPy+EN+qw5msx7uyc3oAxyMAUJjGrvriUsBvGp08ePzgi/yNPB38/Gu4X517zxXTHpCEhPniOumhCD2bopFJZ3qMw7RHOVInPCnxy9HzYmc6t9/vdzu9GXUvMODQ8ltfP2p6Ks4KCm8Fn8vsEK6J+MLtYj/h9V5tAN0A3GKclsqr6+r7aBHYIFmHfSnxuVKBpbWnoU9JREeGUXcVOYI9fpGHyHlDDSpDgBTcQ0OGS+FUXYkLomNcex06qBCpZ3diy8LwRALJKy0MgWlmW4YfDwdPj0fPHg9HxQ+y1zg+nb0MKhrYjtKD7tq8VaVzu4Cpt8sUo6fuunaMgMPYClEo527P5g1tZ9ADNVi8hQY6a4Vn2vtH+wWHXVM3pxWuwp1l/vVv3CIYUtSXfcLrIsSUY5HROEXyNDbFe9zjmHQ2ev+x/cFuBNIfJKlomwjyglhBSrFoBbRzgVoPH/g7yKK8S/xxTegKsN7cqoOmV2EKn+W7Alue2bbtvK4gzXNPD8RTBNYg3W0HSYWOrLXXWUJlQekPMtjwgx2etUN218rshfX9wepRmW5mdiRBJg76WnepL4XzPfZlFfKDC1XMTIJSNn8wuy4Tkm/ClQA+HHRPfZRusm32r0ue1QAaLgfO2ENi1z3tdErO7cl174hgXunWAt+S323jCG3BXSYhnqstnbU/7wJQ8YApT55K3hT4eDxMUHpC09EBqWE6I/PqWDVu+Cun6RcLWQbuG7Z54Xx6d1S2OcSdCr71rLXQ9/Xg+nk2XHy/xy24Wk+V48Yb8cLAcX/1GxufnV5PZD9+SeyScXpH6DCPRmNXDQBFT2K34NQ2W5afvwHAMrP49ucSvfllOyOScnI0D8/fj6WQ+OV8C3+X0bPr+Y9ezY6rBjwlqjcOnAPNS+KuD4/M3k/k5SEjeXizejqfL8XQBzC6uFuTtYjwt5T67uPplUbCvZ1TCEc/tHlHrv1atvZmgsdB717J0u+0tj9mozyCcUjToF1fV41JR5F5+8+D/Aa+s4VUNCmVuZHN0cmVhbQ0KZW5kb2JqDQoxNyAwIG9iag0KMzMwNiANCmVuZG9iag0KMSAwIG9iag0KPDwvQ3JlYXRvcij+/wBNAGkAYwByAG8AcwBvAGYAdAAgAE8AZgBmAGkAYwBlACAAVwBvAHIAZCkvUHJvZHVjZXIo/v8AQQBzAHAAbwBzAGUALgBXAG8AcgBkAHMAIABmAG8AcgAgAEoAYQB2AGEAIAAxADkALgA4KS9DcmVhdGlvbkRhdGUoRDoyMDE2MDUxOTEyMDYwMFopL01vZERhdGUoRDoyMDE5MDQxNzE2MTAwMFopPj4NCmVuZG9iag0KMiAwIG9iag0KPDwvVHlwZSAvQ2F0YWxvZy9QYWdlcyAzIDAgUi9MYW5nKGVuLVVTKT4+DQplbmRvYmoNCjMgMCBvYmoNCjw8L1R5cGUgL1BhZ2VzL0NvdW50IDEvS2lkc1s0IDAgUiBdPj4NCmVuZG9iag0KOSAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvQXJpYWxNVC9FbmNvZGluZyAvV2luQW5zaUVuY29kaW5nL0ZpcnN0Q2hhciAzMi9MYXN0Q2hhciAyNTUvV2lkdGhzIFsyNzggMjc4IDM1NSA1NTYgNTU2IDg4OSA2NjcgMTkxIDMzMyAzMzMgMzg5IDU4NCAyNzggMzMzIDI3OCAyNzggNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDI3OCAyNzggNTg0IDU4NCA1ODQgNTU2IDEwMTUgNjY3IDY2NyA3MjIgNzIyIDY2NyA2MTEgNzc4IDcyMiAyNzggNTAwIDY2NyA1NTYgODMzIDcyMiA3NzggNjY3IDc3OCA3MjIgNjY3IDYxMSA3MjIgNjY3IDk0NCA2NjcgNjY3IDYxMSAyNzggMjc4IDI3OCA0NjkgNTU2IDMzMyA1NTYgNTU2IDUwMCA1NTYgNTU2IDI3OCA1NTYgNTU2IDIyMiAyMjIgNTAwIDIyMiA4MzMgNTU2IDU1NiA1NTYgNTU2IDMzMyA1MDAgMjc4IDU1NiA1MDAgNzIyIDUwMCA1MDAgNTAwIDMzNCAyNjAgMzM0IDU4NCAwIDU1NiAwIDIyMiA1NTYgMzMzIDEwMDAgNTU2IDU1NiAzMzMgMTAwMCA2NjcgMzMzIDEwMDAgMCA2MTEgMCAwIDIyMiAyMjIgMzMzIDMzMyAzNTAgNTU2IDEwMDAgMzMzIDEwMDAgNTAwIDMzMyA5NDQgMCA1MDAgNjY3IDAgMzMzIDU1NiA1NTYgNTU2IDU1NiAyNjAgNTU2IDMzMyA3MzcgMzcwIDU1NiA1ODQgMCA3MzcgNTUyIDQwMCA1NDkgMzMzIDMzMyAzMzMgNTc2IDUzNyAzMzMgMzMzIDMzMyAzNjUgNTU2IDgzNCA4MzQgODM0IDYxMSA2NjcgNjY3IDY2NyA2NjcgNjY3IDY2NyAxMDAwIDcyMiA2NjcgNjY3IDY2NyA2NjcgMjc4IDI3OCAyNzggMjc4IDcyMiA3MjIgNzc4IDc3OCA3NzggNzc4IDc3OCA1ODQgNzc4IDcyMiA3MjIgNzIyIDcyMiA2NjcgNjY3IDYxMSA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA4ODkgNTAwIDU1NiA1NTYgNTU2IDU1NiAyNzggMjc4IDI3OCAyNzggNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDU0OSA2MTEgNTU2IDU1NiA1NTYgNTU2IDUwMCA1NTYgNTAwIF0vRm9udERlc2NyaXB0b3IgMTAgMCBSPj4NCmVuZG9iag0KMTAgMCBvYmoNCjw8L1R5cGUgL0ZvbnREZXNjcmlwdG9yL0ZvbnROYW1lIC9BcmlhbE1UL1N0ZW1WIDgwL0Rlc2NlbnQgLTIxMi9Bc2NlbnQgOTA1L0NhcEhlaWdodCA3MTYvRmxhZ3MgMzIvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTY2NSAtMzI1IDIwMDAgMTAwNl0+Pg0KZW5kb2JqDQoxNCAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvRkFBQUJFK0hlbHZldGljYS1Cb2xkL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcvRmlyc3RDaGFyIDMyL0xhc3RDaGFyIDY1L1dpZHRocyBbMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA3MjIgXS9Gb250RGVzY3JpcHRvciAxNSAwIFI+Pg0KZW5kb2JqDQoxNSAwIG9iag0KPDwvVHlwZSAvRm9udERlc2NyaXB0b3IvRm9udE5hbWUgL0ZBQUFCRStIZWx2ZXRpY2EtQm9sZC9TdGVtViA4MC9EZXNjZW50IC0yMzAvQXNjZW50IDc3MC9DYXBIZWlnaHQgMC9GbGFncyAyNjIxNzYvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTE3MCAtMjMyIDEwMDEgOTg0XS9Gb250RmlsZTIgMTMgMCBSPj4NCmVuZG9iag0KNyAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvRkFBQUFIK0hlbHZldGljYS1Ob3JtYWwvRW5jb2RpbmcgL1dpbkFuc2lFbmNvZGluZy9GaXJzdENoYXIgMzIvTGFzdENoYXIgMjMzL1dpZHRocyBbMjc2IDI3NiAwIDAgMCA4OTAgMCAyMjAgMzMxIDMzMSAwIDAgMjc2IDMzMSAyNzYgMjc2IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSAyNzYgMCAwIDAgMCAwIDEwMTYgNjY5IDY2OSA3MjQgNzI0IDY2OSA2MTQgNzgwIDcyNCAyNzYgMCAwIDU1OSA4MzUgNzI0IDc4MCA2NjkgNzgwIDcyNCA2NjkgNjE0IDcyNCA2NjkgMCA2NjkgNjY5IDAgMCAwIDAgMCA1NTkgMCA1NTkgNTU5IDUwNCA1NTkgNTU5IDI3NiA1NTkgMCAyMjAgMCAwIDIyMCA4MzUgNTU5IDU1OSA1NTkgMCAzMzEgNTA0IDI3NiA1NTkgNTA0IDcyNCA1MDQgNTA0IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIyMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTAwIDAgMCAwIDAgMCAwIDAgMCAwIDM2MiAwIDAgMCAwIDAgNjY5IDAgMCAwIDAgMCAwIDAgMCA2NjkgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTkgXS9Gb250RGVzY3JpcHRvciA4IDAgUj4+DQplbmRvYmoNCjggMCBvYmoNCjw8L1R5cGUgL0ZvbnREZXNjcmlwdG9yL0ZvbnROYW1lIC9GQUFBQUgrSGVsdmV0aWNhLU5vcm1hbC9TdGVtViA4MC9EZXNjZW50IC00MTcvQXNjZW50IDk2MS9DYXBIZWlnaHQgMC9GbGFncyAzMi9JdGFsaWNBbmdsZSAwL0ZvbnRCQm94IFstMzQgLTIyOCAxMDA4IDk2MV0vRm9udEZpbGUyIDYgMCBSPj4NCmVuZG9iag0KMTEgMCBvYmoNCjw8L1R5cGUgL0ZvbnQvU3VidHlwZSAvVHJ1ZVR5cGUvQmFzZUZvbnQgL0ZBQUFCQitIZWx2ZXRpY2EtTm9ybWFsLEJvbGQvRW5jb2RpbmcgL1dpbkFuc2lFbmNvZGluZy9GaXJzdENoYXIgMzIvTGFzdENoYXIgMjMzL1dpZHRocyBbMjc2IDI3NiAwIDAgMCA4OTAgMCAyMjAgMzMxIDMzMSAwIDAgMjc2IDMzMSAyNzYgMjc2IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSAyNzYgMCAwIDAgMCAwIDEwMTYgNjY5IDY2OSA3MjQgNzI0IDY2OSA2MTQgNzgwIDcyNCAyNzYgMCAwIDU1OSA4MzUgNzI0IDc4MCA2NjkgNzgwIDcyNCA2NjkgNjE0IDcyNCA2NjkgMCA2NjkgNjY5IDAgMCAwIDAgMCA1NTkgMCA1NTkgNTU5IDUwNCA1NTkgNTU5IDI3NiA1NTkgMCAyMjAgMCAwIDIyMCA4MzUgNTU5IDU1OSA1NTkgMCAzMzEgNTA0IDI3NiA1NTkgNTA0IDcyNCA1MDQgNTA0IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIyMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTAwIDAgMCAwIDAgMCAwIDAgMCAwIDM2MiAwIDAgMCAwIDAgNjY5IDAgMCAwIDAgMCAwIDAgMCA2NjkgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTkgXS9Gb250RGVzY3JpcHRvciAxMiAwIFI+Pg0KZW5kb2JqDQoxMiAwIG9iag0KPDwvVHlwZSAvRm9udERlc2NyaXB0b3IvRm9udE5hbWUgL0ZBQUFCQitIZWx2ZXRpY2EtTm9ybWFsLEJvbGQvU3RlbVYgODAvRGVzY2VudCAtNDE3L0FzY2VudCA5NjEvQ2FwSGVpZ2h0IDAvRmxhZ3MgMzIvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTM0IC0yMjggMTAwOCA5NjFdL0ZvbnRGaWxlMiA2IDAgUj4+DQplbmRvYmoNCjE2IDAgb2JqDQo8PC9UeXBlIC9YT2JqZWN0L1N1YnR5cGUgL0ltYWdlL1dpZHRoIDEwMTkvSGVpZ2h0IDUvQ29sb3JTcGFjZSAvRGV2aWNlUkdCL0JpdHNQZXJDb21wb25lbnQgOC9MZW5ndGggMTggMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJztyDENADAMAzDuZZQr8DocnezTuwAAAAAAwElJZqatMcYYY4wx5ssBAAAAAABueU5GWMkNCmVuZHN0cmVhbQ0KZW5kb2JqDQoxOCAwIG9iag0KNTMgDQplbmRvYmoNCjEzIDAgb2JqDQo8PC9MZW5ndGgxIDE5IDAgUi9MZW5ndGggMjAgMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJy9WH90FNW9/947Mzu7m6CbEGQDhJm4m99ZQsBHEtnCJuxCNJCGBDABaXfJTrIryWa7WfJIeVogWCBYak8rYo7vodV3avFpJwviItVSpUde1fdEjpVSK+pRi0UefR7EVzGZ972zQ7IBSv95583kzvfz/d7vr/u9d3buDRAAmASbgYOmb7ZUzJmROzkLJe9ia2zvDkRhA8wHIOXI39beF5c7aot/ibwfgNvYEe3sXrBzcDIAfwr5ks6u/o7g6b4tAGYedbaGlEBw7vzIawCWHWg/L4SCzBP875E/irwz1B3fOOlV+A/kP0I+s6unPYB+7kH+L8jbugMbo+bF3J0AVmRBjgS6lbdCn21EXsYYz0Z7euNaBygA2W+y/mhMiSrLm3+IPNpzR1AH6C9BABAeEeZiRs4U5fZBB82Gv3fJIF+mppLREgBTCXlHlxGsE6tYJvBQjNSElABF3VpN022Qah9qR3UtvISjkCW8DC7hYcjj6yAPQDuN7Q+MjrZoF4Q3waqNaOe529D5rayduUxy4BcgwvNwH3p/C/YTCzjgPJkDvyd5pBROwSj8AT6EabALHsOnD86SS2CBT0kx6syDrfAvsE+LQhQW4n2WCDAFquFTbZN2XPsr1MEgHCMimUzytMNQAdvxHoJHSSZdpw2DHZbCP+Jq2Ar/Dqe1hPZn9D8PPiZZpIKfr/0RRyqgpAZ2wn54nuQTBykla7SPUW7HHO+G/doyrQ/tLqBWBTTCJoz2AZFIISkjQ+Q97ry2WduNY5uBfSuhHe9u2AJ74VF4Rtdax88QpqB/LzRg3254Hc7C5wRICakjG+nb3J+5v/Dz+SHtGOaxEuP5YR/hsCpOspIESZQ8Qw6SV8glWkUDXA33Nh/lH8fcVsIOeBxehFfhJPwRzsF5+ApGCI85LSDfJJvIP6Pdh3QuXUvvpQ/Q0/QCV8m9x4v8LuF+4YjGa29rX2HOM6EU34UlsBxacc0p0AERfDu+B9uICA/DMLyC2Z6BM8RKbKSCVJIlZAVZQ9aTfvgReZK8QN4lH5FPyKeY3WQqUQetoH0YbyvdSZ+hCXqYnueyuDh3L3eUe4+7xE/h1/JH8T4juIS4aYapQVw++pPRM5pLe1Abwnm5BW8nlIALFhAeq9gN23Amd2LNHoUn4Wl4FhKQ0C6TGjgGJzCvD+ACfIkzNgPvfDKHVJMmshwz7CLd5HtkL2a4nxzCLI+QI/AOeYdcxnsUcqmFuugaGqD9eA/BXnpSr08ml88Vcy6ugWvR/pt7hhvmPucL+NX8d/hN/CC/l98nzBC+IdwlrBaiwkPCIeE14XfCBeGiKc+03fSk6aDppGgWbxP3iqPkVsxFJgVwEF7CVbeHiyLvhEVkG87qKngdV+95+A1chr/CUfgZyYNRjs1mofY4JLUdOJsvwnPcP4EbfkR/TO/UFnJPcRYyR/vSU1pSXFRY4HTcmi9LM/NmTJ+Wa596y5ScydlZtptvmpSZYbWYRZPAc5RAuc+x2C+rhX6VL3TU17sY7wigIJAm8KsyihZP1FFlv64mT9T0oGbHVZqelKZnTJPYZDe4XeWyzyGrb3gdcpKsXt6K+AdeR5usntfxMh0/qONJiPPz0UD22UNeWSV+2acu7gsN+vxedHfYgz83Vlc5HAbwQAZzrMKiwL0hOxKm4VOnObw+Ndfh1fu4Al8gqDYtb/V5p+fnt7nKVbKo3bFOBUedenOZYc7sZFRtbsXYrvIwyx92ZQYdwV1JD6zzMxS4u1XlAm0q9bMYWWXqVIdXnfrdj+3j7BXkeyCtU6UFiwPK4GIsza76FOtnXOAB5BpaZHRL729rVcn9bakk9NxTo1AcPibx3yOrFkedIzR4jx9rDk2tiWmeaT6H39umQnNrIteTqzOu8sP2++bnY1EOu2pdtYzOz7ffl6J/GkjJ3zqaoesdex9pQ/NYXQiL5LgD01Tldpn5dWCu1eyhVMNgezWq4dVGcJRhzGeRSnEpcQWqUHBHQN3cYqQRCHmN5O7xJiy509gY/HVtqO8ftN2OYVDf5pAHvwCcWcf5zyZKAobEVGD7Ahhk8z+2hLD/Cu7TC8PC2R0hNn19PoN32H1pAuRR6HWxjxTFLwDg+/oyft1EWODJF0x5+F7wYh4HVoHP4zg6zWIS8wjkmi3787vc9rKyxovuZSPuRtsl9zLbiBsWukfcrFXOnpuVn1WEbYh/Ivn1G8LLXy1I8s2Xn8XPLuA3TngKo1D8oGfAu571IUqKhGJrtanKUm8KWTdad/A7TEPcQ/xe037uX/mnTEmStB4nx62nuFPWKUQ0mSiYLRZ8WIko0ByrtSAb2RxBKMjGPtFcip9das3A19pksXKCOWPS1KnTMqy8SUiSnISFo0gOWXMzlQ0xe1lfo+2ifdlITQ3+ZdXkNvoU7yf2Clg41b1sodudXVNTgQMSts8qu9fWsLxV5Y9OV/ljbdtn2Q0BhwLuWFsWauLfdpvbLWKrnE3WwlqSn4E/s/n4M5lPaAXpSz5N7qbW0cS3Rz7oGH2JvoC/ql6y/KsFpGL0BFYE9P0Ctu2PzPR++2b3F2zvwq6fFs3azOgTv36HG31itMBMxfdRz4KNGDsSSO1RzID9/2amV3YeYxcnvApD2G6jNWOyDrY/0xvTxr0fzvsa3M1QsOFdBSCepQ8gz3qr8Hf/is9G6ByLazGyZuuH7VNSmMM9znMG5uEmPVN9IwQcf5+BTSifamAR5kCBMXrm53cGZranDSziXuKsjinTIVMNjDpkuoFFcJMSYzQULEQxMA+TScTAIswmW3TMow5Hhg3MwyRy0MAi3E5+rWNB17lsYKYzamAR5tEMHbOKibTWwDxk0XoDYyzapmOR+aE7DYx5YmUZNrM86XEDY570hI4tus+PDMx8ntOxlfmBuwyM+cBqSO3eKZi4zwzMg437XF8dGWy+uEID4zvDZRqYh2wuR69xJlsL3PcNjBXl4gbG2nIbdSwxHd5uYIzFUwNjLN6MWEjlRr82MOZGNbZT5tkaeZTfamAC2cJMA2M+wmwDc3C7UG1gHmYIMQMLYBJ2G9iE8p8YWISgoNYrXX1KPNweGANyXU9XcIxzTeDkcC9+v2NKZ7g3rsSUoByPBYJKdyC2Xu7pkJeGIz3x/qgi1y75/IOPxo2Q+blcWVMz21VTKddGo12KvKinO7oBXch3RNpnyay3ujLdXh43WMEkLT1dG+LhnkivbnCVj4mps7YkFugdl07klN64vCGiyJj1dzYocnA3HoB2I1XS4y9W4vFxk4kcjl1WwhHWOhUsQKcSUXrluwIxJfJdJdweUiLoLJbujSXQiz56xp10Xiv6IabFsmoPhXuMGscC8R45GE73tUpJS6VPmZCXrGDsTsWwVZRYUA4FIkGlq7dbwSnqC0SuGuOEIY4zgzEZU7uSg4JZoG1sQ/dgbL0idwxNGFuj0hkLx9OWzzUCLM6GSEAfWWBsXMHANRVPW2YKS2A8vqLHV7pfYvHj4a7Qr7DWE80XBWKoHgim1XNcFOjq60gfnyG4epEObNqyZmDXQGhceEUycsPlO3Lt8h250fJ95eTZ/xyPwbhFPdH+WLgzFL9hnHStq+Jd6+A6cZeGQ4G+tInp0vnjJ14/+ds/jUtT/P9PRpWzZgP8HM/7lXharYHZeA6rQYznf2An7y48H8qwCHrwXMb+hxJHPoaSO/DM2A6zEF2xrdatlkIYe3pQrx/1Fd3PkjSt9AgrxnRa0KJL9x5GFIHetAj1qNEFffhkve0QwJM/0w7+nQyvtZPHLG/UV4kxZ19Hw3VD67CeM0MxlHfqfCoTBS1kxDHsDSLXjTQG61HWg7uXv1WxKzsS0NgJ/TrXsNnzAnkQctZe9FiIxEOGdCr3v14is/DL+Yn+VMksT+YksLQPuKX2gYH6kloLaYAqnoBEfODUqTfhfFpKkgUJpwPJN1KEJqrykIDHUuWURqrWSV9XJc3EM136H+ePpS+xXXIulL5wVkonUO/NqiXSG7XYn5BeK01SJL91JnniuVk67twiPVdVIh2smi8lilCWkIZrkRySnqzaIj2xTZf8tFQnjzuTZCghPcbIIWkf+t8zoHc8lDLcmiLRbXqgngM6iRxI0qcPSd3OQmkdGhJPhrTW2SXd7ayRVtQmSUFCWlakx1ta9IbUUKt78KQCzUt5/wennvGcVNhy5xGpOBXhVqbtmSzJzqVSHvovf2wPdn9Lqi1Nkqeery8uddYX7ZmXJBf1GIw8lCKRFGkvepH8DGexhKyGAvLIgfoSzJk8mJAGkAwdqC+uKkhyZz3Z0oGi+qJt2OZhK8C2MklWeMrFh8WguFKcK5aJJWKhmC/OFKeLOeZss818kznTbDWbzSYzb6ZmMOcktfc9ZWy15JhsjJh4fdOpYxtNbUb1xUQJbqnvhKQJ7r+lb6F9YfaCrJrF3us8/MazbPyyp2OSp+5paGlV9+e1qXMY0PLayv5vLqUOHw3N/Qea+8+t0s+VDp+Cza/u6sPj/+Z1sjx8rt84NBf617WHGA0oar9D8arnHF55uHnVdbpXse5mh3cYVvlWtA6v8ijeRLOnmZ0b2w40+eobJ8TaORar3ncdZz7mrJ7Famq8Tncj625isRpZrEYWq8nTpMcqK/OFW+rgfwFt2bh+DQplbmRzdHJlYW0NCmVuZG9iag0KMjAgMCBvYmoNCjM0NzQgDQplbmRvYmoNCjE5IDAgb2JqDQo1ODA0IA0KZW5kb2JqDQo2IDAgb2JqDQo8PC9MZW5ndGgxIDIxIDAgUi9MZW5ndGggMjIgMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJzNenlQXNeZ7/nO3XoDuumNTTRwgWZvQW8CJAEChDZo9gYsdRtBdwsEDQKEFstKbMdK4iTEiW09RxN5kszYk00eeTzykhpl7Kmn1NgVvZd5Fb1K1cjvJXlWbCeySzOPvNLMmL7znXu7sWxPTWrq/TNNn77n3rN933e+5fedCwFCSBb5LOFIf2jI0zRSt70Dn9zE0jc1P7nY//vfi4RAHSF0emp1peS1Z4++RAj3OLab44uJ+Re89BG8/xbe70nMnYq7D1y+D+/fJaTwtSOxyelnT/fdJcT1XWwPHMEH0jLXgPe/xPvyI/MrJy+cyaompITHNcrnFqYmCffbk4SUVuF91fzkyUUaBYmQsn7sX5KcnI/tuZD1e7xfRHr6FxeWV35jWnkFp3oN+/98cSm2+AoojxJS+ST2Z3P+CB4nAuHpB/QDfPK32hW5aYJ28u98Ooa7O0k7KblD6W1lCznPvQ7fVhsA5cQkZsI5x7D2dZScSHJJCSklFcRNqkg1qSP1pIF4yFbSSJqIl/iInwRIkGwjzaQFZ+0gu0gn6SLdZDfpIXvIXnKA9JI+EiL9ZIAMkiEyTEbIKBkj4yRKJslhMkWmSYzESYLMkDkyT5JkgSySJbJMVshxskpOkJPkFLlMfkReI2+Q90ryFYXJ6z8bTcqvkaICYiDFpFh5V3mX6JV/Uf6P8ivlt5t/G8od5X28/j/lNcIpN5R15cfK/1ZuK/+o/A/lR8o/KH+L9TeV3ykvKj9R/pvy58p15Rbe/Z3yHD59Tvkh/v135W+U7yjfVl5XrirfUi5gnz9SnlaewPY3lSvKS0pCmVceURaVvb/0qDv5n+xDzfQm9+7/LSbk5b/60Q9+jAKsK/FcphXex14xk6nLVF68TLtLLvMV+N07OX25vX/sMlchtxSWjpdeBnlXyZhzO9YvQ6c5Xa2/DHWv1RNKzDj7U/Qm0aH2Ei94QXaXSrLVy3Fm4FfBmAyl3u9J/vSt+Al6c6P8xg2oBW/qOtP5CI6M40g2zlJq3/yLwN1UAh5LrcL3Nu7Sm33vj66HWf+Q8h49h/3thAQtXovN4W0K+FlFlMrK5LJKdyh+rLNrKfHnM5SD6e8bb1Bp459CA/397Lp4mh57ABdUV72Es1SRVnXdJocTJxBFyYEVmx2/osNplysr3ZWVfp/PjxXZgvw4mnC5ID5IP7NHYLl3zsiL+prqoAtA71qVJACgxSPr0eiHnMg1tAF09r1Nb06P51bbi/y2wnADJ3FillS7355nq3EYHAZO4NrjptQ1+DocaAD1U90jrCO3PdquoR9AKlX59MRhKhVEKT4QRj7cyu+ok7rQviZQHoEAft2MOka3m8lDtMuMVHwU8AcCXuTT4bBrUgvakWEmMeyqVbBnhaiKQRTtDrWPOqXf7xbbFs/VUEqNXZVIbW13CEA8dNhcZgncZ3VwEh/k9byzSMfz1Bup2n+Qg/t0NYXGPNPWfr2/VMpBZnUAa/6wxVhaLxhEnCOnkFb7KUfxy+sF/xjHG4P1qau2LQBt2LfIossWq+WDQV7Hrxr0HO6mzu2tloFKvi2UpwkmHeUdeJea0e4/0gVGLtZlv8oFcuXvGfWV6y36hgOjo0V7Kox2446Jc6hY53yNHM0a3gmtG3eCxZUS5Q4M4Zx25dfwS5RoJSFWZF4VmBMVAUWJ87GbJlUHvKgvqnoEXbknpnNrnHW9ulGpq1owCoExjhtpwk1sGuRGH4yiFPaeMID36AOiqDMPDzVvQz05Ojk9AbtbIosCUC773Mu4l0GlnFpoMa7cTIjT4rWrsk9ToH1t6c1J7xpqJOO5yYs8+3xulUhnMMRJgnNgq7XalltmRg3Mr0F9FCpkR79HbzW4dhaGw2MB4GhgAgzDjc0R7ia93Ybb56gAnV5y5nA6Xj7eiXKqHa7Ir6BUlEtT78O7iUkaGZGypOhIfBSpbUOHch41kyd6TTdli99rl9vC+KHmjTs0mUwye9Upt8mH9CIpZHsk+73YCbtZMtrltWvchHp6RsNh3pEjGEXRJJpd2Y0tQhucDn/lK+HUFZeN2UQIuIoGNudHa2sr46LMrWCLC3fv76gTIwwJsn1q8mY2zB9QRYb79fFdLZNR18W0gO2a7TPzV91JZVnaBbjMVXYqcGIfM8+tIa7Pj6LsmBXFgYil0tY0zIelHeWo1DU9XF/AYDO0zwqzceAALcZSafWOXNzug4bymjIT5bmc9uGOvUbK6dr76yq52qKqsiwqUHPrXuyPX9yxwH0CAM8b9zA3pdq4DnnKJWXIlS9jxGldqPQHHWkdSCuAO76mz9XvP6s3OaYji58LCxM+JLp1UuIObWs+xK0f+wsA48NPOlpcgQlefGBNF4/A4tT9k0dm2Gq5aFN3ULb5GNdVCwg0sQWZmNE9ZFQv6BQzcvWpjqZSdLrMK52oRk1jeeEe26GAlCUOfi4ryh0M4uq+4TFGRPA+EVpPHhWhRgZ+o9xUmlu1FY3hm5c804sQX4hEACYPMSoqlH9Anl1kC3poRkWa59IMq0GvmDG/YGlmGyW3aWn19GETR1NnuYFGFGpdKDcsnowuzeWIHKI9WRxsQtfhGc4G05n/8tURR519op/btnXwoMgf353nsbv7h7iBEOpRHNVsgl5nUakUtVZzhCgC4J/JKct1d+raRuFuiOP1zTs2vEhvg3KLitg/B1GRKjWmTqIsIoW+oNPmsDM1VH2TrxJlJdlEu8d06Mz0w6I4t3Y8oqcQBrEq2t5mEvnhjt27cP+/vvZtk/j01W+9x//1cdeOLVUoz/lnxCM7i5ud33hYWBvVW/XMFsLKUXINEVI22oKfWRPTCnT1QTmcpCZ9do3LWWRqSyaN5bbCrZLHtK2MjfKQdZChk1lQkJmtZ319PRRS4yuKfw3336DaFrB9B4scWoXZ6EJqLYJ29he0b6Oc9my8ir3dytv0Wfo2okBNVz5uWowU26bD1DwXKqwbBN72+MX89jJfxBF3zGznJS70KH+uHzWk73NinAp8wVPHfvBdOGyvdRx92WDMdsYj/X0gfvXct78KCwezCrPHnxRufQPXr1PeoWdw/Z3Ih3dzqUAmAqrWjrojyVrI9qWDorTpUR1p2BD0RE/sQd1oP6qD4/v1Zt341/Tiw2fOPCVGZtow9uyIcbqZblNB1sCXTOIri0hp8mXu9vgI1xrkJX53Yw6GMevgqd7FpVm0eTTjnbvojg5/bQ6as7X3/hNn6GfOoZ4ghKEJlK4FcaqGO+wOm2bKMgMYds0rMkuWwzDYuwiSzhLq+TASWeeKzDYXJ7Z4EEvMjfOSYKmxe3pT1+jZ9Zwcy7ZKzzYNTZGr93jGSDSa9oy4Hs2i10gttlSm43rQpzoMWcM4GSuTMhBAQrjh1j/Ya7AbWsaFcX9wnAtjKDm5orPoD5wRpNUeTqAtRwrgdMrz6GdrRKNQsq9jZ/fAuC5Hwvgy8HkAw1zs0P1uFIdr/84wUpGnvA13kYpdhFQEMr7D7who+6WZsVP2IT0qMTZVNo6P/B2zKG/GCfjhGxTubzZYDWNDomTaIaOst/bzYbh/dfWI4KlEi/HlSTrbbDTyqGVUGPEiUc3RZ41WXW81DfHbmrJLLFtc/O69gl4IPXK0HdXQO5aDv6793eaK3KYh4dCTI920vYp5JJeKxK4RI9o4sQJK1y7bZX+p3+m1cC7o7EkkRlM/Db/1Fpjg1VRb+NKlqC6DcZmVGHGsm2kpUu9A4Wd8lmxFKeN1U/o2zUbC5oGG5vs5PtKK2lfZbQ8FYTb1FguNHVWohrtXuJUvRD5/pb0FQl3RfnDlw8NRT9Rjc1Aua/bo9B8Lp8aQalm5SSVcuQGzMGL1fWSh9k1Io8EM7z0wQxX1p108dvWI2bYjcwim2mfDUnetYBACE5w1O6+nxuq2FfjzdEae5x+MnvmyKcpNBNCcvEOqxw2MQ+eWSd++z0gUjJN9/u3o9B/5omQzWop1elOdnFOcYy7Oiazx4uvPrXYPcAdG9nUD19ejIWDopOVM6t4MJnLaEdda5J5RNL389p2Dw6PU3IPElFYKkb29qRtM5iwjCakZierBSxFzoPdep2234nStr29jiWkj9mG5hIR9wGu1YtoChamN+I2fJlIfopluXKBxNB6UI8YDcgNjsIZ2mMdU0U58AT/JJHxPwzosXPdkfGc6j0EbhPcwi5lIPRdV05jUFTWmv4NiuY7RbZu2Lxnx2x0Z2OrNQCQ3wyKq5n8i0kvu+cXkjFWnQ4cDj4d1Zl3vqbBhV7WYJeK2uHqrEIv2PmQMc2EWe1sionGk0T/BweuLj5sePFDcmp9bann++1kAsfGmAFDjgw9UVPEA89OugV6YGOradWAfIRxxYzo3QNeRdyfm+ATspf7SCmafDFypxDKU5GfuN0NyxpxV/YLW1DqYUrfHg+gHmg+KXNivQoFgdT4mBmh7+bVqTa6SOAqzweCtoUEaPdgXgomJplYjhyhK19xUv8PE801bDDY9o0nGLFBA+ZWTFtKPElQ9GFNjJsS000AYJ6koQXNuQUnDyk1prKyptGTd9CYIEDOKLp2vrwNhZS4R4aGxxr8T6595IEm3+/PuY2gmMEGz+urRLv3jUp6wrxYf1e/Hnz11+Kx2rwinnb21mLd0LWbFWtCfNI7m5h7Zzuu4vaf1hgcR59FtiaJLu7u7dknZUqAJaGcrdG4PQnCroOc9jUC9DFPkKVswu3Ghx955D+5z+lmuq6EwP5ooEh/U4H8mvgaDGuZFNdn0Mq4Tq3KzVTIKo0+MWxry6/aGuX0eTLuahiCvqQDNb/whKcr1N+IOBSdEOugDHppGuPW1i6VWdKNtKd0TR0Qpe3cXVHhA6B1CuvOKdYIAT6/mLSPQXT4YPchNjBJQ7ip3QKY/ZxFIwvxf1t1uu91mpm9vFJG0NX+APBVsWjMj1CFh9uDL6AszbP10C8aWnYfF0ZZKVGdPL7Pw0iYKu8Ops7DUUI8OpL+HWTrLm27RXLS6LUw7WdRTvZn3nqiRzpjsH6VLm8FGCoaz7gtK2bqKPQUFbknPZ+uKZ5rrRkpDLElSrYYbakJdQ8OhN1PvuxuAL3OVHOsqCBSaS83+He7aINiOzcLSkUNh/tCQ5nkwgzQz7Gh1e51Br2SV3ejnrz0XPXs2cuVq/Ny5yBWwffjSSx+mbl+7BrZ0nq/QMoa5M3JRN1utMOkwfU1LR5OUnJaUccifVZBV4HOaxxq3T3JhGpTRpKq7wkEZwXjVLia4sgBmEzq5uLIKuvalkjDrY2mM1BlIXYHTVdUgtrWgV0LKlXI1n87H/NO/mf9zzDNym1L0mAuMxZUWoHApcu58ZN3cWoI7lFuafT1E+ZqdHBqxKxWHCxtLNXUigA4dMCi/UoZom/KYqhXoi0tdNLLxnUvBINOJIPwCs7lriImIFRNEtmV+7dgBlTruiZa3YlzPcgKNJBKeAbEKVxYKywSThH6gGPMEQm+reUL9fyBTsOKuyC7T8uqpT6ULJ6JL8zkCB/emCz3x5FNt/27OAEUXL6r55wf0OtLTsHl6oCWQadVWE4G0V8eYZJHdGbEGPbnfe/nYJTEKOtEZ26XPNYw+DuLMl23ewsAY/za09pjr477swuwv/swM33jkTfHzMYPdWNUJYHrsS5gKHP5TncEaOxxOrYZrmnQc/fufqShfwywoWa8G+NB1p1MEec0SqmsYzEmdg1/lbMnuXmmMzP5kcPSzxaGQvcp2+He/SGsyT98jJUwrcWs0EK3J2F5WpuV9kprPy+GeHqGrMSs/C/0e6oCtjA+HR+GNPpNFJ5mN/a0c7QGwVob6UkG02SJlhruCNjtJTjNJkU/HPzXqMRz4UVIRVLXQds+5FEumyjTZMvGK6PkzQciZlmy5G6eoUGX/sXHaIJcJ+DcSfxm0F0kFefBQn0U2l+/IlXeXdEcBLAtnDC6Lwy2ZI3FUujxrdqmltMUgiW+sCSYREc/sX+awsz6a++Y366Lekrr76k1O45XUO9gZhvQ6f4XBYXBtswqCD2vGIp8V5OdAZxxqtFaYG8Zqkn9ShPtQIbtguVdn0Y0/Jep1xnJnT+oaQmm71aC37qq3V9tOPw+CUPTqo2jOgk4wOoxzL1ps7dY8DNV//4LRaSrJr7MFOwQhp2+XuSjL4+UFo6+WZYaIWVhmyKcRSzjJjmS0s89nUfY5BF2ytfSe0wS51GLV4qOfJSCWCJSjb5l4iuctD30xdTN6MzREI5OYX2Cu890L+d6Coy8gSHr4z+KU5xI/2PhF5mQ1zr2K3s/yiRNd1eY+dqz7PDOr9NkuV/jMM5n882zmPBjHqydLaCmhCCxFo2oGmroO3o1y2J9GUu/R25gB5qonBb57sKwaJf2bqBYZ+8gQ3TzvfOGJ3PLcxPPC1avPIjQzGO2HI1KWNPVNUTy3iGz3PQyPWeTcxCWOt/7gyoV3fvvy1ryW4u0JHcD3fjj9NMeZH1/D9cuVN+hv0UZKyQ4Nh6hnrc579dkpbZq5u6IyfVwiaZqKqYA76NS00o3K9OKLBcEt+z9fgEios3o0GClq3mKttH7hukAT4sVD2CH6LXFtxGAzuJqdIU80r1yPQbhTNEmYGXz1NwJO++Cj5lJL5E8bQsFRs13i+R9f8Dy+BvCVLz3xVDYqpjm7bVuoaLDWXmtNI+Cn0tIGzdGDzHFyHnC3V6+8tLoO3Nmr/xUjLiYftxAbn0+tgZx6S9snjseRWeo+4UDcJk7mcKO+cv36WuJa5Fo8A6DZWQFt23idCMShvMMNo0fi0WPXoMR6MdKwtwWgIYEmh3b25i5L47mgpG6cXzvZAu10HiWpgrrGgGrmbIjDkUad1+BrodRCCF5F1IJuaHwUxkcGJ4Bvbw8KLWWVO7kd5fiTWj04BHSsbywMIwM631ZobvJUe+vz6FsbMgyhlGfa8KfjKI2xpLBxzHGlpsbb2OAJBKlbxDaOdswLeKVts/qQ0FyGnSvbOGPQVb6DvcNjIY/FUcwrvJpQ5atXIueeiVyPUHNqFL6/cUd7P0SvYa+sTC+1Iwr//Pl4IpKMxhPPRBbibMSqajCPbdxhV9S5s2o2wrJ8YyYbQTORZPfZcDic587DjAQBSWrt2jWGldV3M9wL6rsZyyfeznBep+z+5CsadzLRs3bvexp67vx5ovGlaoue5VRawoRJlZy6tXrjp6up96NQCK+nnoHDqbbULbYys+VFFZmxvUY92TyS1TyOQz390Dx+aZCFqMxrFQtDcBmwrjoje6ioZUvrsdqeGZFCoNzfATDZgs4w9VzkQz/mN83b1q9TtBoePAGue98lelOMdOhydP5eW+7+DskkhhI5HBfRd7nRCNzd+vdhP3RVY3iv6bnFeOtC7COrtBKrdlTFYomGHNKnxtr37TZMq+r27DjQJngKrGUmPUbbHKOtpYQ3CPQm+uNDPzs7fRstbrC9LuarHqioGKje80WvLkdS8UEtSaG3Qs/rzKRJ7nulogpDklyd3VuKzZVOTuB01lxDfV5JgGZlO/bXbrux8sHp0B/3V4WqDC2eHS8er435Bi9shf8vHJV+V7nra8Zt0Zztvyd69o794x/lfylF3B3udawKBNIj8Jd+qPDkPHcX29/lyafeeu5FdEvoRWJOXyOYGYSwRKiH9GBxsyvcJXa8BslN0ob9dOr1LnGl23OxVGCJY2nA9jDsJx42D6zjnD/HPhdJHZYwtrF5i7HkYcmMl7F/D40TM/bJwz5xrLN+bpjV2ll/sCl30zQFcW0z16nSZaYe5VdIT5DNy5nUOT04h5m7S4oYLSovab6w3Y2lnK2D40PcaeLAOXTYRrDvWSYHLDosIaSpC4uLzX2PvFrSZRbLZRw1huUkcrmK5U00qS4s/0gIj/kTn8TyBdyOg1iwTcQ8WPwZYU6HSIiqJBwv4XPprlZ0OI8eY6Qex+i/Q4gB64ZfE2IsxvI0IaYJLF/H8hKWXxKSJWLBjCrrJiHZi4TkDBNiNmDBceYzhFgwZljasfyEkFxEiLnbseAaVvQSVnQX1v9JiA3H25/E8kNCHDjWsQ8L0ub4Z9T/V7AgL3k4X342Fh8W5Cn/m1h+Q0iBA8vfEFKI7YWfY//zoWrXXvIQssgKu0PwT4Dyqi6y+2zy/KYOAiGbemre1FmKIy3pOkcqMQJqdR777EzXBcwl+tJ1EZ8/wP4zg9ero7+crgOi4rV0narranWOHCB/la7zpAR06bpAJqAqXRfx+cMle2Jzq7GVmanJ+r6FpfnJucFY4vjc5FLHgQO7Q33DLZ9sLkm3t3Sw5k+1/kc+nxzM/p9jD4mRObKKvytkhkwhMmcyWCBLZB7rc2QQWxLkONYm8VkHcnmADJNx0k+6UWP/0OiST4xvwRmGcWQnjvxDYzuxnlTbl7BHjEzjbHGsL2B7CfZvIQfVfnPYeoosYo+DZAjR7wTO0oCr7CaN2O8wtpV8gu4/tDJN+77LpOnf/IeKvahaeehGi6AG3FAKHmiDRmiFAOyEIOyAFmjCYJsFJtCBHkHOXiiAKqiAEsiGHDCDBXJhO1RjkHXAFrDDbrCBH4zQDFthF2yDTmgAAbqhGKzgAycYMMB2gQvKoRLqoAxjXTt0AAc9UA/5IIIEe4TlxcmpmBg7OTU3OS8txpamYskV47HjCyux5ZlkYi6mX5xciiXnYvEVg1pbmkkcWRGmFubnJ8UjpxaPxJIijppZmBaW5yaXj/CnY0sL3EIyxq2cWBBWjizFYnx84fgSH59ZjXHLMyeF5dhqLCnE2DR8ciYZw7nmFpJ0cgVJ24UsdCEDu5HEPcj+AeiFPghBPwzAIAKtYRiBURiDccPx5HRsaXlqYSkGk3AYpmAaYhCHBMzAHMxDEhZgEVHoMqzAcViFE3ASTondk1PHV5BZ9WJaWJqen1yeOj6HRIgdiaXJ1ZhBZVxlUZyOJZB49j9c/wplKolbDQplbmRzdHJlYW0NCmVuZG9iag0KMjIgMCBvYmoNCjY2ODcgDQplbmRvYmoNCjIxIDAgb2JqDQo5ODgwIA0KZW5kb2JqDQoyMyAwIG9iag0KPDwvVHlwZSAvWFJlZi9XIFsxIDQgMl0vU2l6ZSAyNC9JbmZvIDEgMCBSL1Jvb3QgMiAwIFIvSUQgWzw3QUY0NUVFQjNDNzEwQTRFQUMyOEExMzY2NkI1MzNBMT48N0FGNDVFRUIzQzcxMEE0RUFDMjhBMTM2NjZCNTMzQTE+XS9MZW5ndGggMTY4Pj5zdHJlYW0NCgAAAAAA//8BAAAOQwAAAQAADwwAAAEAAA9JAAABAAAACgAAAQAAAPQAAAEAACwkAAABAAAV6gAAAQAAGLgAAAEAAA+BAAABAAATkgAAAQAAGXcAAAEAABxMAAABAAAeBAAAAQAAFDYAAAEAABUmAAABAAAdEQAAAQAADioAAAEAAB3tAAABAAAsCwAAAQAAK/IAAAEAAEa3AAABAABGngAAAQAARtAAAA0KZW5kc3RyZWFtDQplbmRvYmoNCnN0YXJ0eHJlZg0KMTgxMjgNCiUlRU9GDQo=\"\r\n    }\r\n  ],\r\n  \"entry_list\": [\r\n    {\r\n      \"debit\": 1512,\r\n      \"credit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1186846,\r\n      \"label\": \"clienttest1\"\r\n    },\r\n    {\r\n      \"credit\": 150,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 10,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 1100,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 252,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": \"1180209\",\r\n      \"label\": \"TVA DEDUCT.S/ACHATS\"\r\n    }\r\n  ],\r\n  \"date_piece\": \"2020-08-18\",\r\n  \"period_to\": \"2020-08-18\",\r\n  \"period_from\": \"2020-08-18\",\r\n  \"diary_id\": 32170\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/temp?type=o","description":"<p>📢 Create a \"Facture(s) en attente(s)\" accounting entry. Those entries <strong>need to be validated</strong> by a collaborator.</p>\n<p><img src=\"https://github.com/MyUnisoft/api-partenaires/blob/main/docs/images/saisie_location.PNG?raw=true\" alt /></p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","entry","temp"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>E = ecriture ,<br />O = ocr </p>\n","type":"text/plain"},"key":"type","value":"o"}],"variable":[]}},"response":[{"id":"d2402323-c357-4d0d-a646-9f58f6565d18","name":"entry/temp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"society-id","value":"1855","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"pj_list\": [\r\n    {\r\n      \"name\": \"Facture  1028.pdf\",\r\n      \"type\": \"application/pdf\",\r\n      \"content\": \"JVBERi0xLjUNCjQgMCBvYmoNCjw8L1R5cGUgL1BhZ2UvUGFyZW50IDMgMCBSL0NvbnRlbnRzIDUgMCBSL01lZGlhQm94IFswIDAgNTk1IDg0MV0vUmVzb3VyY2VzPDwvRm9udDw8L0ZBQUFBSCA3IDAgUi9GQUFBQUogOSAwIFIvRkFBQUJCIDExIDAgUi9GQUFBQkUgMTQgMCBSPj4vWE9iamVjdDw8L1gxIDE2IDAgUj4+Pj4vR3JvdXAgPDwvVHlwZS9Hcm91cC9TL1RyYW5zcGFyZW5jeS9DUy9EZXZpY2VSR0I+Pj4+DQplbmRvYmoNCjUgMCBvYmoNCjw8L0xlbmd0aCAxNyAwIFIvRmlsdGVyIC9GbGF0ZURlY29kZT4+c3RyZWFtDQp4nO1c3XITyRV+lc7FVryp0PT/D1cRxizeIgZkQUixKUprBKsqyWZleXdzl2fIk+Q6V7nlUXiLnNMzmunumZE0smxgC/Nj6cyoT5+vT5+/PiNOGPy5w+E/pzg5m5OfCQ80TrjDv0C6A78YmRNtLfyehd9cUms9/FgJFLwjpfxE/kbOybN0OGs0lUIwwVXnwFZTYx1jXJXjJoRi2J9xxvB3ToSjXjP4sQYJs4QgDHXe4WsRxsoIq7FWE5ScaiKpUyiEx/k9SwQQth6aFdMndxi1GiVginK8Zla0WULrORWWzuP+iNx9OICfR8SR0dvyNhhFUc8N3OQEsdQ4HE+Q0RwuviOvDo6eDx+T8RU5G7+fLsczcnlxNoVfbyaEw+cZ+zNj5Nt/kNH35ejfF6O/OvhXTH20ohJyh5CT/5Dh4Wn493QwPD4lXEj4q7RZXT6dLiZLwjkXQkgpFf6srgHr0YsBuUceDpmvbglXC5aVZNxrKhAgxTWoDrWco5wepXt18HBwOHo+PCIn/yUgi3A4wtPxOxDsLi8GOhplq6dheRlA6kBJ6+W7LR1iVDPuDXOcfAdvhCa/pvpEuQh6lMwyEGfkNBGEEaHrKQQO9cU7miockgV1FVbDLJgt9vVKXm1BQX3JIwicUKQtBA2/G/IZ1G2WswWyD1y1BIVYd1WoFSipTEbCbA3c5F3+cUasohIHkEw3tyWYCGlSywX/qESbgdthDUIgC7JkKgUI1gCEDMgUL52GlUDLFpYDLqSEHKSaA2tOV7IKwUoBlaVSl8YjKGBE2Ip3w1CpSn87ZORGUNxR3vhS1ITCDRXIxOvCDGeEguvKLN2/jwYltkuMeGpYGMzgjgWjtAhGCVTfacuVBP1nsBVeHZyOz9/8ePEbObyYvx+f//P1w+FrEW3hZFF1PYc+wsB+1rgRvCpVOyWkwoC92yBMYVy1I8OrCVq02R8HP/74kXy3+PjuAmxfNflk6pFzLAx65/CvDiwsngF7tpheJsYsRUPB0oZt5UUvNOBzUhXbsUAjJeyGBsNhIIQgAm7z14fg7eL15Xj+fjZ5fVboxV/m4+lsej5eXizoWeYrwCJKKh1+XpYO4mKeIbelCbjRXRqj4VR9vSXSsFXkkMwBPkLdyhIWSxtT9mmnFEMvU0D6qeagpaIWLwqRAQFeWLDEZ0eE608h3WkOXL4zuD980zc5R4WRwZi0XAS9Vhzjs5ZPenD1POh8Zs7WBiSgFxT9tHeylC6jNCPv1sCV51Erz0LWrRl1seqUby1bCaYq2GZXck0JDfMkcvPEPRXB2Eke7BOEDhAsSS8xCDPKMu3hNmpl+NFk8a4OKDscD0QB1RS2l8R4iFphXwhZho4poYavC0CIq8FPId7GZCY+MhDFFowIRlGHCmlk6btTwqZl4/CGI1fLZcoVtJnpeOPHBK7ShDAjbIoYhIJwv/RmW8cOURrQunKwN6v5JYp/fUkiQ1nYPlD1gkdf14n5S0fO0nCat7MWhu+wFg8Go/bt82UsgrvL3F3BBFsTccHGqMLGW1sMMH8Skx/u5PaL8eHw0YfByeHvfUEUryPXPS/IJwesGbbelmuIEdaOWlFEYC2ZtzUdYSosjItD5Ziwi3sCr1rj2umfuFR5ZBpTMIUNZRkR5bQ1IRdeFEWL9sg0JKNytWC9ZtFPLVpm0UcrbmGpkkBJUFNIylsqH4A3TrUZzXMHS6qKXKOYRETYQV+kUlXuskZdtMdCXMGweL2Viuyl7DF4MDw6PT0iD45IEcUMRsdPTroLHx261hThRtL75eRyyUn4//q5/eR8uZi8X0wvJ+mAa53trop/k0qX1C9hiRFlblxc9d2QewyxGKyDUgAD5koGmFjI2GhXV4pi8NYZ162kMAkMur4eef37R0RmaiYQmyJtDlmaVR4r5CLoGyFryjctmfOtZLrJDHx9vaVssdNRw04JN+a7cJOHm3SzxMC9WFNW515So0Frjc+CiPVHIp56aSMPlhL2VX/Ykk2nSfCaghuCu4sdWQtnReafY0Lv4NDy+sOJcLAVig0HBiywiQm92XBpqCxdWhqDsvpspIhBI0JvNgJcjQnG2mfiIEgqFicm9OcDtla3bpH98pHgFFth2y8bBTte3Chga0oBX/X5qz5/Ifrc9F25B7oFn5FEma6+vi8/voPjgokIAbsJ3JUWLecIAuJbb+M8PLkqAUWM7uwq7UqvquQqhqXOCKs0x1jUc2mF1vhKaYxWFVbE8cMgpsd2BuzMKV4JzGMxyg2leJa9/4m8/VPgXaEE0Ue5iYuX2LhQ34/I6HSAlmaKvHrk83K/KtJVJt325X7IuI5fHI8+ZHXXLYBZQTKHrSiilHqWvE+BaQOvAqtSeF9JW1lcnlvciNATS19nkOsRBU2zDoNr7XfDdvRi0B/WFMw5ATkgoQtVzwLdhJBC2Q18A+SUTQS18nXLRIA6JvSG2m5SW44FgaKwsBvIz3bR3YBhbc9AalCo+ox3lrxPkUw+ugHkjE2s0FiKSBQ6IvRGWYUmK8c3KTQYcY0hjTbEUaOwnsbt9lA/HR6/zLvTGOSfphgZ1aksbDw/OR4NjpNTxG1XJlkIcHK6WBD8nS1E5xI11yEZNFoG7yhL7EpM6LkMKuzKLewKN1QVTPRuKv/XJyejwcmo86gsRiNNZhtuCNSAlexX/UARoaOnL1jetB+zqwJYi7amAvhocrWYXLZWvwJHjFxXI21xgBLBGUooD45OD0lXM2RvZ9MPsWhvtuLWlAG2kgn9G061SiPYNx2i7GjS+wpUec9tBZJUmnJabQLJDnF2NZ595QkdEj0WiFvKAgbGt8qjsZu4S6bdDFE/kVTVxbOlRJJRFWZlbatEvClSanBA8RTDZEzKrwanNDjiq8H5TA1Olyv4Ug0O//IMjqEM49BVJ8dmibJmQog60d5Y90WYm9PJ4pfp2U0bnC4/+tXg3LTBgQ1qsSTFlOkQ6HdmcbT+0iyOAMVZVYtbLQ6eMDaNTtb8qgQVSQ9QelWuu6oZqC7mfLLldFJq20Z0VGLpuOXpJhbq39ixz3mvI0urwTmWJdAAdErY15Hllmy6GHULt5arL7oW8Ow8ME3eN0vevLQRrEyTtS70SihVKo6glimhBcFT+vIl3Hr3JScPLppNeJQXFYDswF+kqqh5USnAYxxJWTgb8NHDiqQzsXe1POmKg6as/F54aTR1WGe3atW0kRA2QdH5lGW7+3k0mc0uyK8Xi9mbP3Q5IW1zJySUoSZeyZiwlQCNPhingxihw0UaMORag23VWRWEC5U/FRRTenWpbts2NHoyGjwmj0atIQD27FTssydMJC07luRqqhHlmlOFMEqV+t7eeUqEyYziVsewnw7gtOL+GSDs6ifT2mYN9qTbk65ps/6ECI8OPy+EN+qw5msx7uyc3oAxyMAUJjGrvriUsBvGp08ePzgi/yNPB38/Gu4X517zxXTHpCEhPniOumhCD2bopFJZ3qMw7RHOVInPCnxy9HzYmc6t9/vdzu9GXUvMODQ8ltfP2p6Ks4KCm8Fn8vsEK6J+MLtYj/h9V5tAN0A3GKclsqr6+r7aBHYIFmHfSnxuVKBpbWnoU9JREeGUXcVOYI9fpGHyHlDDSpDgBTcQ0OGS+FUXYkLomNcex06qBCpZ3diy8LwRALJKy0MgWlmW4YfDwdPj0fPHg9HxQ+y1zg+nb0MKhrYjtKD7tq8VaVzu4Cpt8sUo6fuunaMgMPYClEo527P5g1tZ9ADNVi8hQY6a4Vn2vtH+wWHXVM3pxWuwp1l/vVv3CIYUtSXfcLrIsSUY5HROEXyNDbFe9zjmHQ2ev+x/cFuBNIfJKlomwjyglhBSrFoBbRzgVoPH/g7yKK8S/xxTegKsN7cqoOmV2EKn+W7Alue2bbtvK4gzXNPD8RTBNYg3W0HSYWOrLXXWUJlQekPMtjwgx2etUN218rshfX9wepRmW5mdiRBJg76WnepL4XzPfZlFfKDC1XMTIJSNn8wuy4Tkm/ClQA+HHRPfZRusm32r0ue1QAaLgfO2ENi1z3tdErO7cl174hgXunWAt+S323jCG3BXSYhnqstnbU/7wJQ8YApT55K3hT4eDxMUHpC09EBqWE6I/PqWDVu+Cun6RcLWQbuG7Z54Xx6d1S2OcSdCr71rLXQ9/Xg+nk2XHy/xy24Wk+V48Yb8cLAcX/1GxufnV5PZD9+SeyScXpH6DCPRmNXDQBFT2K34NQ2W5afvwHAMrP49ucSvfllOyOScnI0D8/fj6WQ+OV8C3+X0bPr+Y9ezY6rBjwlqjcOnAPNS+KuD4/M3k/k5SEjeXizejqfL8XQBzC6uFuTtYjwt5T67uPplUbCvZ1TCEc/tHlHrv1atvZmgsdB717J0u+0tj9mozyCcUjToF1fV41JR5F5+8+D/Aa+s4VUNCmVuZHN0cmVhbQ0KZW5kb2JqDQoxNyAwIG9iag0KMzMwNiANCmVuZG9iag0KMSAwIG9iag0KPDwvQ3JlYXRvcij+/wBNAGkAYwByAG8AcwBvAGYAdAAgAE8AZgBmAGkAYwBlACAAVwBvAHIAZCkvUHJvZHVjZXIo/v8AQQBzAHAAbwBzAGUALgBXAG8AcgBkAHMAIABmAG8AcgAgAEoAYQB2AGEAIAAxADkALgA4KS9DcmVhdGlvbkRhdGUoRDoyMDE2MDUxOTEyMDYwMFopL01vZERhdGUoRDoyMDE5MDQxNzE2MTAwMFopPj4NCmVuZG9iag0KMiAwIG9iag0KPDwvVHlwZSAvQ2F0YWxvZy9QYWdlcyAzIDAgUi9MYW5nKGVuLVVTKT4+DQplbmRvYmoNCjMgMCBvYmoNCjw8L1R5cGUgL1BhZ2VzL0NvdW50IDEvS2lkc1s0IDAgUiBdPj4NCmVuZG9iag0KOSAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvQXJpYWxNVC9FbmNvZGluZyAvV2luQW5zaUVuY29kaW5nL0ZpcnN0Q2hhciAzMi9MYXN0Q2hhciAyNTUvV2lkdGhzIFsyNzggMjc4IDM1NSA1NTYgNTU2IDg4OSA2NjcgMTkxIDMzMyAzMzMgMzg5IDU4NCAyNzggMzMzIDI3OCAyNzggNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDI3OCAyNzggNTg0IDU4NCA1ODQgNTU2IDEwMTUgNjY3IDY2NyA3MjIgNzIyIDY2NyA2MTEgNzc4IDcyMiAyNzggNTAwIDY2NyA1NTYgODMzIDcyMiA3NzggNjY3IDc3OCA3MjIgNjY3IDYxMSA3MjIgNjY3IDk0NCA2NjcgNjY3IDYxMSAyNzggMjc4IDI3OCA0NjkgNTU2IDMzMyA1NTYgNTU2IDUwMCA1NTYgNTU2IDI3OCA1NTYgNTU2IDIyMiAyMjIgNTAwIDIyMiA4MzMgNTU2IDU1NiA1NTYgNTU2IDMzMyA1MDAgMjc4IDU1NiA1MDAgNzIyIDUwMCA1MDAgNTAwIDMzNCAyNjAgMzM0IDU4NCAwIDU1NiAwIDIyMiA1NTYgMzMzIDEwMDAgNTU2IDU1NiAzMzMgMTAwMCA2NjcgMzMzIDEwMDAgMCA2MTEgMCAwIDIyMiAyMjIgMzMzIDMzMyAzNTAgNTU2IDEwMDAgMzMzIDEwMDAgNTAwIDMzMyA5NDQgMCA1MDAgNjY3IDAgMzMzIDU1NiA1NTYgNTU2IDU1NiAyNjAgNTU2IDMzMyA3MzcgMzcwIDU1NiA1ODQgMCA3MzcgNTUyIDQwMCA1NDkgMzMzIDMzMyAzMzMgNTc2IDUzNyAzMzMgMzMzIDMzMyAzNjUgNTU2IDgzNCA4MzQgODM0IDYxMSA2NjcgNjY3IDY2NyA2NjcgNjY3IDY2NyAxMDAwIDcyMiA2NjcgNjY3IDY2NyA2NjcgMjc4IDI3OCAyNzggMjc4IDcyMiA3MjIgNzc4IDc3OCA3NzggNzc4IDc3OCA1ODQgNzc4IDcyMiA3MjIgNzIyIDcyMiA2NjcgNjY3IDYxMSA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA4ODkgNTAwIDU1NiA1NTYgNTU2IDU1NiAyNzggMjc4IDI3OCAyNzggNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDU0OSA2MTEgNTU2IDU1NiA1NTYgNTU2IDUwMCA1NTYgNTAwIF0vRm9udERlc2NyaXB0b3IgMTAgMCBSPj4NCmVuZG9iag0KMTAgMCBvYmoNCjw8L1R5cGUgL0ZvbnREZXNjcmlwdG9yL0ZvbnROYW1lIC9BcmlhbE1UL1N0ZW1WIDgwL0Rlc2NlbnQgLTIxMi9Bc2NlbnQgOTA1L0NhcEhlaWdodCA3MTYvRmxhZ3MgMzIvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTY2NSAtMzI1IDIwMDAgMTAwNl0+Pg0KZW5kb2JqDQoxNCAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvRkFBQUJFK0hlbHZldGljYS1Cb2xkL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcvRmlyc3RDaGFyIDMyL0xhc3RDaGFyIDY1L1dpZHRocyBbMjc4IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA3MjIgXS9Gb250RGVzY3JpcHRvciAxNSAwIFI+Pg0KZW5kb2JqDQoxNSAwIG9iag0KPDwvVHlwZSAvRm9udERlc2NyaXB0b3IvRm9udE5hbWUgL0ZBQUFCRStIZWx2ZXRpY2EtQm9sZC9TdGVtViA4MC9EZXNjZW50IC0yMzAvQXNjZW50IDc3MC9DYXBIZWlnaHQgMC9GbGFncyAyNjIxNzYvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTE3MCAtMjMyIDEwMDEgOTg0XS9Gb250RmlsZTIgMTMgMCBSPj4NCmVuZG9iag0KNyAwIG9iag0KPDwvVHlwZSAvRm9udC9TdWJ0eXBlIC9UcnVlVHlwZS9CYXNlRm9udCAvRkFBQUFIK0hlbHZldGljYS1Ob3JtYWwvRW5jb2RpbmcgL1dpbkFuc2lFbmNvZGluZy9GaXJzdENoYXIgMzIvTGFzdENoYXIgMjMzL1dpZHRocyBbMjc2IDI3NiAwIDAgMCA4OTAgMCAyMjAgMzMxIDMzMSAwIDAgMjc2IDMzMSAyNzYgMjc2IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSAyNzYgMCAwIDAgMCAwIDEwMTYgNjY5IDY2OSA3MjQgNzI0IDY2OSA2MTQgNzgwIDcyNCAyNzYgMCAwIDU1OSA4MzUgNzI0IDc4MCA2NjkgNzgwIDcyNCA2NjkgNjE0IDcyNCA2NjkgMCA2NjkgNjY5IDAgMCAwIDAgMCA1NTkgMCA1NTkgNTU5IDUwNCA1NTkgNTU5IDI3NiA1NTkgMCAyMjAgMCAwIDIyMCA4MzUgNTU5IDU1OSA1NTkgMCAzMzEgNTA0IDI3NiA1NTkgNTA0IDcyNCA1MDQgNTA0IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIyMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTAwIDAgMCAwIDAgMCAwIDAgMCAwIDM2MiAwIDAgMCAwIDAgNjY5IDAgMCAwIDAgMCAwIDAgMCA2NjkgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTkgXS9Gb250RGVzY3JpcHRvciA4IDAgUj4+DQplbmRvYmoNCjggMCBvYmoNCjw8L1R5cGUgL0ZvbnREZXNjcmlwdG9yL0ZvbnROYW1lIC9GQUFBQUgrSGVsdmV0aWNhLU5vcm1hbC9TdGVtViA4MC9EZXNjZW50IC00MTcvQXNjZW50IDk2MS9DYXBIZWlnaHQgMC9GbGFncyAzMi9JdGFsaWNBbmdsZSAwL0ZvbnRCQm94IFstMzQgLTIyOCAxMDA4IDk2MV0vRm9udEZpbGUyIDYgMCBSPj4NCmVuZG9iag0KMTEgMCBvYmoNCjw8L1R5cGUgL0ZvbnQvU3VidHlwZSAvVHJ1ZVR5cGUvQmFzZUZvbnQgL0ZBQUFCQitIZWx2ZXRpY2EtTm9ybWFsLEJvbGQvRW5jb2RpbmcgL1dpbkFuc2lFbmNvZGluZy9GaXJzdENoYXIgMzIvTGFzdENoYXIgMjMzL1dpZHRocyBbMjc2IDI3NiAwIDAgMCA4OTAgMCAyMjAgMzMxIDMzMSAwIDAgMjc2IDMzMSAyNzYgMjc2IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSA1NTkgNTU5IDU1OSAyNzYgMCAwIDAgMCAwIDEwMTYgNjY5IDY2OSA3MjQgNzI0IDY2OSA2MTQgNzgwIDcyNCAyNzYgMCAwIDU1OSA4MzUgNzI0IDc4MCA2NjkgNzgwIDcyNCA2NjkgNjE0IDcyNCA2NjkgMCA2NjkgNjY5IDAgMCAwIDAgMCA1NTkgMCA1NTkgNTU5IDUwNCA1NTkgNTU5IDI3NiA1NTkgMCAyMjAgMCAwIDIyMCA4MzUgNTU5IDU1OSA1NTkgMCAzMzEgNTA0IDI3NiA1NTkgNTA0IDcyNCA1MDQgNTA0IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIyMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTAwIDAgMCAwIDAgMCAwIDAgMCAwIDM2MiAwIDAgMCAwIDAgNjY5IDAgMCAwIDAgMCAwIDAgMCA2NjkgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NTkgXS9Gb250RGVzY3JpcHRvciAxMiAwIFI+Pg0KZW5kb2JqDQoxMiAwIG9iag0KPDwvVHlwZSAvRm9udERlc2NyaXB0b3IvRm9udE5hbWUgL0ZBQUFCQitIZWx2ZXRpY2EtTm9ybWFsLEJvbGQvU3RlbVYgODAvRGVzY2VudCAtNDE3L0FzY2VudCA5NjEvQ2FwSGVpZ2h0IDAvRmxhZ3MgMzIvSXRhbGljQW5nbGUgMC9Gb250QkJveCBbLTM0IC0yMjggMTAwOCA5NjFdL0ZvbnRGaWxlMiA2IDAgUj4+DQplbmRvYmoNCjE2IDAgb2JqDQo8PC9UeXBlIC9YT2JqZWN0L1N1YnR5cGUgL0ltYWdlL1dpZHRoIDEwMTkvSGVpZ2h0IDUvQ29sb3JTcGFjZSAvRGV2aWNlUkdCL0JpdHNQZXJDb21wb25lbnQgOC9MZW5ndGggMTggMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJztyDENADAMAzDuZZQr8DocnezTuwAAAAAAwElJZqatMcYYY4wx5ssBAAAAAABueU5GWMkNCmVuZHN0cmVhbQ0KZW5kb2JqDQoxOCAwIG9iag0KNTMgDQplbmRvYmoNCjEzIDAgb2JqDQo8PC9MZW5ndGgxIDE5IDAgUi9MZW5ndGggMjAgMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJy9WH90FNW9/947Mzu7m6CbEGQDhJm4m99ZQsBHEtnCJuxCNJCGBDABaXfJTrIryWa7WfJIeVogWCBYak8rYo7vodV3avFpJwviItVSpUde1fdEjpVSK+pRi0UefR7EVzGZ972zQ7IBSv95583kzvfz/d7vr/u9d3buDRAAmASbgYOmb7ZUzJmROzkLJe9ia2zvDkRhA8wHIOXI39beF5c7aot/ibwfgNvYEe3sXrBzcDIAfwr5ks6u/o7g6b4tAGYedbaGlEBw7vzIawCWHWg/L4SCzBP875E/irwz1B3fOOlV+A/kP0I+s6unPYB+7kH+L8jbugMbo+bF3J0AVmRBjgS6lbdCn21EXsYYz0Z7euNaBygA2W+y/mhMiSrLm3+IPNpzR1AH6C9BABAeEeZiRs4U5fZBB82Gv3fJIF+mppLREgBTCXlHlxGsE6tYJvBQjNSElABF3VpN022Qah9qR3UtvISjkCW8DC7hYcjj6yAPQDuN7Q+MjrZoF4Q3waqNaOe529D5rayduUxy4BcgwvNwH3p/C/YTCzjgPJkDvyd5pBROwSj8AT6EabALHsOnD86SS2CBT0kx6syDrfAvsE+LQhQW4n2WCDAFquFTbZN2XPsr1MEgHCMimUzytMNQAdvxHoJHSSZdpw2DHZbCP+Jq2Ar/Dqe1hPZn9D8PPiZZpIKfr/0RRyqgpAZ2wn54nuQTBykla7SPUW7HHO+G/doyrQ/tLqBWBTTCJoz2AZFIISkjQ+Q97ry2WduNY5uBfSuhHe9u2AJ74VF4Rtdax88QpqB/LzRg3254Hc7C5wRICakjG+nb3J+5v/Dz+SHtGOaxEuP5YR/hsCpOspIESZQ8Qw6SV8glWkUDXA33Nh/lH8fcVsIOeBxehFfhJPwRzsF5+ApGCI85LSDfJJvIP6Pdh3QuXUvvpQ/Q0/QCV8m9x4v8LuF+4YjGa29rX2HOM6EU34UlsBxacc0p0AERfDu+B9uICA/DMLyC2Z6BM8RKbKSCVJIlZAVZQ9aTfvgReZK8QN4lH5FPyKeY3WQqUQetoH0YbyvdSZ+hCXqYnueyuDh3L3eUe4+7xE/h1/JH8T4juIS4aYapQVw++pPRM5pLe1Abwnm5BW8nlIALFhAeq9gN23Amd2LNHoUn4Wl4FhKQ0C6TGjgGJzCvD+ACfIkzNgPvfDKHVJMmshwz7CLd5HtkL2a4nxzCLI+QI/AOeYdcxnsUcqmFuugaGqD9eA/BXnpSr08ml88Vcy6ugWvR/pt7hhvmPucL+NX8d/hN/CC/l98nzBC+IdwlrBaiwkPCIeE14XfCBeGiKc+03fSk6aDppGgWbxP3iqPkVsxFJgVwEF7CVbeHiyLvhEVkG87qKngdV+95+A1chr/CUfgZyYNRjs1mofY4JLUdOJsvwnPcP4EbfkR/TO/UFnJPcRYyR/vSU1pSXFRY4HTcmi9LM/NmTJ+Wa596y5ScydlZtptvmpSZYbWYRZPAc5RAuc+x2C+rhX6VL3TU17sY7wigIJAm8KsyihZP1FFlv64mT9T0oGbHVZqelKZnTJPYZDe4XeWyzyGrb3gdcpKsXt6K+AdeR5usntfxMh0/qONJiPPz0UD22UNeWSV+2acu7gsN+vxedHfYgz83Vlc5HAbwQAZzrMKiwL0hOxKm4VOnObw+Ndfh1fu4Al8gqDYtb/V5p+fnt7nKVbKo3bFOBUedenOZYc7sZFRtbsXYrvIwyx92ZQYdwV1JD6zzMxS4u1XlAm0q9bMYWWXqVIdXnfrdj+3j7BXkeyCtU6UFiwPK4GIsza76FOtnXOAB5BpaZHRL729rVcn9bakk9NxTo1AcPibx3yOrFkedIzR4jx9rDk2tiWmeaT6H39umQnNrIteTqzOu8sP2++bnY1EOu2pdtYzOz7ffl6J/GkjJ3zqaoesdex9pQ/NYXQiL5LgD01Tldpn5dWCu1eyhVMNgezWq4dVGcJRhzGeRSnEpcQWqUHBHQN3cYqQRCHmN5O7xJiy509gY/HVtqO8ftN2OYVDf5pAHvwCcWcf5zyZKAobEVGD7Ahhk8z+2hLD/Cu7TC8PC2R0hNn19PoN32H1pAuRR6HWxjxTFLwDg+/oyft1EWODJF0x5+F7wYh4HVoHP4zg6zWIS8wjkmi3787vc9rKyxovuZSPuRtsl9zLbiBsWukfcrFXOnpuVn1WEbYh/Ivn1G8LLXy1I8s2Xn8XPLuA3TngKo1D8oGfAu571IUqKhGJrtanKUm8KWTdad/A7TEPcQ/xe037uX/mnTEmStB4nx62nuFPWKUQ0mSiYLRZ8WIko0ByrtSAb2RxBKMjGPtFcip9das3A19pksXKCOWPS1KnTMqy8SUiSnISFo0gOWXMzlQ0xe1lfo+2ifdlITQ3+ZdXkNvoU7yf2Clg41b1sodudXVNTgQMSts8qu9fWsLxV5Y9OV/ljbdtn2Q0BhwLuWFsWauLfdpvbLWKrnE3WwlqSn4E/s/n4M5lPaAXpSz5N7qbW0cS3Rz7oGH2JvoC/ql6y/KsFpGL0BFYE9P0Ctu2PzPR++2b3F2zvwq6fFs3azOgTv36HG31itMBMxfdRz4KNGDsSSO1RzID9/2amV3YeYxcnvApD2G6jNWOyDrY/0xvTxr0fzvsa3M1QsOFdBSCepQ8gz3qr8Hf/is9G6ByLazGyZuuH7VNSmMM9znMG5uEmPVN9IwQcf5+BTSifamAR5kCBMXrm53cGZranDSziXuKsjinTIVMNjDpkuoFFcJMSYzQULEQxMA+TScTAIswmW3TMow5Hhg3MwyRy0MAi3E5+rWNB17lsYKYzamAR5tEMHbOKibTWwDxk0XoDYyzapmOR+aE7DYx5YmUZNrM86XEDY570hI4tus+PDMx8ntOxlfmBuwyM+cBqSO3eKZi4zwzMg437XF8dGWy+uEID4zvDZRqYh2wuR69xJlsL3PcNjBXl4gbG2nIbdSwxHd5uYIzFUwNjLN6MWEjlRr82MOZGNbZT5tkaeZTfamAC2cJMA2M+wmwDc3C7UG1gHmYIMQMLYBJ2G9iE8p8YWISgoNYrXX1KPNweGANyXU9XcIxzTeDkcC9+v2NKZ7g3rsSUoByPBYJKdyC2Xu7pkJeGIz3x/qgi1y75/IOPxo2Q+blcWVMz21VTKddGo12KvKinO7oBXch3RNpnyay3ujLdXh43WMEkLT1dG+LhnkivbnCVj4mps7YkFugdl07klN64vCGiyJj1dzYocnA3HoB2I1XS4y9W4vFxk4kcjl1WwhHWOhUsQKcSUXrluwIxJfJdJdweUiLoLJbujSXQiz56xp10Xiv6IabFsmoPhXuMGscC8R45GE73tUpJS6VPmZCXrGDsTsWwVZRYUA4FIkGlq7dbwSnqC0SuGuOEIY4zgzEZU7uSg4JZoG1sQ/dgbL0idwxNGFuj0hkLx9OWzzUCLM6GSEAfWWBsXMHANRVPW2YKS2A8vqLHV7pfYvHj4a7Qr7DWE80XBWKoHgim1XNcFOjq60gfnyG4epEObNqyZmDXQGhceEUycsPlO3Lt8h250fJ95eTZ/xyPwbhFPdH+WLgzFL9hnHStq+Jd6+A6cZeGQ4G+tInp0vnjJ14/+ds/jUtT/P9PRpWzZgP8HM/7lXharYHZeA6rQYznf2An7y48H8qwCHrwXMb+hxJHPoaSO/DM2A6zEF2xrdatlkIYe3pQrx/1Fd3PkjSt9AgrxnRa0KJL9x5GFIHetAj1qNEFffhkve0QwJM/0w7+nQyvtZPHLG/UV4kxZ19Hw3VD67CeM0MxlHfqfCoTBS1kxDHsDSLXjTQG61HWg7uXv1WxKzsS0NgJ/TrXsNnzAnkQctZe9FiIxEOGdCr3v14is/DL+Yn+VMksT+YksLQPuKX2gYH6kloLaYAqnoBEfODUqTfhfFpKkgUJpwPJN1KEJqrykIDHUuWURqrWSV9XJc3EM136H+ePpS+xXXIulL5wVkonUO/NqiXSG7XYn5BeK01SJL91JnniuVk67twiPVdVIh2smi8lilCWkIZrkRySnqzaIj2xTZf8tFQnjzuTZCghPcbIIWkf+t8zoHc8lDLcmiLRbXqgngM6iRxI0qcPSd3OQmkdGhJPhrTW2SXd7ayRVtQmSUFCWlakx1ta9IbUUKt78KQCzUt5/wennvGcVNhy5xGpOBXhVqbtmSzJzqVSHvovf2wPdn9Lqi1Nkqeery8uddYX7ZmXJBf1GIw8lCKRFGkvepH8DGexhKyGAvLIgfoSzJk8mJAGkAwdqC+uKkhyZz3Z0oGi+qJt2OZhK8C2MklWeMrFh8WguFKcK5aJJWKhmC/OFKeLOeZss818kznTbDWbzSYzb6ZmMOcktfc9ZWy15JhsjJh4fdOpYxtNbUb1xUQJbqnvhKQJ7r+lb6F9YfaCrJrF3us8/MazbPyyp2OSp+5paGlV9+e1qXMY0PLayv5vLqUOHw3N/Qea+8+t0s+VDp+Cza/u6sPj/+Z1sjx8rt84NBf617WHGA0oar9D8arnHF55uHnVdbpXse5mh3cYVvlWtA6v8ijeRLOnmZ0b2w40+eobJ8TaORar3ncdZz7mrJ7Famq8Tncj625isRpZrEYWq8nTpMcqK/OFW+rgfwFt2bh+DQplbmRzdHJlYW0NCmVuZG9iag0KMjAgMCBvYmoNCjM0NzQgDQplbmRvYmoNCjE5IDAgb2JqDQo1ODA0IA0KZW5kb2JqDQo2IDAgb2JqDQo8PC9MZW5ndGgxIDIxIDAgUi9MZW5ndGggMjIgMCBSL0ZpbHRlciAvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KeJzNenlQXNeZ7/nO3XoDuumNTTRwgWZvQW8CJAEChDZo9gYsdRtBdwsEDQKEFstKbMdK4iTEiW09RxN5kszYk00eeTzykhpl7Kmn1NgVvZd5Fb1K1cjvJXlWbCeySzOPvNLMmL7znXu7sWxPTWrq/TNNn77n3rN933e+5fedCwFCSBb5LOFIf2jI0zRSt70Dn9zE0jc1P7nY//vfi4RAHSF0emp1peS1Z4++RAj3OLab44uJ+Re89BG8/xbe70nMnYq7D1y+D+/fJaTwtSOxyelnT/fdJcT1XWwPHMEH0jLXgPe/xPvyI/MrJy+cyaompITHNcrnFqYmCffbk4SUVuF91fzkyUUaBYmQsn7sX5KcnI/tuZD1e7xfRHr6FxeWV35jWnkFp3oN+/98cSm2+AoojxJS+ST2Z3P+CB4nAuHpB/QDfPK32hW5aYJ28u98Ooa7O0k7KblD6W1lCznPvQ7fVhsA5cQkZsI5x7D2dZScSHJJCSklFcRNqkg1qSP1pIF4yFbSSJqIl/iInwRIkGwjzaQFZ+0gu0gn6SLdZDfpIXvIXnKA9JI+EiL9ZIAMkiEyTEbIKBkj4yRKJslhMkWmSYzESYLMkDkyT5JkgSySJbJMVshxskpOkJPkFLlMfkReI2+Q90ryFYXJ6z8bTcqvkaICYiDFpFh5V3mX6JV/Uf6P8ivlt5t/G8od5X28/j/lNcIpN5R15cfK/1ZuK/+o/A/lR8o/KH+L9TeV3ykvKj9R/pvy58p15Rbe/Z3yHD59Tvkh/v135W+U7yjfVl5XrirfUi5gnz9SnlaewPY3lSvKS0pCmVceURaVvb/0qDv5n+xDzfQm9+7/LSbk5b/60Q9+jAKsK/FcphXex14xk6nLVF68TLtLLvMV+N07OX25vX/sMlchtxSWjpdeBnlXyZhzO9YvQ6c5Xa2/DHWv1RNKzDj7U/Qm0aH2Ei94QXaXSrLVy3Fm4FfBmAyl3u9J/vSt+Al6c6P8xg2oBW/qOtP5CI6M40g2zlJq3/yLwN1UAh5LrcL3Nu7Sm33vj66HWf+Q8h49h/3thAQtXovN4W0K+FlFlMrK5LJKdyh+rLNrKfHnM5SD6e8bb1Bp459CA/397Lp4mh57ABdUV72Es1SRVnXdJocTJxBFyYEVmx2/osNplysr3ZWVfp/PjxXZgvw4mnC5ID5IP7NHYLl3zsiL+prqoAtA71qVJACgxSPr0eiHnMg1tAF09r1Nb06P51bbi/y2wnADJ3FillS7355nq3EYHAZO4NrjptQ1+DocaAD1U90jrCO3PdquoR9AKlX59MRhKhVEKT4QRj7cyu+ok7rQviZQHoEAft2MOka3m8lDtMuMVHwU8AcCXuTT4bBrUgvakWEmMeyqVbBnhaiKQRTtDrWPOqXf7xbbFs/VUEqNXZVIbW13CEA8dNhcZgncZ3VwEh/k9byzSMfz1Bup2n+Qg/t0NYXGPNPWfr2/VMpBZnUAa/6wxVhaLxhEnCOnkFb7KUfxy+sF/xjHG4P1qau2LQBt2LfIossWq+WDQV7Hrxr0HO6mzu2tloFKvi2UpwkmHeUdeJea0e4/0gVGLtZlv8oFcuXvGfWV6y36hgOjo0V7Kox2446Jc6hY53yNHM0a3gmtG3eCxZUS5Q4M4Zx25dfwS5RoJSFWZF4VmBMVAUWJ87GbJlUHvKgvqnoEXbknpnNrnHW9ulGpq1owCoExjhtpwk1sGuRGH4yiFPaeMID36AOiqDMPDzVvQz05Ojk9AbtbIosCUC773Mu4l0GlnFpoMa7cTIjT4rWrsk9ToH1t6c1J7xpqJOO5yYs8+3xulUhnMMRJgnNgq7XalltmRg3Mr0F9FCpkR79HbzW4dhaGw2MB4GhgAgzDjc0R7ia93Ybb56gAnV5y5nA6Xj7eiXKqHa7Ir6BUlEtT78O7iUkaGZGypOhIfBSpbUOHch41kyd6TTdli99rl9vC+KHmjTs0mUwye9Upt8mH9CIpZHsk+73YCbtZMtrltWvchHp6RsNh3pEjGEXRJJpd2Y0tQhucDn/lK+HUFZeN2UQIuIoGNudHa2sr46LMrWCLC3fv76gTIwwJsn1q8mY2zB9QRYb79fFdLZNR18W0gO2a7TPzV91JZVnaBbjMVXYqcGIfM8+tIa7Pj6LsmBXFgYil0tY0zIelHeWo1DU9XF/AYDO0zwqzceAALcZSafWOXNzug4bymjIT5bmc9uGOvUbK6dr76yq52qKqsiwqUHPrXuyPX9yxwH0CAM8b9zA3pdq4DnnKJWXIlS9jxGldqPQHHWkdSCuAO76mz9XvP6s3OaYji58LCxM+JLp1UuIObWs+xK0f+wsA48NPOlpcgQlefGBNF4/A4tT9k0dm2Gq5aFN3ULb5GNdVCwg0sQWZmNE9ZFQv6BQzcvWpjqZSdLrMK52oRk1jeeEe26GAlCUOfi4ryh0M4uq+4TFGRPA+EVpPHhWhRgZ+o9xUmlu1FY3hm5c804sQX4hEACYPMSoqlH9Anl1kC3poRkWa59IMq0GvmDG/YGlmGyW3aWn19GETR1NnuYFGFGpdKDcsnowuzeWIHKI9WRxsQtfhGc4G05n/8tURR519op/btnXwoMgf353nsbv7h7iBEOpRHNVsgl5nUakUtVZzhCgC4J/JKct1d+raRuFuiOP1zTs2vEhvg3KLitg/B1GRKjWmTqIsIoW+oNPmsDM1VH2TrxJlJdlEu8d06Mz0w6I4t3Y8oqcQBrEq2t5mEvnhjt27cP+/vvZtk/j01W+9x//1cdeOLVUoz/lnxCM7i5ud33hYWBvVW/XMFsLKUXINEVI22oKfWRPTCnT1QTmcpCZ9do3LWWRqSyaN5bbCrZLHtK2MjfKQdZChk1lQkJmtZ319PRRS4yuKfw3336DaFrB9B4scWoXZ6EJqLYJ29he0b6Oc9my8ir3dytv0Wfo2okBNVz5uWowU26bD1DwXKqwbBN72+MX89jJfxBF3zGznJS70KH+uHzWk73NinAp8wVPHfvBdOGyvdRx92WDMdsYj/X0gfvXct78KCwezCrPHnxRufQPXr1PeoWdw/Z3Ih3dzqUAmAqrWjrojyVrI9qWDorTpUR1p2BD0RE/sQd1oP6qD4/v1Zt341/Tiw2fOPCVGZtow9uyIcbqZblNB1sCXTOIri0hp8mXu9vgI1xrkJX53Yw6GMevgqd7FpVm0eTTjnbvojg5/bQ6as7X3/hNn6GfOoZ4ghKEJlK4FcaqGO+wOm2bKMgMYds0rMkuWwzDYuwiSzhLq+TASWeeKzDYXJ7Z4EEvMjfOSYKmxe3pT1+jZ9Zwcy7ZKzzYNTZGr93jGSDSa9oy4Hs2i10gttlSm43rQpzoMWcM4GSuTMhBAQrjh1j/Ya7AbWsaFcX9wnAtjKDm5orPoD5wRpNUeTqAtRwrgdMrz6GdrRKNQsq9jZ/fAuC5Hwvgy8HkAw1zs0P1uFIdr/84wUpGnvA13kYpdhFQEMr7D7who+6WZsVP2IT0qMTZVNo6P/B2zKG/GCfjhGxTubzZYDWNDomTaIaOst/bzYbh/dfWI4KlEi/HlSTrbbDTyqGVUGPEiUc3RZ41WXW81DfHbmrJLLFtc/O69gl4IPXK0HdXQO5aDv6793eaK3KYh4dCTI920vYp5JJeKxK4RI9o4sQJK1y7bZX+p3+m1cC7o7EkkRlM/Db/1Fpjg1VRb+NKlqC6DcZmVGHGsm2kpUu9A4Wd8lmxFKeN1U/o2zUbC5oGG5vs5PtKK2lfZbQ8FYTb1FguNHVWohrtXuJUvRD5/pb0FQl3RfnDlw8NRT9Rjc1Aua/bo9B8Lp8aQalm5SSVcuQGzMGL1fWSh9k1Io8EM7z0wQxX1p108dvWI2bYjcwim2mfDUnetYBACE5w1O6+nxuq2FfjzdEae5x+MnvmyKcpNBNCcvEOqxw2MQ+eWSd++z0gUjJN9/u3o9B/5omQzWop1elOdnFOcYy7Oiazx4uvPrXYPcAdG9nUD19ejIWDopOVM6t4MJnLaEdda5J5RNL389p2Dw6PU3IPElFYKkb29qRtM5iwjCakZierBSxFzoPdep2234nStr29jiWkj9mG5hIR9wGu1YtoChamN+I2fJlIfopluXKBxNB6UI8YDcgNjsIZ2mMdU0U58AT/JJHxPwzosXPdkfGc6j0EbhPcwi5lIPRdV05jUFTWmv4NiuY7RbZu2Lxnx2x0Z2OrNQCQ3wyKq5n8i0kvu+cXkjFWnQ4cDj4d1Zl3vqbBhV7WYJeK2uHqrEIv2PmQMc2EWe1sionGk0T/BweuLj5sePFDcmp9bann++1kAsfGmAFDjgw9UVPEA89OugV6YGOradWAfIRxxYzo3QNeRdyfm+ATspf7SCmafDFypxDKU5GfuN0NyxpxV/YLW1DqYUrfHg+gHmg+KXNivQoFgdT4mBmh7+bVqTa6SOAqzweCtoUEaPdgXgomJplYjhyhK19xUv8PE801bDDY9o0nGLFBA+ZWTFtKPElQ9GFNjJsS000AYJ6koQXNuQUnDyk1prKyptGTd9CYIEDOKLp2vrwNhZS4R4aGxxr8T6595IEm3+/PuY2gmMEGz+urRLv3jUp6wrxYf1e/Hnz11+Kx2rwinnb21mLd0LWbFWtCfNI7m5h7Zzuu4vaf1hgcR59FtiaJLu7u7dknZUqAJaGcrdG4PQnCroOc9jUC9DFPkKVswu3Ghx955D+5z+lmuq6EwP5ooEh/U4H8mvgaDGuZFNdn0Mq4Tq3KzVTIKo0+MWxry6/aGuX0eTLuahiCvqQDNb/whKcr1N+IOBSdEOugDHppGuPW1i6VWdKNtKd0TR0Qpe3cXVHhA6B1CuvOKdYIAT6/mLSPQXT4YPchNjBJQ7ip3QKY/ZxFIwvxf1t1uu91mpm9vFJG0NX+APBVsWjMj1CFh9uDL6AszbP10C8aWnYfF0ZZKVGdPL7Pw0iYKu8Ops7DUUI8OpL+HWTrLm27RXLS6LUw7WdRTvZn3nqiRzpjsH6VLm8FGCoaz7gtK2bqKPQUFbknPZ+uKZ5rrRkpDLElSrYYbakJdQ8OhN1PvuxuAL3OVHOsqCBSaS83+He7aINiOzcLSkUNh/tCQ5nkwgzQz7Gh1e51Br2SV3ejnrz0XPXs2cuVq/Ny5yBWwffjSSx+mbl+7BrZ0nq/QMoa5M3JRN1utMOkwfU1LR5OUnJaUccifVZBV4HOaxxq3T3JhGpTRpKq7wkEZwXjVLia4sgBmEzq5uLIKuvalkjDrY2mM1BlIXYHTVdUgtrWgV0LKlXI1n87H/NO/mf9zzDNym1L0mAuMxZUWoHApcu58ZN3cWoI7lFuafT1E+ZqdHBqxKxWHCxtLNXUigA4dMCi/UoZom/KYqhXoi0tdNLLxnUvBINOJIPwCs7lriImIFRNEtmV+7dgBlTruiZa3YlzPcgKNJBKeAbEKVxYKywSThH6gGPMEQm+reUL9fyBTsOKuyC7T8uqpT6ULJ6JL8zkCB/emCz3x5FNt/27OAEUXL6r55wf0OtLTsHl6oCWQadVWE4G0V8eYZJHdGbEGPbnfe/nYJTEKOtEZ26XPNYw+DuLMl23ewsAY/za09pjr477swuwv/swM33jkTfHzMYPdWNUJYHrsS5gKHP5TncEaOxxOrYZrmnQc/fufqShfwywoWa8G+NB1p1MEec0SqmsYzEmdg1/lbMnuXmmMzP5kcPSzxaGQvcp2+He/SGsyT98jJUwrcWs0EK3J2F5WpuV9kprPy+GeHqGrMSs/C/0e6oCtjA+HR+GNPpNFJ5mN/a0c7QGwVob6UkG02SJlhruCNjtJTjNJkU/HPzXqMRz4UVIRVLXQds+5FEumyjTZMvGK6PkzQciZlmy5G6eoUGX/sXHaIJcJ+DcSfxm0F0kFefBQn0U2l+/IlXeXdEcBLAtnDC6Lwy2ZI3FUujxrdqmltMUgiW+sCSYREc/sX+awsz6a++Y366Lekrr76k1O45XUO9gZhvQ6f4XBYXBtswqCD2vGIp8V5OdAZxxqtFaYG8Zqkn9ShPtQIbtguVdn0Y0/Jep1xnJnT+oaQmm71aC37qq3V9tOPw+CUPTqo2jOgk4wOoxzL1ps7dY8DNV//4LRaSrJr7MFOwQhp2+XuSjL4+UFo6+WZYaIWVhmyKcRSzjJjmS0s89nUfY5BF2ytfSe0wS51GLV4qOfJSCWCJSjb5l4iuctD30xdTN6MzREI5OYX2Cu890L+d6Coy8gSHr4z+KU5xI/2PhF5mQ1zr2K3s/yiRNd1eY+dqz7PDOr9NkuV/jMM5n882zmPBjHqydLaCmhCCxFo2oGmroO3o1y2J9GUu/R25gB5qonBb57sKwaJf2bqBYZ+8gQ3TzvfOGJ3PLcxPPC1avPIjQzGO2HI1KWNPVNUTy3iGz3PQyPWeTcxCWOt/7gyoV3fvvy1ryW4u0JHcD3fjj9NMeZH1/D9cuVN+hv0UZKyQ4Nh6hnrc579dkpbZq5u6IyfVwiaZqKqYA76NS00o3K9OKLBcEt+z9fgEios3o0GClq3mKttH7hukAT4sVD2CH6LXFtxGAzuJqdIU80r1yPQbhTNEmYGXz1NwJO++Cj5lJL5E8bQsFRs13i+R9f8Dy+BvCVLz3xVDYqpjm7bVuoaLDWXmtNI+Cn0tIGzdGDzHFyHnC3V6+8tLoO3Nmr/xUjLiYftxAbn0+tgZx6S9snjseRWeo+4UDcJk7mcKO+cv36WuJa5Fo8A6DZWQFt23idCMShvMMNo0fi0WPXoMR6MdKwtwWgIYEmh3b25i5L47mgpG6cXzvZAu10HiWpgrrGgGrmbIjDkUad1+BrodRCCF5F1IJuaHwUxkcGJ4Bvbw8KLWWVO7kd5fiTWj04BHSsbywMIwM631ZobvJUe+vz6FsbMgyhlGfa8KfjKI2xpLBxzHGlpsbb2OAJBKlbxDaOdswLeKVts/qQ0FyGnSvbOGPQVb6DvcNjIY/FUcwrvJpQ5atXIueeiVyPUHNqFL6/cUd7P0SvYa+sTC+1Iwr//Pl4IpKMxhPPRBbibMSqajCPbdxhV9S5s2o2wrJ8YyYbQTORZPfZcDic587DjAQBSWrt2jWGldV3M9wL6rsZyyfeznBep+z+5CsadzLRs3bvexp67vx5ovGlaoue5VRawoRJlZy6tXrjp6up96NQCK+nnoHDqbbULbYys+VFFZmxvUY92TyS1TyOQz390Dx+aZCFqMxrFQtDcBmwrjoje6ioZUvrsdqeGZFCoNzfATDZgs4w9VzkQz/mN83b1q9TtBoePAGue98lelOMdOhydP5eW+7+DskkhhI5HBfRd7nRCNzd+vdhP3RVY3iv6bnFeOtC7COrtBKrdlTFYomGHNKnxtr37TZMq+r27DjQJngKrGUmPUbbHKOtpYQ3CPQm+uNDPzs7fRstbrC9LuarHqioGKje80WvLkdS8UEtSaG3Qs/rzKRJ7nulogpDklyd3VuKzZVOTuB01lxDfV5JgGZlO/bXbrux8sHp0B/3V4WqDC2eHS8er435Bi9shf8vHJV+V7nra8Zt0Zztvyd69o794x/lfylF3B3udawKBNIj8Jd+qPDkPHcX29/lyafeeu5FdEvoRWJOXyOYGYSwRKiH9GBxsyvcJXa8BslN0ob9dOr1LnGl23OxVGCJY2nA9jDsJx42D6zjnD/HPhdJHZYwtrF5i7HkYcmMl7F/D40TM/bJwz5xrLN+bpjV2ll/sCl30zQFcW0z16nSZaYe5VdIT5DNy5nUOT04h5m7S4oYLSovab6w3Y2lnK2D40PcaeLAOXTYRrDvWSYHLDosIaSpC4uLzX2PvFrSZRbLZRw1huUkcrmK5U00qS4s/0gIj/kTn8TyBdyOg1iwTcQ8WPwZYU6HSIiqJBwv4XPprlZ0OI8eY6Qex+i/Q4gB64ZfE2IsxvI0IaYJLF/H8hKWXxKSJWLBjCrrJiHZi4TkDBNiNmDBceYzhFgwZljasfyEkFxEiLnbseAaVvQSVnQX1v9JiA3H25/E8kNCHDjWsQ8L0ub4Z9T/V7AgL3k4X342Fh8W5Cn/m1h+Q0iBA8vfEFKI7YWfY//zoWrXXvIQssgKu0PwT4Dyqi6y+2zy/KYOAiGbemre1FmKIy3pOkcqMQJqdR777EzXBcwl+tJ1EZ8/wP4zg9ero7+crgOi4rV0narranWOHCB/la7zpAR06bpAJqAqXRfx+cMle2Jzq7GVmanJ+r6FpfnJucFY4vjc5FLHgQO7Q33DLZ9sLkm3t3Sw5k+1/kc+nxzM/p9jD4mRObKKvytkhkwhMmcyWCBLZB7rc2QQWxLkONYm8VkHcnmADJNx0k+6UWP/0OiST4xvwRmGcWQnjvxDYzuxnlTbl7BHjEzjbHGsL2B7CfZvIQfVfnPYeoosYo+DZAjR7wTO0oCr7CaN2O8wtpV8gu4/tDJN+77LpOnf/IeKvahaeehGi6AG3FAKHmiDRmiFAOyEIOyAFmjCYJsFJtCBHkHOXiiAKqiAEsiGHDCDBXJhO1RjkHXAFrDDbrCBH4zQDFthF2yDTmgAAbqhGKzgAycYMMB2gQvKoRLqoAxjXTt0AAc9UA/5IIIEe4TlxcmpmBg7OTU3OS8txpamYskV47HjCyux5ZlkYi6mX5xciiXnYvEVg1pbmkkcWRGmFubnJ8UjpxaPxJIijppZmBaW5yaXj/CnY0sL3EIyxq2cWBBWjizFYnx84fgSH59ZjXHLMyeF5dhqLCnE2DR8ciYZw7nmFpJ0cgVJ24UsdCEDu5HEPcj+AeiFPghBPwzAIAKtYRiBURiDccPx5HRsaXlqYSkGk3AYpmAaYhCHBMzAHMxDEhZgEVHoMqzAcViFE3ASTondk1PHV5BZ9WJaWJqen1yeOj6HRIgdiaXJ1ZhBZVxlUZyOJZB49j9c/wplKolbDQplbmRzdHJlYW0NCmVuZG9iag0KMjIgMCBvYmoNCjY2ODcgDQplbmRvYmoNCjIxIDAgb2JqDQo5ODgwIA0KZW5kb2JqDQoyMyAwIG9iag0KPDwvVHlwZSAvWFJlZi9XIFsxIDQgMl0vU2l6ZSAyNC9JbmZvIDEgMCBSL1Jvb3QgMiAwIFIvSUQgWzw3QUY0NUVFQjNDNzEwQTRFQUMyOEExMzY2NkI1MzNBMT48N0FGNDVFRUIzQzcxMEE0RUFDMjhBMTM2NjZCNTMzQTE+XS9MZW5ndGggMTY4Pj5zdHJlYW0NCgAAAAAA//8BAAAOQwAAAQAADwwAAAEAAA9JAAABAAAACgAAAQAAAPQAAAEAACwkAAABAAAV6gAAAQAAGLgAAAEAAA+BAAABAAATkgAAAQAAGXcAAAEAABxMAAABAAAeBAAAAQAAFDYAAAEAABUmAAABAAAdEQAAAQAADioAAAEAAB3tAAABAAAsCwAAAQAAK/IAAAEAAEa3AAABAABGngAAAQAARtAAAA0KZW5kc3RyZWFtDQplbmRvYmoNCnN0YXJ0eHJlZg0KMTgxMjgNCiUlRU9GDQo=\"\r\n    }\r\n  ],\r\n  \"entry_list\": [\r\n    {\r\n      \"debit\": 1512,\r\n      \"credit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1186846,\r\n      \"label\": \"clienttest1\"\r\n    },\r\n    {\r\n      \"credit\": 150,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 10,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 1100,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": 1187027,\r\n      \"label\": \"Prestations de services 20%\"\r\n    },\r\n    {\r\n      \"credit\": 252,\r\n      \"debit\": 0,\r\n      \"piece2\": \"1028\",\r\n      \"deadline\": \"2020-08-18\",\r\n      \"payment_type_id\": -1,\r\n      \"account_id\": \"1180209\",\r\n      \"label\": \"TVA DEDUCT.S/ACHATS\"\r\n    }\r\n  ],\r\n  \"date_piece\": \"2020-08-18\",\r\n  \"period_to\": \"2020-08-18\",\r\n  \"period_from\": \"2020-08-18\",\r\n  \"etablissement_id\": \"1855\",\r\n  \"diary_id\": 32170\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{route}}/entry/temp?type=o","host":["{{route}}"],"path":["entry","temp"],"query":[{"key":"type","value":"o","description":"E = ecriture ,   \nO = ocr ","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"WebDevSrc","value":"MEM application/json; charset=utf-8"},{"key":"Date","value":"Thu, 20 Aug 2020 15:15:18 GMT"},{"key":"Content-Length","value":"2661"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"IB\",\n    \"debit_total\": 1512,\n    \"entry_array\": [\n        {\n            \"diary\": {\n                \"id\": 32170,\n                \"code\": \"02\",\n                \"label\": \"JOURNAL DE VENTES\"\n            },\n            \"alerte\": \"\",\n            \"comment\": false,\n            \"doublon\": null,\n            \"pj_list\": [\n                {\n                    \"etat\": true,\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/Z8jzwiHLWaCBz8a\",\n                    \"name\": \"Facture  1028.pdf\",\n                    \"token\": \"Z8jzwiHLWaCBz8a\",\n                    \"baseUrl\": \"https://mycloud.myunisoft.fr\",\n                    \"download\": \"https://mycloud.myunisoft.fr/index.php/s/Z8jzwiHLWaCBz8a/download\",\n                    \"date_time\": \"2020-08-20T17:15:15\",\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/Z8jzwiHLWaCBz8a?x=90&y=120&a=true\",\n                    \"document_id\": 3644183\n                }\n            ],\n            \"entry_id\": 34644,\n            \"period_to\": null,\n            \"date_piece\": \"2020-08-18\",\n            \"entry_list\": [\n                {\n                    \"debit\": 1512,\n                    \"label\": \"clienttest1\",\n                    \"piece\": null,\n                    \"credit\": null,\n                    \"piece2\": \"1028      \",\n                    \"account\": {\n                        \"label\": \"clienttest1\",\n                        \"account_id\": 1186846,\n                        \"account_number\": \"411\",\n                        \"counterpart_account\": null\n                    },\n                    \"pj_list\": [],\n                    \"deadline\": null,\n                    \"payment_type\": {\n                        \"code\": null,\n                        \"name\": null,\n                        \"payment_type_id\": null\n                    },\n                    \"line_entry_id\": 86066\n                },\n                {\n                    \"debit\": null,\n                    \"label\": \"TVA DEDUCT.S/ACHATS\",\n                    \"piece\": null,\n                    \"credit\": 252,\n                    \"piece2\": \"1028      \",\n                    \"account\": {\n                        \"label\": \"TVA DEDUCT.S/ACHATS\",\n                        \"account_id\": 1180209,\n                        \"account_number\": \"445660\",\n                        \"counterpart_account\": null\n                    },\n                    \"pj_list\": [],\n                    \"deadline\": null,\n                    \"payment_type\": {\n                        \"code\": null,\n                        \"name\": null,\n                        \"payment_type_id\": null\n                    },\n                    \"line_entry_id\": 86070\n                },\n                {\n                    \"debit\": null,\n                    \"label\": \"Prestations de services 20%\",\n                    \"piece\": null,\n                    \"credit\": 10,\n                    \"piece2\": \"1028      \",\n                    \"account\": {\n                        \"label\": \"Prestations de services 20%\",\n                        \"account_id\": 1187027,\n                        \"account_number\": \"7061\",\n                        \"counterpart_account\": null\n                    },\n                    \"pj_list\": [],\n                    \"deadline\": null,\n                    \"payment_type\": {\n                        \"code\": null,\n                        \"name\": null,\n                        \"payment_type_id\": null\n                    },\n                    \"line_entry_id\": 86068\n                },\n                {\n                    \"debit\": null,\n                    \"label\": \"Prestations de services 20%\",\n                    \"piece\": null,\n                    \"credit\": 1100,\n                    \"piece2\": \"1028      \",\n                    \"account\": {\n                        \"label\": \"Prestations de services 20%\",\n                        \"account_id\": 1187027,\n                        \"account_number\": \"7061\",\n                        \"counterpart_account\": null\n                    },\n                    \"pj_list\": [],\n                    \"deadline\": null,\n                    \"payment_type\": {\n                        \"code\": null,\n                        \"name\": null,\n                        \"payment_type_id\": null\n                    },\n                    \"line_entry_id\": 86069\n                },\n                {\n                    \"debit\": null,\n                    \"label\": \"Prestations de services 20%\",\n                    \"piece\": null,\n                    \"credit\": 150,\n                    \"piece2\": \"1028      \",\n                    \"account\": {\n                        \"label\": \"Prestations de services 20%\",\n                        \"account_id\": 1187027,\n                        \"account_number\": \"7061\",\n                        \"counterpart_account\": null\n                    },\n                    \"pj_list\": [],\n                    \"deadline\": null,\n                    \"payment_type\": {\n                        \"code\": null,\n                        \"name\": null,\n                        \"payment_type_id\": null\n                    },\n                    \"line_entry_id\": 86067\n                }\n            ],\n            \"period_from\": null,\n            \"last_comment\": null,\n            \"account_base_id\": null,\n            \"etablissement_id\": 1855,\n            \"transaction_qonto_id\": \"\"\n        }\n    ],\n    \"credit_total\": 1512\n}"}],"_postman_id":"6c441642-0685-4e01-8f1d-2ad5ee8855a1"},{"name":"Factur-X","id":"3a5e1dda-4a9e-4f8a-be20-5d5aa537caa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/invoice?invoice_type_id=1&ocr_type_id=6&name=test&extension=pdf","description":"<p>📢 Send a Factur-X PDF.</p>\n<blockquote>\n<p>Note: BT-3 field is not yet internaly supported and that's why <code>invoice_type_id</code> must be completed.</p>\n</blockquote>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","invoice"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Required 1 = Achat / 2 = Note de frais / 3 = Vente / 4 = Avoir</p>\n","type":"text/plain"},"key":"invoice_type_id","value":"1"},{"key":"ocr_type_id","value":"6"},{"key":"name","value":"test"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"extension","value":"pdf"}],"variable":[]}},"response":[],"_postman_id":"3a5e1dda-4a9e-4f8a-be20-5d5aa537caa3"},{"name":"TRA/partial","id":"13d14242-6927-4ca3-be13-b04f64c8a6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/Leon Pro/Downloads/MHINGIS_20200424104608_5ea2a75094c2a.zip"}},"url":"https://api.myunisoft.fr/api/v1/TRA/partial","description":"<p>📢 Import entries with the TRA + PJ Archive format.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","TRA","partial"],"host":["api","myunisoft","fr"],"query":[{"disabled":true,"description":{"content":"<p>Si l'argument est présent, l'import de l'archive échouera en cas de pièces manquantes.</p>\n","type":"text/plain"},"key":"mandatory_docs","value":"1"},{"disabled":true,"description":{"content":"<p>Une fois activé, le back-end vérifiera si le fichier TRA n'a pas déjà été importé (en utilisant un hash MD5)</p>\n","type":"text/plain"},"key":"HascodeVerif","value":"true"}],"variable":[]}},"response":[{"id":"e8c421f6-0df2-4ff1-af59-44c5a1f72879","name":"TRA/partial","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{bearer-token}}","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/Leon Pro/Downloads/MHINGIS_20200424104608_5ea2a75094c2a.zip"}},"url":"https://api.myunisoft.fr/api/v1/TRA/partial"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1591814020.330864"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 10 Jun 2020 18:34:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"24"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"13d14242-6927-4ca3-be13-b04f64c8a6f8"},{"name":"FEC","id":"8f9c5d97-9e0c-441e-94a0-0f61f62e29bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{"src":"/C:/Users/MYUNISOFT - Francky/Downloads/export_fec_20201002.txt"}},"url":"https://api.myunisoft.fr/api/v1/fec?type=0&exercice_id=31&filename=export_fec_20201002.txt","description":"<p>📢 Import with FEC format (doesn't support adding a document/PJ). This endpoint require a valid exercice id.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","fec"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>0 = check if there is entries on the exercise (returns an error message),<br />1 = no verification, the data is added to the existing exercise,<br />2 = we delete the entries if present on the exercise.</p>\n","type":"text/plain"},"key":"type","value":"0"},{"key":"exercice_id","value":"31"},{"key":"filename","value":"export_fec_20201002.txt"}],"variable":[]}},"response":[],"_postman_id":"8f9c5d97-9e0c-441e-94a0-0f61f62e29bc"},{"name":"Document","id":"32379634-8287-4c96-9cf9-3c12daea15d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/octet-stream"}],"url":"https://api.myunisoft.fr/api/v1/document/add_all_types?location=ENTRIES&object_id=79985373&filename_extension=note de frais manuel.JPG&type_result=1","description":"<p>📢 Add an attachment (PJ or <strong>pièce jointe</strong>) to an existing entry.</p>\n<p><img src=\"https://github.com/MyUnisoft/api-partenaires/raw/main/docs/images/pj.PNG\" alt /></p>\n<p>The location must be ENTRIES or ENTRIES_TEMP (depending on how the entry has been created).</p>\n","urlObject":{"protocol":"https","path":["api","v1","document","add_all_types"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>ENTRIES || ENTRIES_TEMP</p>\n","type":"text/plain"},"key":"location","value":"ENTRIES"},{"key":"object_id","value":"79985373"},{"key":"filename_extension","value":"note de frais manuel.JPG"},{"key":"type_result","value":"1"}],"variable":[]}},"response":[],"_postman_id":"32379634-8287-4c96-9cf9-3c12daea15d2"},{"name":"EBICS","id":"f49270f9-94fd-45ae-8b83-d6df3ada0fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/releve_bancaire?filename=","description":"<p>📢Sending bank statements/EBICS files.</p>\n<p><strong>Duplicated entries will be ignored.</strong></p>\n<p>⚠️ <code>society-id</code> is required with a cabinet/firm access</p>\n<p>📌<strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","releve_bancaire"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>REQUIRED - Contains account entries.</p>\n","type":"text/plain"},"key":"filename","value":""}],"variable":[]}},"response":[{"id":"3fc45b12-5c99-47ea-b537-910f7540da1c","name":"EBICS","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/releve_bancaire?filename=test.dat","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","releve_bancaire"],"query":[{"key":"filename","value":"test.dat","description":"REQUIRED - Format: .dat\nContains account entries."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f49270f9-94fd-45ae-8b83-d6df3ada0fe5"},{"name":"OCR & Flux Manuel","id":"788afc4b-733b-4e29-9ef8-f30904467067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"},{"key":"society-id","value":"","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/invoice?invoice_type_id=1&ocr_type_id=3&name=test&extension=","description":"<p>📢 Sending an image or PDF for OCR processing. It is also possible to force a send on the Flux manuel.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","invoice"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Required 1 = Achat / 2 = Note de frais / 3 = Vente / 4 = Avoir</p>\n","type":"text/plain"},"key":"invoice_type_id","value":"1"},{"description":{"content":"<p>Required / 2 = MANUEL / 3 = OCR MyUnisoft / 6 = Factur-X</p>\n","type":"text/plain"},"key":"ocr_type_id","value":"3"},{"key":"name","value":"test"},{"description":{"content":"<p>Required - File extension (jpg, jpeg, tiff, tif, bmp, png, pdf)</p>\n","type":"text/plain"},"key":"extension","value":""},{"disabled":true,"description":{"content":"<ol>\n<li>No content (DEFAULT)</li>\n<li>Return document infos</li>\n</ol>\n","type":"text/plain"},"key":"return_type","value":""}],"variable":[]}},"response":[{"id":"de2ad59c-a442-4810-b5d9-1d333d751e00","name":"OCR & Flux Manuel","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://api.myunisoft.fr/api/v1/invoice?invoice_type_id=1&ocr_type_id=3&name=test&extension=pdf","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","invoice"],"query":[{"key":"invoice_type_id","value":"1","description":"Required 1 = Achat / 2 = Note de frais / 3 = Vente / 4 = Avoir"},{"key":"ocr_type_id","value":"3","description":"Required / 2 = MANUEL / 3 = OCR MyUnisoft / 5 = OCR Premium / 6 = Factur-X"},{"key":"name","value":"test"},{"key":"extension","value":"pdf","description":"Required"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"true"},{"id":"d0798a6d-077c-4af7-ad18-684e1312f3bf","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://api.myunisoft.fr/api/v1/invoice?invoice_type_id=1&ocr_type_id=3&name=test&extension=xlsx","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","invoice"],"query":[{"key":"invoice_type_id","value":"1","description":"Required 1 = Achat / 2 = Note de frais / 3 = Vente / 4 = Avoir"},{"key":"ocr_type_id","value":"3","description":"Required / 2 = MANUEL / 3 = OCR MyUnisoft / 5 = OCR Premium / 6 = Factur-X"},{"key":"name","value":"test"},{"key":"extension","value":"xlsx","description":"Required - File extension"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"OCR1\",\n    \"message\": \"Extension non acceptée\",\n    \"details\": \"\"\n}"}],"_postman_id":"788afc4b-733b-4e29-9ef8-f30904467067"},{"name":"Flags","id":"153e67c3-c077-4e5d-92a1-c347fae190e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"society-id","value":"1","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/flags?type_entry=ENTRIES_LINE&line_entry_id=1&type_flag=INFO_PJ&flagged=true&dh=2021-01-01T22%3A00%3A00.45654","description":"<p>📢 Company (dossier) Exercices. If an exercise is not closed <strong>closed_at</strong> and <strong>closed_by</strong> are set to <code>null</code>.</p>\n<p>Exercices labels are <code>N+1</code>, <code>N</code>, <code>N-1</code>, <code>N-2</code> etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface Exercice {\n  exercice_id: number;\n  start_date: string;\n  end_date: string;\n  /**Label de l'exercice ( N-1, N, N+1 etc..). */\n  label: string;\n  result: number;\n  /* Chiffre d'affaire sur l'exercice. */\n  ca: number;\n  closed: boolean;\n  duration: number;\n  closed_at: null | string;\n  /** ID de l'utilisateur qui a clotûré l'exercice. */\n  closed_by: null | number;\n  review_model: {\n    label: string;\n    id_review_model: number;\n  };\n  lettering_method_id: number;\n}\n\n</code></pre>\n<p>La propriété lettering_method_id permet de savoir si l'exercice est <strong>MONO</strong> ou <strong>MULTI</strong>. Par défaut un exercice est <strong>MONO</strong>.</p>\n<ul>\n<li>1. MONO</li>\n<li>2. MULTI</li>\n</ul>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","flags"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>ENTRIES_LINE ou ENTRIES_LINE_TEMP</p>\n","type":"text/plain"},"key":"type_entry","value":"ENTRIES_LINE"},{"description":{"content":"<p>ID de la ligne d'écriture</p>\n","type":"text/plain"},"key":"line_entry_id","value":"1"},{"description":{"content":"<p>Nom du flag</p>\n","type":"text/plain"},"key":"type_flag","value":"INFO_PJ"},{"description":{"content":"<p>true -&gt; flag (création), false -&gt; unflag (suppression)</p>\n","type":"text/plain"},"key":"flagged","value":"true"},{"description":{"content":"<p>format YYYY-MM-DDTHH:MM:SS.CCCCC</p>\n","type":"text/plain"},"key":"dh","value":"2021-01-01T22%3A00%3A00.45654"}],"variable":[]}},"response":[],"_postman_id":"153e67c3-c077-4e5d-92a1-c347fae190e6"},{"name":"CSV","id":"05b7459d-b8ec-406b-ac15-52b8ae593bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/MYUNISOFT - Francky/Downloads/export_fec_20201002.txt"}},"url":"https://api.myunisoft.fr/api/v1/csv?filename=export_csv_20201002.txt&HascodeVerif=true","description":"<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","csv"],"host":["api","myunisoft","fr"],"query":[{"key":"filename","value":"export_csv_20201002.txt"},{"description":{"content":"<p>Boolean </p>\n","type":"text/plain"},"key":"HascodeVerif","value":"true"}],"variable":[]}},"response":[],"_postman_id":"05b7459d-b8ec-406b-ac15-52b8ae593bbd"}],"id":"87950824-51c5-4b0b-8119-cec01b6cecaa","description":"<p>All endpoints to import entries and documents (which will be transformed into an accounting entry).</p>\n","_postman_id":"87950824-51c5-4b0b-8119-cec01b6cecaa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Entries","item":[{"name":"Entry (By partner ID)","id":"d589debf-278c-4ce8-a838-dc8e3d2942a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/entry/id?id_origin=20547","description":"<p>📢 Fetch an accounting entry by his unique origin id or also partners id (The key <code>entry_origin_partner_id</code> at the root of the entry payload).</p>\n<p>The response is described with the following TypeScript interface:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface PartnersEntryMetadata {\n  id_entry: number;\n  type: \"ENTRIES\" | \"ENTRIES_TEMP\";\n  json_metadata_partners?: string;\n}\n</code></pre>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","entry","id"],"host":["api","myunisoft","fr"],"query":[{"key":"id_origin","value":"20547"}],"variable":[]}},"response":[],"_postman_id":"d589debf-278c-4ce8-a838-dc8e3d2942a2"},{"name":"Entry line","id":"1897110d-9c23-454b-988a-388d95247e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Firm access only.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/entry/line_entry?line_entry_id=","description":"<p>Fetch an entry and the associated lines with its line entry id.</p>\n","urlObject":{"protocol":"https","path":["api","v1","entry","line_entry"],"host":["api","myunisoft","fr"],"query":[{"key":"line_entry_id","value":""}],"variable":[]}},"response":[{"id":"a8f21dc9-7538-476c-98e3-8832315ab52a","name":"Line entry by ID","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"https://api.myunisoft.fr/api/v1/entry/line_entry?line_entry_id=90873382","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","entry","line_entry"],"query":[{"key":"line_entry_id","value":"90873382"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n\t\"entry_id\": 31715381,\r\n\t\"etablissement_id\": 3,\r\n\t\"diary\": {\r\n\t\t\"id\": 42,\r\n\t\t\"code\": \"02\",\r\n\t\t\"label\": \"JOURNAL DE VENTES\",\r\n\t\t\"diary_type_code\": \"\"\r\n\t},\r\n\t\"comment\": \"\",\r\n\t\"date_piece\": \"20200606\",\r\n\t\"period_from\": \"\",\r\n\t\"period_to\": \"\",\r\n\t\"entry_date\": \"20210224\",\r\n\t\"pj_list\": [],\r\n\t\"entry_list\": [\r\n\t\t{\r\n\t\t\t\"line_entry_id\": 90873382,\r\n\t\t\t\"account\": {\r\n\t\t\t\t\"account_id\": 1055984,\r\n\t\t\t\t\"account_number\": \"401LEROY00\",\r\n\t\t\t\t\"label\": \"401LEROY\",\r\n\t\t\t\t\"counterpart_account\": null\r\n\t\t\t},\r\n\t\t\t\"label\": \"TEST1\",\r\n\t\t\t\"deadline\": null,\r\n\t\t\t\"piece\": \"TEST1\",\r\n\t\t\t\"piece2\": \"TEST1\",\r\n\t\t\t\"debit\": null,\r\n\t\t\t\"credit\": 55,\r\n\t\t\t\"payment_type\": null,\r\n\t\t\t\"pj_list\": []\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"line_entry_id\": 90873383,\r\n\t\t\t\"account\": {\r\n\t\t\t\t\"account_id\": 2605152,\r\n\t\t\t\t\"account_number\": \"5120000\",\r\n\t\t\t\t\"label\": \"TEST2\",\r\n\t\t\t\t\"counterpart_account\": null\r\n\t\t\t},\r\n\t\t\t\"label\": \"TEST2\",\r\n\t\t\t\"deadline\": null,\r\n\t\t\t\"piece\": \"TEST2\",\r\n\t\t\t\"piece2\": \"TEST2\",\r\n\t\t\t\"debit\": 55,\r\n\t\t\t\"credit\": null,\r\n\t\t\t\"payment_type\": null,\r\n\t\t\t\"pj_list\": []\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"1897110d-9c23-454b-988a-388d95247e5d"},{"name":"Update Entry lines labels","id":"f0a1ef29-2e4c-4c97-a4ec-cba60b61c317","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"society-id","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"label\": \"nouveau label\",\r\n    \"all_lines\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/line_entry/label/line_id","description":"<p>📢 Update entry lines label. You need to specify the new label and if you want to apply it to all lines or not.</p>\n<p>JSON Body is described by the following TypeScript interface.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface UpdateEntryLinesLabel {\n  label: string;\n  all_lines: boolean;\n}\n\n</code></pre>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","entry","line_entry","label","line_id"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0a1ef29-2e4c-4c97-a4ec-cba60b61c317"}],"id":"e2c6ec4c-148e-45b5-affc-402d14a95205","_postman_id":"e2c6ec4c-148e-45b5-affc-402d14a95205","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Révision","item":[{"name":"Dossier de Révision (DR)","item":[{"name":"dossier revision list","id":"aeca8f6a-ca2b-4c0a-99de-5623ce822443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required if you're using a firm access.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision_list","description":"<p>📢 Fetch the list of review (dossiers de révision).</p>\n<p>⚠️ <code>society-id</code> header is required <strong>with a cabinet (firm) access</strong>.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","dadp","dossier_revision_list"],"host":["api","myunisoft","fr"],"query":[{"disabled":true,"description":{"content":"<p>OPTIONAL - for a specific review.</p>\n","type":"text/plain"},"key":"review_id","value":null}],"variable":[]}},"response":[{"id":"5d08575d-e299-447a-8472-687407aa32fd","name":"dossier revision list","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision_list","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","dossier_revision_list"],"query":[{"key":"review_id","value":null,"description":"Optional - for a specific review.","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier_revision_list\": [\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2021-12-31\",\n            \"exercise\": \"N+1\",\n            \"start_date\": \"2021-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 1\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2020-12-31\",\n            \"exercise\": \"N\",\n            \"start_date\": \"2020-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 2\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2019-12-31\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 3\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2018-12-31\",\n            \"exercise\": \"N-2\",\n            \"start_date\": \"2018-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 4\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2017-12-31\",\n            \"exercise\": \"N-3\",\n            \"start_date\": \"2017-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 5\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2016-12-31\",\n            \"exercise\": \"N-4\",\n            \"start_date\": \"2016-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 6\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2015-12-31\",\n            \"exercise\": \"N-5\",\n            \"start_date\": \"2015-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 7\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2014-12-31\",\n            \"exercise\": \"N-6\",\n            \"start_date\": \"2014-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 8\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2013-12-31\",\n            \"exercise\": \"N-7\",\n            \"start_date\": \"2013-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 9\n        },\n        {\n            \"type\": {\n                \"id\": 1,\n                \"code\": \"SITU\",\n                \"label\": \"Situation\"\n            },\n            \"end_date\": \"2020-02-15\",\n            \"exercise\": \"N\",\n            \"start_date\": \"2020-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 10\n        },\n        {\n            \"type\": {\n                \"id\": 1,\n                \"code\": \"SITU\",\n                \"label\": \"Situation\"\n            },\n            \"end_date\": \"2019-04-30\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 11\n        }\n    ]\n}"},{"id":"ec7e677a-8699-4e42-b029-aed69d1ac407","name":"get one review","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision_list?review_id=3","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","dossier_revision_list"],"query":[{"key":"review_id","value":"3","description":"Optional - for a specific review."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier_revision_list\": [\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2019-12-31\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 3\n        }\n    ]\n}"}],"_postman_id":"aeca8f6a-ca2b-4c0a-99de-5623ce822443"},{"name":"dossier revision models","id":"5de0280b-d963-47c1-91b6-0d797879e90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required if you're using a firm access.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision/models","description":"<p>📢 Fetch the list of review models (dossiers de révision standards et personnalisés).</p>\n<p>⚠️ <code>society-id</code> header is required <strong>with a cabinet (firm) access</strong>.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","dadp","dossier_revision","models"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"0465fccd-df4a-42db-ad4d-e835353e5010","name":"dossier revision list","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision_list","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","dossier_revision_list"],"query":[{"key":"review_id","value":null,"description":"Optional - for a specific review.","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier_revision_list\": [\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2021-12-31\",\n            \"exercise\": \"N+1\",\n            \"start_date\": \"2021-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 1\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2020-12-31\",\n            \"exercise\": \"N\",\n            \"start_date\": \"2020-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 2\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2019-12-31\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 3\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2018-12-31\",\n            \"exercise\": \"N-2\",\n            \"start_date\": \"2018-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 4\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2017-12-31\",\n            \"exercise\": \"N-3\",\n            \"start_date\": \"2017-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 5\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2016-12-31\",\n            \"exercise\": \"N-4\",\n            \"start_date\": \"2016-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 6\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2015-12-31\",\n            \"exercise\": \"N-5\",\n            \"start_date\": \"2015-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 7\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2014-12-31\",\n            \"exercise\": \"N-6\",\n            \"start_date\": \"2014-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 8\n        },\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2013-12-31\",\n            \"exercise\": \"N-7\",\n            \"start_date\": \"2013-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 9\n        },\n        {\n            \"type\": {\n                \"id\": 1,\n                \"code\": \"SITU\",\n                \"label\": \"Situation\"\n            },\n            \"end_date\": \"2020-02-15\",\n            \"exercise\": \"N\",\n            \"start_date\": \"2020-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 10\n        },\n        {\n            \"type\": {\n                \"id\": 1,\n                \"code\": \"SITU\",\n                \"label\": \"Situation\"\n            },\n            \"end_date\": \"2019-04-30\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 11\n        }\n    ]\n}"},{"id":"86f816b3-a891-43e0-b2bf-36ab95e6bd0f","name":"get one review","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/dossier_revision_list?review_id=3","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","dossier_revision_list"],"query":[{"key":"review_id","value":"3","description":"Optional - for a specific review."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dossier_revision_list\": [\n        {\n            \"type\": {\n                \"id\": 2,\n                \"code\": \"BIL\",\n                \"label\": \"Bilan\"\n            },\n            \"end_date\": \"2019-12-31\",\n            \"exercise\": \"N-1\",\n            \"start_date\": \"2019-01-01\",\n            \"review_model\": {\n                \"label\": \"Modèle Standard Myunisoft\",\n                \"modified_by\": \"MyUniSoft\",\n                \"id_review_model\": 1,\n                \"last_modify_date\": \"2021-11-26T22:57:40\"\n            },\n            \"id_dossier_revision\": 3\n        }\n    ]\n}"}],"_postman_id":"5de0280b-d963-47c1-91b6-0d797879e90e"},{"name":"dossier revision cycle","id":"5a1ffdbb-8502-4791-8368-a3cd5bdd6c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required if you're using a firm access.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dadp/cycle?category=DA&dossier_revision_id=&start_date&end_date&section_id&cycle_da_dp_id","description":"<p>📢 Fetch the list of cycles from a selected review (dossier de révision/modèle de révision).</p>\n<p>⚠️ <code>society-id</code> header is required <strong>with a cabinet (firm) access</strong>.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","dadp","cycle"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>DA par défaut...</p>\n","type":"text/plain"},"key":"category","value":"DA"},{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"dossier_revision_id","value":""},{"description":{"content":"<p>REQUIRED - Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"start_date","value":null},{"description":{"content":"<p>REQUIRED - Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"end_date","value":null},{"description":{"content":"<p>REQUIRED - ...</p>\n","type":"text/plain"},"key":"section_id","value":null},{"description":{"content":"<p>REQUIRED - To get all cycles or a selected cycle.</p>\n<ul>\n<li>All cycles: -1</li>\n<li>One cycle: (le code/label du cycle?)</li>\n</ul>\n","type":"text/plain"},"key":"cycle_da_dp_id","value":null}],"variable":[]}},"response":[{"id":"cee529cb-3839-4e98-851f-031020056155","name":"dossier revision cycle","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"3","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/cycle?category=DA&dossier_revision_id=11733&start_date=2018-01-01&end_date=2018-12-31&section_id=1&cycle_da_dp_id=-1","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","cycle"],"query":[{"key":"category","value":"DA","description":"DA par défaut..."},{"key":"dossier_revision_id","value":"11733","description":"REQUIRED"},{"key":"start_date","value":"2018-01-01","description":"REQUIRED - Format: YYYY-MM-DD"},{"key":"end_date","value":"2018-12-31","description":"REQUIRED - Format: YYYY-MM-DD"},{"key":"section_id","value":"1","description":"REQUIRED - ..."},{"key":"cycle_da_dp_id","value":"-1","description":"REQUIRED - To get all cycles or a selected cycle.\n- All cycles: -1\n- One cycle: (le code/label du cycle?)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Dec 2021 10:55:40 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"AC-A\",\n        \"label\": \"Régularité\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 1\n    },\n    {\n        \"code\": \"AC-B\",\n        \"label\": \"Trésorerie\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 2\n    },\n    {\n        \"code\": \"AC-C\",\n        \"label\": \"Achats + Fournisseurs\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 3\n    },\n    {\n        \"code\": \"AC-D\",\n        \"label\": \"Charges Externes\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 4\n    },\n    {\n        \"code\": \"AC-E\",\n        \"label\": \"Ventes + Clients\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 5\n    },\n    {\n        \"code\": \"AC-F\",\n        \"label\": \"Stocks\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 6\n    },\n    {\n        \"code\": \"AC-G\",\n        \"label\": \"Immobilisations\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 7\n    },\n    {\n        \"code\": \"AC-H\",\n        \"label\": \"Personnel\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 8\n    },\n    {\n        \"code\": \"AC-I\",\n        \"label\": \"Etat\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 9\n    },\n    {\n        \"code\": \"AC-J\",\n        \"label\": \"Capitaux + Provisions\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 10\n    },\n    {\n        \"code\": \"AC-K\",\n        \"label\": \"Groupe et Associés\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 11\n    },\n    {\n        \"code\": \"AC-L\",\n        \"label\": \"Autres comptes\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 12\n    },\n    {\n        \"code\": \"AC-M\",\n        \"label\": \"Annexe\",\n        \"valid_rm\": \"to_validate\",\n        \"section_id\": 1,\n        \"valid_collab\": \"to_do\",\n        \"cycle_da_dp_id\": 13\n    }\n]"}],"_postman_id":"5a1ffdbb-8502-4791-8368-a3cd5bdd6c24"},{"name":"dossier revision work program (Diligences)","id":"d1276eaf-a7cb-4abb-9181-9f5df8879b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"4537","description":"<p>Required if you're using a firm access.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dadp/work_program?category=DA&start_date=2020-01-01&end_date=2020-12-31&section_id=1&cycle_id=2&workSheetOnly=0&review_id=18725","description":"<p>📢 Fetch the list of \"diligences\" for a selected cycle.</p>\n<p>⚠ <code>society-id</code> header is required <strong>with a cabinet (firm) access</strong>.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","dadp","work_program"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>DA par défaut...</p>\n","type":"text/plain"},"key":"category","value":"DA"},{"description":{"content":"<p>REQUIRED - Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"start_date","value":"2020-01-01"},{"description":{"content":"<p>REQUIRED - Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"end_date","value":"2020-12-31"},{"description":{"content":"<p>REQUIRED - ...</p>\n","type":"text/plain"},"key":"section_id","value":"1"},{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"cycle_id","value":"2"},{"description":{"content":"<p>OPTIONAL - 0 for all diligences or 1 for WorkSheets only</p>\n","type":"text/plain"},"key":"workSheetOnly","value":"0"},{"description":{"content":"<p>REQUIRED - ID of Dossier de révision</p>\n","type":"text/plain"},"key":"review_id","value":"18725"}],"variable":[]}},"response":[{"id":"98388f9d-2773-4417-aced-79e930907a20","name":"dossier revision work program","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"4537","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/dadp/work_program?category=DA&start_date=2020-01-01&end_date=2020-12-31&section_id=1&cycle_id=2&workSheetOnly=0&review_id=18725","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","dadp","work_program"],"query":[{"key":"category","value":"DA","description":"DA par défaut..."},{"key":"start_date","value":"2020-01-01","description":"REQUIRED - Format: YYYY-MM-DD"},{"key":"end_date","value":"2020-12-31","description":"REQUIRED - Format: YYYY-MM-DD"},{"key":"section_id","value":"1","description":"REQUIRED - ..."},{"key":"cycle_id","value":"2","description":"REQUIRED"},{"key":"workSheetOnly","value":"0","description":"OPTIONAL - 0 for all diligences or 1 for WorkSheets only"},{"key":"review_id","value":"18725","description":"REQUIRED - ID of Dossier de révision"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499356,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-01\",\r\n        \"help\": \"Revue de la marge, vérifier la cohérence vs N-1 / par rapport au secteur (taux de marge)\\nRevue du CA, analyser les principales variations (effet prix / effet volume)\",\r\n        \"name\": \"Analyse du Chiffre d'Affaires et de la marge\",\r\n        \"ref_id\": 31,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 31,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489592,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499357,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-02\",\r\n        \"help\": \"Rapprocher la balance client à la comptabilité \\nAnalyser l’évolution du poste clients et du ratio du crédit clients\\nRevue de tous les soldes dont l’antériorité est anormalement élevée\",\r\n        \"name\": \"Balance agée Clients\",\r\n        \"ref_id\": 32,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 32,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489593,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499358,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-03\",\r\n        \"help\": \"Analyser les soldes significatifs et l’antériorité des soldes clients\\nAppréhender les créances potentiellement douteuses (impayés, litiges, … )\",\r\n        \"name\": \"Grand livre auxiliaire annoté_Clients\",\r\n        \"ref_id\": 33,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 33,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489594,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499359,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-04\",\r\n        \"help\": \"\\r\\n<BODY text=#000000 bgColor=#ffffff>Validation et comptabilisation des créances douteuses et de la dépréciation Justifier les provisions</BODY>\",\r\n        \"name\": \"Liste des créances douteuses\",\r\n        \"ref_id\": 34,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 34,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489595,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {\r\n                            \"link\": \"https://preprod-mycloud.myunisoft.fr/index.php/s/wCgTWz72Kzq3LBW\",\r\n                            \"name\": \"FT Clients Douteux.v1.1\",\r\n                            \"token\": \"wCgTWz72Kzq3LBW\",\r\n                            \"baseUrl\": \"https://preprod-mycloud.myunisoft.fr/\",\r\n                            \"download\": \"https://preprod-mycloud.myunisoft.fr/index.php/s/wCgTWz72Kzq3LBW/download\",\r\n                            \"thumbnail\": \"https://preprod-mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/wCgTWz72Kzq3LBW?x=90&y=120&a=true\",\r\n                            \"document_id\": 3870529,\r\n                            \"original_name\": \"FT Clients Douteux.v1.1\"\r\n                        },\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499360,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-05\",\r\n        \"help\": \"Revue de l’évolution du crédit client, calcul du ratio crédit clients\",\r\n        \"name\": \"Vérification de la cohérence du crédit-client\",\r\n        \"ref_id\": 35,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 35,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489596,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499362,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-07\",\r\n        \"help\": \"Justifier tous les soldes dont l'antériorité est anormalement élévée\\nVérifier avec la direction si des clients douteux ne sont pas à constater\",\r\n        \"name\": \"Justification de tout solde ancien (avoir à établir, débouclement etc)\",\r\n        \"ref_id\": 37,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 37,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489598,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499363,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-08\",\r\n        \"help\": \"Validation du Cut Off par sondage, établir le détail des factures à établir, vérifier la cohérence avec N-1\",\r\n        \"name\": \"Liste des factures à établir\",\r\n        \"ref_id\": 38,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 38,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489599,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"FAE\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"FAE\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499364,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-09\",\r\n        \"help\": \"Validation du Cut off par sondage, établir le détail des avoirs à établir , vérifier la cohérence avec N-1\",\r\n        \"name\": \"Liste des avoirs à établir\",\r\n        \"ref_id\": 39,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 39,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489600,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"AAE\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"AAE\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": {\r\n            \"id\": 3499365,\r\n            \"value\": false\r\n        },\r\n        \"ref\": \"AC-E-10\",\r\n        \"help\": \"Validation du Cut off par sondage, établir le détail des PCA, vérifier la cohérence avec N-1\",\r\n        \"name\": \"Produits constatés d'avance\",\r\n        \"ref_id\": 40,\r\n        \"children\": {\r\n            \"id_ref_da_dp\": 40,\r\n            \"diligence_list\": [\r\n                {\r\n                    \"to\": \"2020-06-30\",\r\n                    \"from\": \"2019-07-01\",\r\n                    \"name\": \"Du 01/07/2019 Au 30/06/2020\",\r\n                    \"pj_list\": [],\r\n                    \"comments\": 0,\r\n                    \"valid_rm\": \"to_validate\",\r\n                    \"diligence_id\": 3489601,\r\n                    \"valid_collab\": \"to_do\",\r\n                    \"link_work_sheet\": \"pca\",\r\n                    \"custom_worksheet\": {\r\n                        \"original_custom_worksheet\": {},\r\n                        \"diligence_custom_worksheet\": {}\r\n                    },\r\n                    \"hasJustification\": false,\r\n                    \"label_work_sheet\": \"PCA\"\r\n                }\r\n            ]\r\n        },\r\n        \"periodicity\": \"E\"\r\n    },\r\n    {\r\n        \"na\": null,\r\n        \"ref\": \"AC-E-99\",\r\n        \"help\": \"Contrôles Divers clients et ventes\",\r\n        \"name\": \"Divers - Ventes + Clients\",\r\n        \"ref_id\": 41,\r\n        \"children\": null,\r\n        \"periodicity\": \"PONC\"\r\n    }\r\n]"}],"_postman_id":"d1276eaf-a7cb-4abb-9181-9f5df8879b0e"},{"name":"dossier revision analytic review","id":"f3f523ac-320a-448e-b219-c7813ce2699a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>with firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/dadp/analytic_review?review_id=&cycle_id=","description":"<p>📢 This endpoint lets you get the analytic review by cycle.</p>\n","urlObject":{"protocol":"https","path":["api","v1","dadp","analytic_review"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>required to provide the dossier revision id you want to review</p>\n","type":"text/plain"},"key":"review_id","value":""},{"description":{"content":"<p>required to provide the cycle id you want to work with : [1: Régularité, 2: Trésorerie , 3: Achats et fournisseurs , 4: Charges externes , 5: Ventes + clients , 6: Stocks , 7: Immobilisations , 8: Personnel , 9: Etat, 10: Capitaux et provisions, 11: Groupes et associés, 12: Autres comptes, 13: Annexe]</p>\n","type":"text/plain"},"key":"cycle_id","value":""}],"variable":[]}},"response":[],"_postman_id":"f3f523ac-320a-448e-b219-c7813ce2699a"}],"id":"06b54464-acd2-4d8f-b0d2-5fa7eacfe2c6","_postman_id":"06b54464-acd2-4d8f-b0d2-5fa7eacfe2c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Immobilisations","item":[{"name":"Immobilsations","id":"0c8c7452-e903-445c-adbd-7b2aa887a954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/immo?dossier_revision_id=","description":"<p>📢 This endpoint is used to get all fixed assets and non-current assets for a specified review file.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","immo"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the review file belonging to the accounting folder</p>\n","type":"text/plain"},"key":"dossier_revision_id","value":""}],"variable":[]}},"response":[],"_postman_id":"0c8c7452-e903-445c-adbd-7b2aa887a954"},{"name":"import Immobilisations","id":"c4e18fe1-cf6f-4a26-aeb3-0faa1e388911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/immo_import?filename&format&society_id","description":"<p>📢 This endpoint is used to import fixed assets and non-current assets to the related accounting folder.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","immo_import"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Specify the file's name data you want to import</p>\n","type":"text/plain"},"key":"filename","value":null},{"description":{"content":"<p>Choose the file's format data you try to import : \"Cegid\" = CEGID ; \"EIC\" = EIC ; \"QUADRA (ASCII)\" = ASCII ; \"Coala\" = COALA ; \"csv Loop\" = LOOP ; \"Agiris\" = AGIRIS ; \"ACD\" = ACD</p>\n","type":"text/plain"},"key":"format","value":null},{"description":{"content":"<p>The accounting folder id you would like to import data</p>\n","type":"text/plain"},"key":"society_id","value":null}],"variable":[]}},"response":[],"_postman_id":"c4e18fe1-cf6f-4a26-aeb3-0faa1e388911"}],"id":"71c758e5-d4c9-4ebb-954d-25bbe522085b","_postman_id":"71c758e5-d4c9-4ebb-954d-25bbe522085b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Véhicules","item":[{"name":"Véhicules","id":"20ccc4de-5cb8-4b67-b18e-8a3952c6de4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/vehicles?mode=","description":"<p>📢 This endpoint is used to get all fixed assets and non-current assets for a specified review file.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","vehicles"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Type of return : 1 = normal (default value) / 2 = for flags in accounting entry page</p>\n","type":"text/plain"},"key":"mode","value":""}],"variable":[]}},"response":[],"_postman_id":"20ccc4de-5cb8-4b67-b18e-8a3952c6de4c"},{"name":"import Véhicules","id":"783ef952-da75-4d40-997d-3fb65cfc7699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/vehicles_import?filename","description":"<p>📢 This endpoint is used to import fixed assets and non-current assets to the related accounting folder.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","vehicles_import"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Specify the file name data (including extension file .xlsx) you want to import</p>\n","type":"text/plain"},"key":"filename","value":null}],"variable":[]}},"response":[],"_postman_id":"783ef952-da75-4d40-997d-3fb65cfc7699"}],"id":"d4ecffb9-d183-4537-8cfc-38e22ac2cf27","_postman_id":"d4ecffb9-d183-4537-8cfc-38e22ac2cf27","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Emprunts","item":[{"name":"Emprunts","id":"ae422867-c670-47cf-a9c7-a0921edb92ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/loans?dossier_revision_id=","description":"<p>📢 This endpoint is used to get all loans for a specified review file.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","loans"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the review file belonging to the accounting folder</p>\n","type":"text/plain"},"key":"dossier_revision_id","value":""}],"variable":[]}},"response":[],"_postman_id":"ae422867-c670-47cf-a9c7-a0921edb92ef"},{"name":"import Emprunts","id":"e76433e0-03eb-403f-b9c2-11d325418379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/octet-stream","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.myunisoft.fr/api/v1/loans/excel?filename","description":"<p>📢 This endpoint is used to import loans for sepcified accounting folder.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","loans","excel"],"host":["api","myunisoft","fr"],"query":[{"key":"filename","value":null}],"variable":[]}},"response":[],"_postman_id":"e76433e0-03eb-403f-b9c2-11d325418379"}],"id":"18f65400-8d54-4960-8367-669feac20ca1","_postman_id":"18f65400-8d54-4960-8367-669feac20ca1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Leasings (Crédits-bails)","item":[{"name":"Leasings","id":"ce95351f-f571-4116-b59b-f6cb729bf3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/leasings?from&to","description":"<p>📢 This endpoint is used to get all accounting folder's leasings.</p>\n","urlObject":{"protocol":"https","path":["api","v1","leasings"],"host":["api","myunisoft","fr"],"query":[{"key":"from","value":null},{"key":"to","value":null}],"variable":[]}},"response":[],"_postman_id":"ce95351f-f571-4116-b59b-f6cb729bf3e9"},{"name":"Import Leasings","id":"6a06737e-793a-40c2-9ab3-b8cdee0f0aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"attachment","type":"file","uuid":"0f617d27-aedf-4d7c-a302-341f8a481711","value":null}]},"url":"https://api.myunisoft.fr/api/v1/leasings/import","description":"<p>📢 This endpoint is used to get all accounting folder's leasings.</p>\n","urlObject":{"protocol":"https","path":["api","v1","leasings","import"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a06737e-793a-40c2-9ab3-b8cdee0f0aa0"}],"id":"2fcb7df2-0d74-434a-9057-2e061c9b7446","_postman_id":"2fcb7df2-0d74-434a-9057-2e061c9b7446","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}}],"id":"6cf562f3-9f71-4a1d-88ca-9d258fb08321","_postman_id":"6cf562f3-9f71-4a1d-88ca-9d258fb08321","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Associates","item":[{"name":"Associate","id":"cc67fb4b-3652-477d-a8e9-ee837b87ce32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/{{id_society}}/associate","description":"<p>📢 Fetch society associates and capital.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","{{id_society}}","associate"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"b541766d-862e-4ad1-b4cf-45be792f773d","name":"Associate","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1//society/{{id_society}}/associate"},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"capital\": {\n        \"historical_id\": 31,\n        \"date\": \"2019-05-21\",\n        \"capital\": 100000,\n        \"social_part\": 10250,\n        \"social_part_value\": 9.76\n    },\n    \"associate_list\": {\n        \"physical_person_list\": [\n            {\n                \"physical_person_link_id\": 35,\n                \"physical_person\": {\n                    \"id\": 2,\n                    \"firstname\": \"Léon\",\n                    \"name\": \"Souvannavong\"\n                },\n                \"signatory_function\": {\n                    \"id\": 1,\n                    \"label\": \"Gérant\"\n                },\n                \"function\": {\n                    \"id\": 3,\n                    \"label\": \"Dirigeant associé\"\n                },\n                \"start_date\": \"2018-12-29\",\n                \"end_date\": \"2018-01-01\",\n                \"social_part\": {\n                    \"PP\": 7860,\n                    \"NP\": 500,\n                    \"US\": 500,\n                    \"percent\": 81.6\n                }\n            }\n        ],\n        \"society_list\": [\n            {\n                \"society_link_id\": 35,\n                \"society\": {\n                    \"id\": 114,\n                    \"name\": \"SOCIETE ETCHEBEST\",\n                    \"siret\": \"\",\n                    \"capital\": 0,\n                    \"address\": \"25 T Allee paul vaillant près du lac 91360 Villemoisson FRANCE\"\n                },\n                \"signatory_function\": {\n                    \"id\": 1,\n                    \"label\": \"Gérant\"\n                },\n                \"start_date\": \"2018-12-31\",\n                \"end_date\": \"\",\n                \"social_part\": {\n                    \"PP\": 1000,\n                    \"NP\": 890,\n                    \"US\": 890,\n                    \"percent\": 18.4\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"cc67fb4b-3652-477d-a8e9-ee837b87ce32"},{"name":"Capital (Associate)","id":"be90e2c6-76ad-42bd-a5ff-7ff4b3124513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"effective_date\": \"YYYY-MM-DD\",\r\n    \"capital\": 0,\r\n    \"social_part\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/capital","description":"<p>📢 Provide the capital company.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface Capital {\n    effective_date: string,\n    capital: number,\n    social_part:  number\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","society","capital"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"3d7a1178-10f5-4662-bd62-c756b121e2bf","name":"Capital (Associate)","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/capital"},"_postman_previewlanguage":"json","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"effective_date\": \"YYYY-MM-DD\",\n    \"capital\": 0,\n    \"social_part\": 0\n}"}],"_postman_id":"be90e2c6-76ad-42bd-a5ff-7ff4b3124513"},{"name":"Associé personne physique (Associate)","id":"7e69f9ca-d50f-424a-86c6-31d7cddd484c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"physical_person_id\": 0,\r\n    \"signatory_function_id\": 0,\r\n    \"function_id\": 0,\r\n    \"start_date\": \"YYYY-MM-DD\",\r\n    \"end_date\": \"YYYY-MM-DD\",\r\n    \"social_part\": {\r\n        \"PP\": 0,\r\n        \"NP\": 0,\r\n        \"US\": 0\r\n    },\r\n    \"account_id\": 0,\r\n    \"effective_date\": \"YYYY-MM-DD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/associate/natural_person","description":"<p>📢 Provide individual natural person associate.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface PersonnePhysique {\n    physical_person_id: number,\n    signatory_function_id: number,\n    function_id: number,\n    start_date: string,\n    end_date: string,\n    social_part: {\n        PP: number,\n        NP: number,\n        US: number\n    },\n    account_id: number,\n    effective_date: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","associate","natural_person"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"cf6578a6-3b01-4064-91a0-d0a054360563","name":"Associé personne physique (Associate)","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/associate/natural_person"},"_postman_previewlanguage":"json","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"physical_person_id\": 0,\n    \"signatory_function_id\": 0,\n    \"function_id\": 0,\n    \"start_date\": \"YYYT-MM-DD\",\n    \"end_date\": \"YYYT-MM-DD\",\n    \"social_part\": {\n        \"PP\": 0,\n        \"NP\": 0,\n        \"US\": 0\n    },\n    \"account_id\": 0,\n    \"effective_date\": \"YYYT-MM-DD\"\n}"}],"_postman_id":"7e69f9ca-d50f-424a-86c6-31d7cddd484c"},{"name":"Associé personne morale (Associate)","id":"f0d7dabe-2961-4e93-8d4b-862a4a7a2dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"society_id\": 0,\r\n    \"signatory_function_id\": 0,\r\n    \"start_date\": \"YYYY-MM-DD\",\r\n    \"end_date\": \"YYYY-MM-DD\",\r\n    \"social_part\": {\r\n        \"PP\": 0,\r\n        \"NP\": 0,\r\n        \"US\": 0\r\n    },\r\n    \"account_id\": 0,\r\n    \"effective_date\": \"YYYY-MM-DD\",\r\n    \"revenu_pro\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/associate/legal_entity","description":"<p>📢 Provide individual legal entity associate.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface PersonneMorale {\n    society_id: number,\n    signatory_function_id: number,\n    start_date: string,\n    end_date: string,\n    social_part: {\n        PP: number,\n        NP: number,\n        US: number\n    },\n    account_id: number,\n    effective_date: string,\n    revenu_pro: boolean\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","associate","legal_entity"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"7f6102b5-1ecc-4a86-bca5-8d1ec47956fd","name":"Associé personne morale (Associate)","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/associate/legal_entity"},"_postman_previewlanguage":"json","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"society_id\": 0,\n    \"signatory_function_id\": 0,\n    \"start_date\": \"YYYY-MM-DD\",\n    \"end_date\": \"YYYY-MM-DD\",\n    \"social_part\": {\n        \"PP\": 0,\n        \"NP\": 0,\n        \"US\": 0\n    },\n    \"account_id\": 0,\n    \"effective_date\": \"YYYY-MM-DD\",\n    \"revenu_pro\": false\n}"}],"_postman_id":"f0d7dabe-2961-4e93-8d4b-862a4a7a2dd3"}],"id":"f1bd0847-6121-4a55-a0e6-03baa84e6e49","_postman_id":"f1bd0847-6121-4a55-a0e6-03baa84e6e49","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Fiscal file","item":[{"name":"Fiscal file (onglet dossier fiscal)","id":"64f5eefe-d149-47a8-bcfd-e8e64a934588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":""},{"key":"society-id","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/fiscal_file","description":"<p>📢 Fetch information on a given company/dossier.</p>\n<blockquote>\n<p>Note: If you are using a company access it is not necessary to specify a company id. </p>\n</blockquote>\n<p>⚠️ The use of the <code>society-id</code> is optional with a firm access.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","fiscal_file"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"d80d60d9-a442-4c04-a484-3baa216140eb","name":"fiscal file (onglet dossier fiscal)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"cognix-st1iBFblXoLwtrO4CJ7I0KGY"},{"key":"society-id","value":"42","disabled":true}],"url":"{{root}}/api/v1/society"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"rof_tva\": \"TVA1\",\n    \"rof_tdfc\": \"\",\n    \"rof_cfe\": \"CFE1\",\n    \"rof_cvae\": \"CVAE1\",\n    \"rof_rcm\": \"RCM1\",\n    \"acompte_pro_mens\": false,\n    \"tva_intraco\": \"\",\n    \"due_date_tva\": 0,\n    \"adherent_code\": \"\",\n    \"mono_etab\": false,\n    \"close_entries_VAT\": false,\n    \"mail_liasse\": \"\",\n    \"exercice_declaration\": false,\n    \"fiscal_integration\": false,\n    \"head_group_if\": false,\n    \"start_date_if\": \"\",\n    \"end_date_if\": \"\",\n    \"adv_legal_form_id\": \"\",\n    \"adv_name\": \"\",\n    \"adv_name_2\": \"\",\n    \"adv_phone_number\": \"\",\n    \"adv_address_number\": \"\",\n    \"adv_street_name\": \"\",\n    \"adv_postal_code\": \"\",\n    \"adv_city\": \"\",\n    \"adv_country\": \"\",\n    \"ecf_legal_form_id\": \"\",\n    \"ecf_siren\": \"\",\n    \"ecf_name\": \"\",\n    \"ecf_name_2\": \"\",\n    \"ecf_address_number\": \"\",\n    \"ecf_street_name\": \"\",\n    \"ecf_postal_code\": \"\",\n    \"ecf_city\": \"\",\n    \"ecf_country\": \"\",\n    \"sie_address_number\": \"\",\n    \"sie_street_name\": \"\",\n    \"sie_name\": \"\",\n    \"sie_postal_code\": \"\",\n    \"sie_city\": \"\",\n    \"sie_country\": \"\",\n    \"vis_name\": \"\",\n    \"vis_agreement_number\": \"\",\n    \"vis_viseur\": false,\n    \"vis_address_number\": \"\",\n    \"vis_street_name\": \"\",\n    \"vis_postal_code\": \"\",\n    \"vis_city\": \"\",\n    \"vis_country\": \"\",\n    \"id_pers_physique\": null,\n    \"id_societe_signataire\": null,\n    \"id_societe_comptable\": null,\n    \"fiscal_decl_by_firm\": true,\n    \"id_comptable\": null,\n    \"assujetti_unique\": false,\n    \"siren_assujetti_unique\": \"\",\n    \"rof_ts\": \"TS1\",\n    \"periodicity_ts\": 0,\n    \"holding_name\": \"\",\n    \"info_bnc\": {\n        \"info_bnc_id\": 1,\n        \"membership_year\": null,\n        \"activity_code_pm\": null\n    },\n    \"society_status\": {\n        \"id\": 1,\n        \"label\": \"En activité\",\n        \"value\": \"En activité\",\n        \"effective_date\": \"2024-04-12\"\n    },\n    \"account_edi\": {\n        \"id\": 1,\n        \"label\": null,\n        \"value\": \"email@email.com\"\n    }\n}"}],"_postman_id":"64f5eefe-d149-47a8-bcfd-e8e64a934588"},{"name":"Fiscal file Create/Update (Onglet dossier fiscal)","id":"37c974f3-4f58-4463-86f3-e3a18233b8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required to select the accounting Folder</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/fiscal_file","description":"<p>📢Create/update fiscal file informations on a given company/dossier.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface FiscalFile {\n  rof_tva: string,\n  rof_tdfc: string,\n  rof_cfe: string,\n  rof_cvae: string,\n  rof_rcm: string,\n  rof_groupe: string,\n  acompte_pro_mens: boolean,\n  exercice_declaration: boolean,\n  tva_intraco: string,\n  due_date_tva: number,\n  adherent_code: string,\n  mono_etab: boolean,\n  close_entries_VAT: boolean,\n  mail_liasse: string,\n  fiscal_integration: boolean,\n  head_group_if: boolean,\n  start_date_if: string,\n  end_date_if: string,\n  adv_forme_juridique_id: number,\n  adv_name: string,\n  adv_name_2: string,\n  adv_phone_number: string,\n  adv_address_number: string,\n  adv_street_name: string,\n  adv_postal_code: string,\n  adv_city: string,\n  adv_country: string,\n  ecf_forme_juridique_id: number,\n  ecf_siren: string,\n  ecf_name: string,\n  ecf_name_2: string,\n  ecf_address_number: string,\n  ecf_street_name: string,\n  ecf_postal_code: string,\n  ecf_city: string,\n  ecf_country: string,\n  sie_address_number: string,\n  sie_street_name: string,\n  sie_name: string,\n  sie_postal_code: string,\n  sie_city: string,\n  sie_country: string,\n  vis_name: string,\n  vis_agreement_number: string,\n  vis_viseur: boolean,\n  vis_address_number: string,\n  vis_street_name: string,\n  vis_postal_code: string,\n  vis_city: string,\n  vis_country: string,\n  id_pers_physique: number,\n  id_societe_signataire: number,\n  id_societe_comptable: number,\n  fiscal_decl_by_firm: boolean,\n  id_comptable: number,\n  assujetti_unique: boolean,\n  siren_assujetti_unique: string,\n  rof_ts: string,\n  periodicity_ts: number,\n  holding_name: string,\n  adv_road_type_id: number,\n  sie_road_type_id: number,\n  ecf_road_type_id: number,\n  vis_road_type_id: number,\n  id_sheet_group: number,\n  vat_regime_id: number,\n  gestion_center_id: number,\n  account_edi_id: number,\n  info_bnc: {\n    membership_year: string,\n    activity_code_pm: string,\n    comptability_held_id: number\n  },\n  society_status: {\n    id: number,\n    effective_date: string\n  }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","society","fiscal_file"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"5ae3ca2b-df14-4942-8ca3-8decab92098a","name":"Fiscal file Create/Update (Onglet dossier fiscal)","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rof_tva\": \"TVA2\",\r\n    \"rof_tdfc\": \"IS1\",\r\n    \"rof_cfe\": \"CFE2\",\r\n    \"rof_cvae\": \"CVAE2\",\r\n    \"rof_rcm\": \"RCM2\",\r\n    \"rof_groupe\": \"\",\r\n    \"acompte_pro_mens\": false,\r\n    \"exercice_declaration\": false,\r\n    \"tva_intraco\": \"FR45530514157\",\r\n    \"due_date_tva\": 21,\r\n    \"adherent_code\": \"\",\r\n    \"mono_etab\": false,\r\n    \"close_entries_VAT\": false,\r\n    \"mail_liasse\": \"\",\r\n    \"fiscal_integration\": false,\r\n    \"head_group_if\": false,\r\n    \"start_date_if\": \"\",\r\n    \"end_date_if\": \"\",\r\n    \"adv_legal_form_id\": \"\",\r\n    \"adv_name\": \"\",\r\n    \"adv_name_2\": \"\",\r\n    \"adv_phone_number\": \"\",\r\n    \"adv_address_number\": \"\",\r\n    \"adv_street_name\": \"\",\r\n    \"adv_postal_code\": \"\",\r\n    \"adv_city\": \"\",\r\n    \"adv_country\": \"\",\r\n    \"ecf_legal_form_id\": \"\",\r\n    \"ecf_siren\": \"\",\r\n    \"ecf_name\": \"\",\r\n    \"ecf_name_2\": \"\",\r\n    \"ecf_address_number\": \"\",\r\n    \"ecf_street_name\": \"\",\r\n    \"ecf_postal_code\": \"\",\r\n    \"ecf_city\": \"\",\r\n    \"ecf_country\": \"\",\r\n    \"sie_address_number\": \"\",\r\n    \"sie_street_name\": \"\",\r\n    \"sie_name\": \"\",\r\n    \"sie_postal_code\": \"\",\r\n    \"sie_city\": \"\",\r\n    \"sie_country\": \"\",\r\n    \"vis_name\": \"\",\r\n    \"vis_agreement_number\": \"\",\r\n    \"vis_viseur\": false,\r\n    \"vis_address_number\": \"\",\r\n    \"vis_street_name\": \"\",\r\n    \"vis_postal_code\": \"\",\r\n    \"vis_city\": \"\",\r\n    \"vis_country\": \"\",\r\n    \"id_pers_physique\": null,\r\n    \"id_societe_signataire\": null,\r\n    \"id_societe_comptable\": null,\r\n    \"fiscal_decl_by_firm\": true,\r\n    \"id_comptable\": 0,\r\n    \"assujetti_unique\": false,\r\n    \"siren_assujetti_unique\": \"\",\r\n    \"rof_ts\": \"TS2\",\r\n    \"periodicity_ts\": 0,\r\n    \"holding_name\": \"\",\r\n    \"sheet_group\": {\r\n        \"id\": 3,\r\n        \"label\": \"IS-BIC-Simplifié\",\r\n        \"value\": \"ISBICS\",\r\n        \"id_bilan\": 2,\r\n        \"regime_impot\": true,\r\n        \"id_regime_impot\": 1\r\n    },\r\n    \"vat_regime\": {\r\n        \"id\": 4,\r\n        \"label\": \"Réel Normal Mensuel\",\r\n        \"value\": \"M\"\r\n    },\r\n    \"info_bnc\": {\r\n        \"info_bnc_id\": 1982,\r\n        \"membership_year\": null,\r\n        \"activity_code_pm\": null\r\n    },\r\n    \"society_status\": {\r\n        \"id\": 1,\r\n        \"label\": \"En activité\",\r\n        \"value\": \"En activité\",\r\n        \"effective_date\": \"2023-09-14\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{root}}/api/v1/society/fiscal_file"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"rof_tva\": \"TVA2\",\n    \"rof_tdfc\": \"IS1\",\n    \"rof_cfe\": \"CFE2\",\n    \"rof_cvae\": \"CVAE2\",\n    \"rof_rcm\": \"RCM2\",\n    \"rof_groupe\": \"\",\n    \"acompte_pro_mens\": false,\n    \"exercice_declaration\": false,\n    \"tva_intraco\": \"FR45530514157\",\n    \"due_date_tva\": 21,\n    \"adherent_code\": \"\",\n    \"mono_etab\": false,\n    \"close_entries_VAT\": false,\n    \"mail_liasse\": \"\",\n    \"fiscal_integration\": false,\n    \"head_group_if\": false,\n    \"start_date_if\": \"\",\n    \"end_date_if\": \"\",\n    \"adv_legal_form_id\": \"\",\n    \"adv_name\": \"\",\n    \"adv_name_2\": \"\",\n    \"adv_phone_number\": \"\",\n    \"adv_address_number\": \"\",\n    \"adv_street_name\": \"\",\n    \"adv_postal_code\": \"\",\n    \"adv_city\": \"\",\n    \"adv_country\": \"\",\n    \"ecf_legal_form_id\": \"\",\n    \"ecf_siren\": \"\",\n    \"ecf_name\": \"\",\n    \"ecf_name_2\": \"\",\n    \"ecf_address_number\": \"\",\n    \"ecf_street_name\": \"\",\n    \"ecf_postal_code\": \"\",\n    \"ecf_city\": \"\",\n    \"ecf_country\": \"\",\n    \"sie_address_number\": \"\",\n    \"sie_street_name\": \"\",\n    \"sie_name\": \"\",\n    \"sie_postal_code\": \"\",\n    \"sie_city\": \"\",\n    \"sie_country\": \"\",\n    \"vis_name\": \"\",\n    \"vis_agreement_number\": \"\",\n    \"vis_viseur\": false,\n    \"vis_address_number\": \"\",\n    \"vis_street_name\": \"\",\n    \"vis_postal_code\": \"\",\n    \"vis_city\": \"\",\n    \"vis_country\": \"\",\n    \"id_pers_physique\": null,\n    \"id_societe_signataire\": null,\n    \"id_societe_comptable\": null,\n    \"fiscal_decl_by_firm\": true,\n    \"id_comptable\": 0,\n    \"assujetti_unique\": false,\n    \"siren_assujetti_unique\": \"\",\n    \"rof_ts\": \"TS2\",\n    \"periodicity_ts\": 0,\n    \"holding_name\": \"\",\n    \"sheet_group\": {\n        \"id\": 3,\n        \"label\": \"IS-BIC-Simplifié\",\n        \"value\": \"ISBICS\",\n        \"id_bilan\": 2,\n        \"regime_impot\": true,\n        \"id_regime_impot\": 1\n    },\n    \"vat_regime\": {\n        \"id\": 4,\n        \"label\": \"Réel Normal Mensuel\",\n        \"value\": \"M\"\n    },\n    \"info_bnc\": {\n        \"info_bnc_id\": 1982,\n        \"membership_year\": null,\n        \"activity_code_pm\": null\n    },\n    \"society_status\": {\n        \"id\": 1,\n        \"label\": \"En activité\",\n        \"value\": \"En activité\",\n        \"effective_date\": \"2023-09-14\"\n    }\n}"}],"_postman_id":"37c974f3-4f58-4463-86f3-e3a18233b8e2"}],"id":"639d6237-374f-4261-968c-91b1b8182089","_postman_id":"639d6237-374f-4261-968c-91b1b8182089","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Filiale Associate","item":[{"name":"Filiale Associate","id":"5cc31972-5727-4475-88bc-dcc134feeeec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>required</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/filiale_associate","description":"<p>📢 This endpoint let you get all filiales associates added to your accounting folder.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","filiale_associate"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"f8121a32-6e31-4227-8f3d-31ed7fd91338","name":"Filiale Associate","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"","description":"Required with Frim Access","type":"text","disabled":true},{"key":"Authorization","value":"{{TOKEN}}","type":"text"},{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/filiale_associate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin"},{"key":"request-id","value":"req-06376c5d-24dd-41a1-bdcd-67873b91abf2"},{"key":"x-rate-limit-remaining","value":"9"},{"key":"x-rate-limit-reset","value":"1678719506.167875"},{"key":"x-rate-limit-total","value":"10"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"1826"},{"key":"date","value":"Mon, 13 Mar 2023 14:58:25 GMT"},{"key":"keep-alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"filiale_associate_list\": [\n    {\n      \"society_link_id\": 78,\n      \"society\": {\n        \"revenu_pro\": false,\n        \"id\": 372,\n        \"name\": \"SOCIETE DE TEST\",\n        \"siret\": \"\",\n        \"capital\": 50000,\n        \"nb_part\": 100,\n        \"date_capital\": \"20180101\",\n        \"address\": \"01 B Allee DOUDEAUVILLE HELO 29730 TREFFIAGAT FRANCE\",\n        \"account_id\": 0,\n        \"start_date\": \"2020-01-01\",\n        \"end_date\": \"\",\n        \"id_type_company\": 1,\n        \"head_group_if\": true,\n        \"fiscal_integration\": false,\n        \"assujetti_unique\": false,\n        \"vat_start_date\": \"\",\n        \"vat_end_date\": \"\",\n        \"start_date_if\": \"20200101\",\n        \"end_date_if\": \"20221231\",\n        \"direct_holding_percentage\": 0,\n        \"indirect_holding_percentage\": 0,\n        \"tax_scope\": false\n      },\n      \"signatory_function\": {\n        \"id\": 3,\n        \"label\": \"Chef d'entreprise\"\n      },\n      \"social_part\": {\n        \"PP\": 1,\n        \"NP\": 0,\n        \"US\": 0,\n        \"percent\": 1\n      }\n    },\n    {\n      \"society_link_id\": 100,\n      \"society\": {\n        \"revenu_pro\": false,\n        \"id\": 370,\n        \"name\": \"2065 BIS Exercice d\\u00e9cal\\u00e9\",\n        \"siret\": \"777555444\",\n        \"capital\": 100000,\n        \"nb_part\": 100,\n        \"date_capital\": \"20200701\",\n        \"address\": \"35 T Avenue Orange 91160 BALLAINVILLIERS FRANCE\",\n        \"account_id\": 0,\n        \"start_date\": \"2020-07-01\",\n        \"end_date\": \"\",\n        \"id_type_company\": 1,\n        \"head_group_if\": false,\n        \"fiscal_integration\": false,\n        \"assujetti_unique\": false,\n        \"vat_start_date\": \"\",\n        \"vat_end_date\": \"\",\n        \"start_date_if\": \"\",\n        \"end_date_if\": \"\",\n        \"direct_holding_percentage\": 0,\n        \"indirect_holding_percentage\": 0,\n        \"tax_scope\": false\n      },\n      \"signatory_function\": {\n        \"id\": 6,\n        \"label\": \"Co-G\\u00e9rant\"\n      },\n      \"social_part\": {\n        \"PP\": 40,\n        \"NP\": 0,\n        \"US\": 0,\n        \"percent\": 40\n      }\n    }\n  ]\n}"}],"_postman_id":"5cc31972-5727-4475-88bc-dcc134feeeec"},{"name":"Filiale Associate","id":"35a78aea-e757-4fbf-9810-086e17d35783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"society_list\" : \r\n\t[\r\n\t\t{\r\n            \"society\": {\r\n                \"society_id\": 12345,\r\n                \"effective_date\": \"YYYY-MM-DD\",\r\n                \"end_date\": \"\"\r\n            },\r\n            \"signatory_function_id\": 2,\r\n            \"social_part\": {\r\n                \"PP\": 50,\r\n                \"NP\": 0,\r\n                \"US\": 0\r\n             }\r\n        }\r\n\t]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/filiale_associate","description":"<p>📢 Add or update a filiale associate to your accounting folder.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface FilialeAssociate {\n  society_list : [\n    {\n      society: {\n        society_id: number,\n        effective_date: string,\n        end_date: string\n      },\n      signatory_function_id: number,\n      social_part: {\n        PP: number,\n        NP: number,\n        US: number\n      }\n    }\n  ]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","society","filiale_associate"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"ff0ccfb2-41ab-4970-ad25-33ea9f3ff84c","name":"Filiale Associate","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"society_list\" : \r\n\t[\r\n\t\t{\r\n            \"society\": {\r\n                \"society_id\": 12345,\r\n                \"effective_date\": \"2023-08-10\",\r\n                \"end_date\": \"\"\r\n            },\r\n            \"signatory_function_id\": 2,\r\n            \"social_part\": {\r\n                \"PP\": 10,\r\n                \"NP\": 0,\r\n                \"US\": 0\r\n             }\r\n        }\r\n\t]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{root}}/api/v1/society/filiale_associate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"35a78aea-e757-4fbf-9810-086e17d35783"}],"id":"2247c694-ea03-4ebf-9ce6-e3228c949997","_postman_id":"2247c694-ea03-4ebf-9ce6-e3228c949997","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Buildings (Immeubles)","item":[{"name":"buildings","id":"1c12ddf0-ede2-4c3c-bff6-546a60f1b6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/building","description":"<p>📢 This endpoint let you get the building list owned by a company</p>\n","urlObject":{"protocol":"https","path":["api","v1","building"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c12ddf0-ede2-4c3c-bff6-546a60f1b6f5"},{"name":"buildings","id":"1ed5007e-1758-48a4-bd4e-c59282d3a9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"acquisition_date\": \"YYYY-MM-DD\",\r\n    \"address_bis\": \"\",\r\n    \"address_number\": \"\",\r\n    \"bare_building\": false,\r\n    \"building_construction_type_id\": 1,\r\n    \"building_deduction_amort_id\": 2,\r\n    \"building_land_system_id\": 10,\r\n    \"cession_date\": \"YYYY-MM-DD\",\r\n    \"city\": \"\",\r\n    \"complement\": \"\",\r\n    \"completion_date\": \"YYYY-MM-DD\",\r\n    \"country\": \"\",\r\n    \"list_building_type_id\": [6],\r\n    \"local_number\": \"\",\r\n    \"name\": \"\",\r\n    \"postal_code\": \"\",\r\n    \"road_type_id\": 9,\r\n    \"street_name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/building","description":"<p>📢 This endpoint let you add a building owned by you accounting folder</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface Immeuble {\n  acquisition_date: string,\n  address_bis: string,\n  address_number: string,\n  bare_building: boolean,\n  building_construction_type_id: number,\n  building_deduction_amort_id: number,\n  building_land_system_id: number,\n  cession_date: string,\n  city: string,\n  complement: string,\n  completion_date: string,\n  country: string,\n  list_building_type_id: number[],\n  local_number: string,\n  name: string,\n  postal_code: string,\n  road_type_id: number,\n  street_name: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","building"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"05257af7-a065-49d9-848a-9eaa3910bd94","name":"Add buildings","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"acquisition_date\": \"2023-09-10\",\r\n    \"address_bis\": \"B\",\r\n    \"address_number\": \"8\",\r\n    \"bare_building\": true,\r\n    \"building_construction_type_id\": 1,\r\n    \"building_deduction_amort_id\": 2,\r\n    \"building_land_system_id\": 10,\r\n    \"cession_date\": \"2023-12-31\",\r\n    \"city\": \"PARIS\",\r\n    \"complement\": \"saint victorien\",\r\n    \"completion_date\": \"2023-10-20\",\r\n    \"country\": \"FRANCE\",\r\n    \"list_building_type_id\": [6],\r\n    \"local_number\": \"1\",\r\n    \"name\": \"Local principal\",\r\n    \"postal_code\": \"75000\",\r\n    \"road_type_id\": 9,\r\n    \"street_name\": \"Emile Zola\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/building"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1ed5007e-1758-48a4-bd4e-c59282d3a9ee"},{"name":"buildings","id":"9ce014b5-9faa-40e0-a20f-2b3f2aa15842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"acquisition_date\": \"YYYY-MM-DD\",\r\n    \"address_bis\": \"\",\r\n    \"address_number\": \"\",\r\n    \"bare_building\": false,\r\n    \"building_construction_type_id\": 1,\r\n    \"building_deduction_amort_id\": 2,\r\n    \"building_land_system_id\": 10,\r\n    \"cession_date\": \"YYYY-MM-DD\",\r\n    \"city\": \"\",\r\n    \"complement\": \"\",\r\n    \"completion_date\": \"YYYY-MM-DD\",\r\n    \"country\": \"\",\r\n    \"list_building_type_id\": [6],\r\n    \"local_number\": \"\",\r\n    \"name\": \"\",\r\n    \"postal_code\": \"\",\r\n    \"road_type_id\": 9,\r\n    \"street_name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/building?building_id","description":"<p>📢 This endpoint let you update a building owned by you accounting folder</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface Immeuble {\n  acquisition_date: string,\n  address_bis: string,\n  address_number: string,\n  bare_building: boolean,\n  building_construction_type_id: number,\n  building_deduction_amort_id: number,\n  building_land_system_id: number,\n  cession_date: string,\n  city: string,\n  complement: string,\n  completion_date: string,\n  country: string,\n  list_building_type_id: number[],\n  local_number: string,\n  name: string,\n  postal_code: string,\n  road_type_id: number,\n  street_name: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","building"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Specify the building id you would like to update</p>\n","type":"text/plain"},"key":"building_id","value":null}],"variable":[]}},"response":[{"id":"673086df-acc8-44cd-b5ae-cb0e58354c74","name":"Update buildings","originalRequest":{"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"acquisition_date\": \"2023-09-10\",\r\n    \"address_bis\": \"B\",\r\n    \"address_number\": \"8\",\r\n    \"bare_building\": true,\r\n    \"building_construction_type_id\": 1,\r\n    \"building_deduction_amort_id\": 2,\r\n    \"building_land_system_id\": 10,\r\n    \"cession_date\": \"2023-12-31\",\r\n    \"city\": \"PARIS\",\r\n    \"complement\": \"saint victorien\",\r\n    \"completion_date\": \"2023-10-20\",\r\n    \"country\": \"FRANCE\",\r\n    \"list_building_type_id\": [6],\r\n    \"local_number\": \"1\",\r\n    \"name\": \"Local principal\",\r\n    \"postal_code\": \"75000\",\r\n    \"road_type_id\": 9,\r\n    \"street_name\": \"Emile Zola\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/building?building_id","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","building"],"query":[{"key":"building_id","value":null,"description":"Specify the building id you would like to update"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9ce014b5-9faa-40e0-a20f-2b3f2aa15842"},{"name":"buildings","id":"f6193650-e71c-4bf0-9aea-6f553301debb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"list_building_id\": [\r\n        92\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/building","description":"<p>📢 This endpoint let you remove a building owned by you accounting folder</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface Immeuble {\n  \"list_building_id\": number[]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","building"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"6ba7d3bf-fd4d-4e74-bdc4-2135239436ff","name":"Delete buildings","originalRequest":{"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"list_building_id\": [\r\n        92\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/building"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f6193650-e71c-4bf0-9aea-6f553301debb"}],"id":"88776cff-1928-4b6e-a87a-a7f9db71dabe","_postman_id":"88776cff-1928-4b6e-a87a-a7f9db71dabe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Establishments","item":[{"name":"Establishment","id":"0a7a4da3-669d-41f9-9866-1fdc16aec427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"nom_etab_test_1\",\r\n    \"siret\": \"123456789\",\r\n    \"address_number\": \"119\",\r\n    \"road_type_id\": 1,\r\n    \"street_name\": \"de l'essaie concluant\",\r\n    \"postal_code\": \"83001\",\r\n    \"city\": {\r\n        \"label\": \"SAINT ZACHARIE\"\r\n    },\r\n    \"country\": \"FRANCE\",\r\n    \"indice_repetition\": \"B\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/establishment","description":"<p>📢 This endpoint is used to create a new establishment linked to an existing accounting folder.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface Etablissement {\n  name: string,\n  siret: string,\n  address_number: string,\n  road_type_id: number,\n  street_name: string,\n  postal_code: string,\n  city: {\n      label: string\n  },\n  country: string,\n  indice_repetition: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","society","establishment"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"235b3f40-d95d-4f59-8740-86c6a28ec37f","name":"establishment","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"nom_etab_test_1\",\r\n    \"siret\": \"123456789\",\r\n    \"address_number\": \"119\",\r\n    \"road_type_id\": 1,\r\n    \"street_name\": \"de l'essaie concluant\",\r\n    \"postal_code\": \"83001\",\r\n    \"city\": {\r\n        \"label\": \"SAINT ZACHARIE\"\r\n    },\r\n    \"country\": \"FRANCE\",\r\n    \"indice_repetition\": \"B\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{root}}/api/v1/society/establishment"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0a7a4da3-669d-41f9-9866-1fdc16aec427"},{"name":"Establishment","id":"24edbbb3-8f2e-4127-9c23-b7ed35864d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN_API}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id_society\": 12345\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/society/establishment/close?closing_date=20230910","description":"<p>📢This endpoint is used to close an establishment with its closing date.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","establishment","close"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Fill the date your establishment is closed (format = YYYYMMDD)</p>\n","type":"text/plain"},"key":"closing_date","value":"20230910"}],"variable":[]}},"response":[{"id":"63d4ee9a-82b1-46a4-abda-fb25959beb0c","name":"Establishment","originalRequest":{"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"1","description":"required with firm access","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id_society\": 12345\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{root}}/api/v1/society/establishment/close?closing_date=20230910","host":["{{root}}"],"path":["api","v1","society","establishment","close"],"query":[{"key":"closing_date","value":"20230910","description":"Fill the date your establishment is closed (format = YYYYMMDD)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"24edbbb3-8f2e-4127-9c23-b7ed35864d7c"}],"id":"a63f5310-39da-4fe1-83a9-e85dfa792ed9","_postman_id":"a63f5310-39da-4fe1-83a9-e85dfa792ed9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"RIBS (IBAN list)","item":[{"name":"RIBS (IBAN LIST)","id":"8b7a3154-1563-49d9-8823-b35f9849fead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/rib","description":"<p>📢 Company (dossier) IBAN List</p>\n<p>The response is described by the following TypeScript interface:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface RIB {\n  rib_id: number;\n  diary_id: number;\n  diary_label: string;\n  society_id: number;\n  start_date: string;\n  owner: string;\n  iban: string;\n  bic: string;\n  is_default: boolean;\n}\n\n</code></pre>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","rib"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b7a3154-1563-49d9-8823-b35f9849fead"},{"name":"RIBS","id":"504148d5-63f1-48dc-a100-6a11c47e87a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"banking_integration\": true,\r\n    \"bic\": \"ABCDFRPP\",\r\n    \"diary_id\": 669294,\r\n    \"iban\": \"FR3817569000XXXXX5232686L18\",\r\n    \"is_default\": true,\r\n    \"owner\": \"SOCIETE TEST\",\r\n    \"rib_label\": \"CIC\",\r\n    \"start_date\": \"2023-08-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/rib","description":"<p>📢 This endpoint is used to add a RIB for collecting banking data on your accounting folder.</p>\n<p>Use the interface example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface RIB {\n  banking_integration: boolean,\n  bic: string,\n  diary_id: number,\n  iban: string,\n  is_default: boolean,\n  owner: string,\n  rib_label: string,\n  start_date: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","rib"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"1f58a09d-1c88-479e-8824-fea576f1e166","name":"RIBS","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"banking_integration\": true,\r\n    \"bic\": \"ABCDFRPP\",\r\n    \"diary_id\": 669294,\r\n    \"iban\": \"FR3817569000XXXXX5232686L18\",\r\n    \"is_default\": true,\r\n    \"owner\": \"SOCIETE TEST\",\r\n    \"rib_label\": \"CIC\",\r\n    \"start_date\": \"2023-08-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/rib"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"504148d5-63f1-48dc-a100-6a11c47e87a7"},{"name":"RIBS","id":"63ab2a56-550b-4baa-9db2-ac5e5469e038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"banking_integration\": true,\r\n    \"bic\": \"ABCDFRPP\",\r\n    \"diary_id\": 669294,\r\n    \"iban\": \"FR3817569000505XXXX32686L18\",\r\n    \"is_default\": true,\r\n    \"owner\": \"SOCIETE TEST\",\r\n    \"rib_id\": 10665,\r\n    \"rib_label\": \"BNP\",\r\n    \"start_date\": \"2023-08-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/rib/:id","description":"<p>📢 This endpoint is used to update an existing parametered RIB on your accounting folder.</p>\n<p>💥The rib_id is needed in URL path variable.</p>\n<p>Use the interface example above :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface RIB {\n  banking_integration: boolean,\n  bic: string,\n  diary_id: number,\n  iban: string,\n  is_default: true,\n  owner: string,\n  rib_id: number,\n  rib_label: string,\n  start_date: string\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","rib",":id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"cfcd51ee-1ff2-40ec-932f-8548325e4718","type":"any","value":"10665","key":"id"}]}},"response":[{"id":"35d82b7a-43ba-44a9-9323-e90a1f5f8d23","name":"RIBS","originalRequest":{"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"banking_integration\": true,\r\n    \"bic\": \"ABCDFRPP\",\r\n    \"diary_id\": 669294,\r\n    \"iban\": \"FR3817569000505XXXX32686L18\",\r\n    \"is_default\": true,\r\n    \"owner\": \"SOCIETE TEST\",\r\n    \"rib_id\": 10665,\r\n    \"rib_label\": \"BNP\",\r\n    \"start_date\": \"2023-08-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/rib/:id","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","rib",":id"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63ab2a56-550b-4baa-9db2-ac5e5469e038"},{"name":"RIBS","id":"dcc1de45-40d0-40fa-9a9f-9297efdc722e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rib_id\": [\r\n        10665\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/rib","description":"<p>📢 This endpoint lets you remove an existing parametered RIB/IBAN from an accounting folder.</p>\n<p>Use the example interface above to do it :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface RIB {\n  \"rib_id\": number[]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","rib"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"73ee580c-346b-46ae-b776-24f58acb83e3","name":"RIBS","originalRequest":{"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"Required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rib_id\": [\r\n        10665\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/rib"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dcc1de45-40d0-40fa-9a9f-9297efdc722e"}],"id":"0586a8fd-81e8-44ec-9067-208323849aa3","_postman_id":"0586a8fd-81e8-44ec-9067-208323849aa3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Diary (Journaux)","item":[{"name":"Diary (journaux)","id":"86cd5b0b-f7f3-4f92-993c-f14dbaee8d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"API\",\r\n    \"name\": \"JOURNAL TESTS\",\r\n    \"diary_type_id\": 3,\r\n    \"diary_account_id\": 1234567\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/diary","description":"<p>📢 This endpoint allows you to create an accounting diary.</p>\n<p>It requires to provide the diary_type_id. See the list :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>id</strong></th>\n<th><strong>name</strong></th>\n<th><strong>code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Achat</td>\n<td>ACH</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Vente</td>\n<td>VTE</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Banque</td>\n<td>BQ</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Caisse</td>\n<td>CAISSE</td>\n</tr>\n<tr>\n<td>5</td>\n<td>OD</td>\n<td>OD</td>\n</tr>\n<tr>\n<td>6</td>\n<td>OD AUDIT</td>\n<td>OD_AUDIT</td>\n</tr>\n<tr>\n<td>8</td>\n<td>À extourner</td>\n<td>A_EXT</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Extourne</td>\n<td>EXT</td>\n</tr>\n<tr>\n<td>10</td>\n<td>À Nouveaux</td>\n<td>AN</td>\n</tr>\n<tr>\n<td>11</td>\n<td>OD Paie</td>\n<td>AD_PAIE</td>\n</tr>\n<tr>\n<td>12</td>\n<td>OD Lettrage</td>\n<td>OD_LET</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Note de frais</td>\n<td>NDF</td>\n</tr>\n<tr>\n<td>14</td>\n<td>OD TVA</td>\n<td>OD_DECL_FISCALE</td>\n</tr>\n<tr>\n<td>15</td>\n<td>OD Extracomptable</td>\n<td>OD_EXC</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Reprise Balance</td>\n<td>RBAL</td>\n</tr>\n</tbody>\n</table>\n</div><p>You may need to provide the diary_account_id (for bank diaries)</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","diary"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"e03735fb-d68b-474b-bcd3-159fa1f32775","name":"diary","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"TEST\",\r\n    \"name\": \"JOURNAL TESTS\",\r\n    \"diary_type_id\": 3,\r\n    \"diary_account_id\": 18720228\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/diary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596441345.429604"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 07:55:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"2535"}],"cookie":[],"responseTime":null,"body":"{\n    \"diary_id\": 123456\n}"}],"_postman_id":"86cd5b0b-f7f3-4f92-993c-f14dbaee8d0d"},{"name":"Diary (journaux)","id":"7f8b9816-b75e-4a98-b7ab-58ad521f4894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/diary?q&type&code","description":"<p>📢 List of diaries (journaux).</p>\n<ul>\n<li>The name property can be updated and should not be used as a constraint key.</li>\n<li>Some diary have an account like Bank (To define to which bank the accounting entries should be attached).</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n<th>traduction</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Achat</td>\n<td>Purchase</td>\n<td>ACH</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Vente</td>\n<td>Sale</td>\n<td>VTE</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Banque</td>\n<td>Bank</td>\n<td>BQ</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Caisse</td>\n<td>-</td>\n<td>CAISSE</td>\n</tr>\n<tr>\n<td>5</td>\n<td>OD</td>\n<td>Various operations</td>\n<td>OD</td>\n</tr>\n<tr>\n<td>6</td>\n<td>OD Audit</td>\n<td>-</td>\n<td>OD_AUDIT</td>\n</tr>\n<tr>\n<td>7</td>\n<td>OD Simulation</td>\n<td>-</td>\n<td>OD_SIMUL</td>\n</tr>\n<tr>\n<td>8</td>\n<td>À extourner</td>\n<td>To be extorted</td>\n<td>A_EXT</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Extourne</td>\n<td>-</td>\n<td>EXT</td>\n</tr>\n<tr>\n<td>10</td>\n<td>À Nouveaux</td>\n<td>-</td>\n<td>AN</td>\n</tr>\n<tr>\n<td>11</td>\n<td>OD Paie</td>\n<td>OD Payroll</td>\n<td>OD_PAIE</td>\n</tr>\n<tr>\n<td>12</td>\n<td>OD Lettrage</td>\n<td>-</td>\n<td>OD_LET</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Note de frais</td>\n<td>Expense report</td>\n<td>NDF</td>\n</tr>\n<tr>\n<td>14</td>\n<td>OD TVA</td>\n<td>OD VAT</td>\n<td>OD_DECL_FISCALE</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","diary"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>OPTIONAL - Fetch diaries whose name and code include \"q\".</p>\n","type":"text/plain"},"key":"q","value":null},{"description":{"content":"<p>OPTIONAL - Fetch diaries by type.</p>\n","type":"text/plain"},"key":"type","value":null},{"description":{"content":"<p>OPTIONAL - Get diary by code.</p>\n","type":"text/plain"},"key":"code","value":null}],"variable":[]}},"response":[{"id":"f23db0d7-87ed-4fbc-ae85-a482d228d3bf","name":"Get all","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/diary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596441345.429604"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 07:55:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"2535"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"01\",\n        \"name\": \"JOURNAL D'ACHATS\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31420,\n        \"diary_type_id\": 1,\n        \"diary_type_code\": \"ACH\",\n        \"diary_type_name\": \"Achat\"\n    },\n    {\n        \"code\": \"02\",\n        \"name\": \"JOURNAL DE VENTES\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31421,\n        \"diary_type_id\": 2,\n        \"diary_type_code\": \"VTE\",\n        \"diary_type_name\": \"Vente\"\n    },\n    {\n        \"code\": \"03\",\n        \"name\": \"JOURNAL D'ACHATS BIS\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31422,\n        \"diary_type_id\": 1,\n        \"diary_type_code\": \"ACH\",\n        \"diary_type_name\": \"Achat\"\n    },\n    {\n        \"code\": \"09\",\n        \"name\": \"JOURNAL NDF\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31423,\n        \"diary_type_id\": 13,\n        \"diary_type_code\": \"NDF\",\n        \"diary_type_name\": \"Note de frais\"\n    },\n    {\n        \"code\": \"15\",\n        \"name\": \"JOURNAL BANQUE\",\n        \"account\": {\n            \"id\": 1158058,\n            \"label\": \"BANQUES\",\n            \"number\": \"512000\"\n        },\n        \"blocked\": false,\n        \"diary_id\": 31424,\n        \"diary_type_id\": 3,\n        \"diary_type_code\": \"BQ\",\n        \"diary_type_name\": \"Banque\"\n    },\n    {\n        \"code\": \"18\",\n        \"name\": \"JOURNAL DE CAISSE\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31425,\n        \"diary_type_id\": 4,\n        \"diary_type_code\": \"CAISSE\",\n        \"diary_type_name\": \"Caisse\"\n    },\n    {\n        \"code\": \"20\",\n        \"name\": \"JOURNAL D' OD\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31426,\n        \"diary_type_id\": 5,\n        \"diary_type_code\": \"OD\",\n        \"diary_type_name\": \"OD\"\n    },\n    {\n        \"code\": \"21\",\n        \"name\": \"JOURNAL  SITUATIONS\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31427,\n        \"diary_type_id\": 7,\n        \"diary_type_code\": \"OD_SIMUL\",\n        \"diary_type_name\": \"OD Simulation\"\n    },\n    {\n        \"code\": \"30\",\n        \"name\": \"JOURNAL DE PAIE\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31428,\n        \"diary_type_id\": 11,\n        \"diary_type_code\": \"OD_PAIE\",\n        \"diary_type_name\": \"OD Paie\"\n    },\n    {\n        \"code\": \"40\",\n        \"name\": \"JOURNAL AN\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31429,\n        \"diary_type_id\": 10,\n        \"diary_type_code\": \"AN\",\n        \"diary_type_name\": \"À Nouveaux\"\n    },\n    {\n        \"code\": \"50\",\n        \"name\": \"JOURNAL OD DECL FISCALE\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31430,\n        \"diary_type_id\": 14,\n        \"diary_type_code\": \"OD_DECL_FISCALE\",\n        \"diary_type_name\": \"OD TVA\"\n    },\n    {\n        \"code\": \"60\",\n        \"name\": \"JOURNAL OD LETTRAGE\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31431,\n        \"diary_type_id\": 12,\n        \"diary_type_code\": \"OD_LET\",\n        \"diary_type_name\": \"OD Lettrage\"\n    },\n    {\n        \"code\": \"98\",\n        \"name\": \"JOURNAL A EXTOURNER\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31432,\n        \"diary_type_id\": 8,\n        \"diary_type_code\": \"A_EXT\",\n        \"diary_type_name\": \"À extourner\"\n    },\n    {\n        \"code\": \"99\",\n        \"name\": \"JOURNAL EXTOURNE\",\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 31433,\n        \"diary_type_id\": 9,\n        \"diary_type_code\": \"EXT\",\n        \"diary_type_name\": \"Extourne\"\n    }\n]"},{"id":"638d697d-5751-44f7-8bee-a5a79f4c4975","name":"Get one (by code)","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/diary?code=01","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","diary"],"query":[{"key":"code","value":"01","description":"OPTIONAL - Get diary by code."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"01\",\n        \"name\": \"JOURNAL D'ACHATS\",\n        \"closed\": false,\n        \"account\": null,\n        \"blocked\": true,\n        \"diary_id\": 188,\n        \"diary_type_id\": 1,\n        \"diary_type_code\": \"ACH\",\n        \"diary_type_name\": \"Achat\"\n    }\n]"},{"id":"2364c5d1-90cd-48b5-b2d5-ceca95bbf2ac","name":"Fetch diaries by type","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/diary?type=ACH","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","diary"],"query":[{"key":"type","value":"ACH","description":"OPTIONAL - Fetch diaries by type."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"01\",\n        \"name\": \"JOURNAL D'ACHATS\",\n        \"closed\": false,\n        \"account\": null,\n        \"blocked\": true,\n        \"diary_id\": 188,\n        \"diary_type_id\": 1,\n        \"diary_type_code\": \"ACH\",\n        \"diary_type_name\": \"Achat\"\n    },\n    {\n        \"code\": \"03\",\n        \"name\": \"JOURNAL D'ACHATS BIS\",\n        \"closed\": false,\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 190,\n        \"diary_type_id\": 1,\n        \"diary_type_code\": \"ACH\",\n        \"diary_type_name\": \"Achat\"\n    }\n]"},{"id":"54616b56-bf93-4bb0-81c7-6c83f67c309f","name":"Fetch by diary name","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/diary?q=situation","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","diary"],"query":[{"key":"q","value":"situation","description":"OPTIONAL - Fetch diaries whose name and code include \"q\"."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"21\",\n        \"name\": \"JOURNAL  SITUATIONS\",\n        \"closed\": false,\n        \"account\": null,\n        \"blocked\": false,\n        \"diary_id\": 199,\n        \"diary_type_id\": 5,\n        \"diary_type_code\": \"OD\",\n        \"diary_type_name\": \"OD\"\n    },\n    {\n        \"code\": \"ECS\",\n        \"name\": \"EXTRA COMPTABLE DE SITUATION\",\n        \"closed\": false,\n        \"account\": null,\n        \"blocked\": true,\n        \"diary_id\": 58952,\n        \"diary_type_id\": 15,\n        \"diary_type_code\": \"OD_EXC\",\n        \"diary_type_name\": \"OD Extracomptable\"\n    }\n]"}],"_postman_id":"7f8b9816-b75e-4a98-b7ab-58ad521f4894"},{"name":"Diary (journaux)","id":"80988a83-4591-4e77-bc86-4d0336a906cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"JOURNAL A MODIFIER\",\r\n    \"diary_type_id\": 3,\r\n    \"diary_account_id\": 1234567\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/diary?id","description":"<p>📢 This endpoint allows you to update an accounting diary.</p>\n<p>It requires to provide the diary_type_id. See the list :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>id</strong></th>\n<th><strong>name</strong></th>\n<th><strong>code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Achat</td>\n<td>ACH</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Vente</td>\n<td>VTE</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Banque</td>\n<td>BQ</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Caisse</td>\n<td>CAISSE</td>\n</tr>\n<tr>\n<td>5</td>\n<td>OD</td>\n<td>OD</td>\n</tr>\n<tr>\n<td>6</td>\n<td>OD AUDIT</td>\n<td>OD_AUDIT</td>\n</tr>\n<tr>\n<td>8</td>\n<td>À extourner</td>\n<td>A_EXT</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Extourne</td>\n<td>EXT</td>\n</tr>\n<tr>\n<td>10</td>\n<td>À Nouveaux</td>\n<td>AN</td>\n</tr>\n<tr>\n<td>11</td>\n<td>OD Paie</td>\n<td>AD_PAIE</td>\n</tr>\n<tr>\n<td>12</td>\n<td>OD Lettrage</td>\n<td>OD_LET</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Note de frais</td>\n<td>NDF</td>\n</tr>\n<tr>\n<td>14</td>\n<td>OD TVA</td>\n<td>OD_DECL_FISCALE</td>\n</tr>\n<tr>\n<td>15</td>\n<td>OD Extracomptable</td>\n<td>OD_EXC</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Reprise Balance</td>\n<td>RBAL</td>\n</tr>\n</tbody>\n</table>\n</div><p>You may need to provide the diary_account_id (for bank diaries)</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","diary"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>provide the diary id you try to update</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"f4fe7311-5220-477f-9d8c-b215144886d9","name":"diary","originalRequest":{"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"JOURNAL TEST MODIFIE\",\r\n    \"diary_type_id\": 1,\r\n    \"diary_account_id\": 18721456,\r\n    \"closed\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/diary?id=123456","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","diary"],"query":[{"key":"id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596441345.429604"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 07:55:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"2535"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Success\",\n    \"message\": \"\"\n}"}],"_postman_id":"80988a83-4591-4e77-bc86-4d0336a906cc"},{"name":"Diary (journaux)","id":"dae39388-133b-4f76-bc85-2db5e47ba761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>Required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"diary\": [\r\n        123456\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/diary","description":"<p>📢 This endpoint allows you to delete accounting diaries.</p>\n<p>It requires to provide the diary id in the body.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","diary"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"eaac71a3-f24b-4c02-92c4-6376ff32a96e","name":"diary","originalRequest":{"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"diary\": [\r\n        123456\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/diary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596441345.429604"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 07:55:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"2535"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Success\",\n    \"message\": \"\"\n}"}],"_postman_id":"dae39388-133b-4f76-bc85-2db5e47ba761"}],"id":"3e663351-d344-4fda-b681-78304d4101eb","_postman_id":"3e663351-d344-4fda-b681-78304d4101eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Comments (Entries)","item":[{"name":"Create Entry Comment","id":"82414c33-8705-4a58-ab27-55fa9f1152c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Votre commentaire\",\r\n    \"entry_id\": 1234567,\r\n    \"location\" : \"ENTRIES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/comment","urlObject":{"protocol":"https","path":["api","v1","entry","comment"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"fec9c3c2-66f9-4d9c-9c79-1979ee7078fc","name":"Create Entry Comment","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Votre commentaire\",\r\n    \"entry_id\": 1234567,\r\n    \"location\" : \"ENTRIES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/comment"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82414c33-8705-4a58-ab27-55fa9f1152c3"},{"name":"Update Entry Comment","id":"82e55578-0b6b-433c-bca0-0bafb6314824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>required with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Votre commentaire modifié\",\r\n    \"entry_id\": 1234567,\r\n    \"location\" : \"ENTRIES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/comment/:comment_id","urlObject":{"protocol":"https","path":["api","v1","entry","comment",":comment_id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"description":{"content":"<p>Required to provide the comment id you want to update</p>\n","type":"text/plain"},"type":"any","value":"1","key":"comment_id"}]}},"response":[{"id":"9584d26d-7e9a-4330-961f-ff7fb0235a01","name":"Update Entry Comment","originalRequest":{"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"required with firm access","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Votre commentaire modifié\",\r\n    \"entry_id\": 1234567,\r\n    \"location\" : \"ENTRIES\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/entry/comment/:comment_id","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","entry","comment",":comment_id"],"variable":[{"key":"comment_id","value":"1","description":"Required to provide the comment id you want to update"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82e55578-0b6b-433c-bca0-0bafb6314824"},{"name":"Delete Entry Comment","id":"38e4f078-4f35-461a-adcc-7bdd7ddd8712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>required with firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/entry/comment/:comment_id","urlObject":{"protocol":"https","path":["api","v1","entry","comment",":comment_id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"description":{"content":"<p>Required to provide the comment id you want to update</p>\n","type":"text/plain"},"type":"any","value":"1","key":"comment_id"}]}},"response":[{"id":"33dbae37-0a2f-47b3-b2ed-4385303b1f49","name":"Delete Entry Comment","originalRequest":{"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"required with firm access","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/entry/comment/:comment_id","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","entry","comment",":comment_id"],"variable":[{"key":"comment_id","value":"1","description":"Required to provide the comment id you want to update"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"38e4f078-4f35-461a-adcc-7bdd7ddd8712"}],"id":"c2a4de7c-9da9-4f04-af29-7b3ef327e8de","_postman_id":"c2a4de7c-9da9-4f04-af29-7b3ef327e8de","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Society (dossier/company info)","id":"d3a15975-5b40-48d7-b4ea-1460fa34da50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"society-id","value":"","description":"<p>Required with Frim Access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society","description":"<p>📢 Fetch information on a given company/dossier.</p>\n<blockquote>\n<p>Note: If you are using a company access it is not necessary to specify a company id.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","society"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"dd8edf60-b5f6-4371-9d58-884d13f693c5","name":"Get society info with Company Access","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ape\": {\n        \"id\": 534,\n        \"label\": \"5829C\",\n        \"value\": \"Édition de logiciels applicatifs\"\n    },\n    \"register\": null,\n    \"legal_form\": null,\n    \"road_type\": {\n        \"id\": 9,\n        \"label\": \"Rue\",\n        \"value\": \"Rue\"\n    },\n    \"owner_company\": {\n        \"id\": 1,\n        \"label\": \"SCH5\",\n        \"value\": \"SCH5\"\n    },\n    \"bilan\": null,\n    \"impot\": null,\n    \"vat_regime\": null,\n    \"coordonnee\": null,\n    \"footer\": null,\n    \"city\": {\n        \"label\": \"MASSY\",\n        \"value\": \"MASSY\"\n    },\n    \"comment\": \"\",\n    \"society_id\": 3,\n    \"name\": \"MY UNISOFT\",\n    \"siret\": \"84014327500039\",\n    \"activity\": \"\",\n    \"rof_tva\": \"\",\n    \"rof_tdfc\": \"\",\n    \"rof_cfe\": \"\",\n    \"rof_cvae\": \"\",\n    \"address_number\": \"4\",\n    \"id_accountant\": 1,\n    \"id_rm\": 9,\n    \"id_collab\": null,\n    \"accountant\": {\n        \"id_ex\": 1,\n        \"prenom\": \"THOMAS\",\n        \"nom\": \"GENTILHOMME\"\n    },\n    \"rm\": {\n        \"id_ex\": 9,\n        \"prenom\": \"Tony\",\n        \"nom\": \"Gorez\"\n    },\n    \"collab\": null,\n    \"secured\": false,\n    \"analytics\": false,\n    \"enable_quantity\": false,\n    \"folder_reference\": \"\",\n    \"adherent_code\": \"\",\n    \"formule_code\": \"STAN\",\n    \"safe_status\": true,\n    \"logo\": null,\n    \"address_bis\": null,\n    \"street_name\": \"GALVANI\",\n    \"complement\": \"\",\n    \"postal_code\": \"91300\",\n    \"country\": \"FRANCE\",\n    \"address\": \"4 Rue GALVANI 91300 MASSY FRANCE\",\n    \"id_centre_gestion\": 0,\n    \"code_sheet_group\": \"\",\n    \"registration_date\": \"2021-03-22\",\n    \"close_entries_VAT\": false,\n    \"id_type_company\": 1\n}"},{"id":"48edf805-24f8-4bdd-b56d-3c070cc31bdb","name":"Get society info with Firm Access","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Authorization","value":"{{TOKEN}}","type":"text"},{"key":"society-id","value":"3","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ape\": {\n        \"id\": 534,\n        \"label\": \"5829C\",\n        \"value\": \"Édition de logiciels applicatifs\"\n    },\n    \"register\": null,\n    \"legal_form\": null,\n    \"road_type\": {\n        \"id\": 9,\n        \"label\": \"Rue\",\n        \"value\": \"Rue\"\n    },\n    \"owner_company\": {\n        \"id\": 1,\n        \"label\": \"SCH5\",\n        \"value\": \"SCH5\"\n    },\n    \"bilan\": null,\n    \"impot\": null,\n    \"vat_regime\": null,\n    \"coordonnee\": null,\n    \"footer\": null,\n    \"city\": {\n        \"label\": \"MASSY\",\n        \"value\": \"MASSY\"\n    },\n    \"comment\": \"\",\n    \"society_id\": 3,\n    \"name\": \"MY UNISOFT\",\n    \"siret\": \"84014327500039\",\n    \"activity\": \"\",\n    \"rof_tva\": \"\",\n    \"rof_tdfc\": \"\",\n    \"rof_cfe\": \"\",\n    \"rof_cvae\": \"\",\n    \"address_number\": \"4\",\n    \"id_accountant\": 1,\n    \"id_rm\": 9,\n    \"id_collab\": null,\n    \"accountant\": {\n        \"id_ex\": 1,\n        \"prenom\": \"THOMAS\",\n        \"nom\": \"GENTILHOMME\"\n    },\n    \"rm\": {\n        \"id_ex\": 9,\n        \"prenom\": \"Tony\",\n        \"nom\": \"Gorez\"\n    },\n    \"collab\": null,\n    \"secured\": false,\n    \"analytics\": false,\n    \"enable_quantity\": false,\n    \"folder_reference\": \"\",\n    \"adherent_code\": \"\",\n    \"formule_code\": \"STAN\",\n    \"safe_status\": true,\n    \"logo\": null,\n    \"address_bis\": null,\n    \"street_name\": \"GALVANI\",\n    \"complement\": \"\",\n    \"postal_code\": \"91300\",\n    \"country\": \"FRANCE\",\n    \"address\": \"4 Rue GALVANI 91300 MASSY FRANCE\",\n    \"id_centre_gestion\": 0,\n    \"code_sheet_group\": \"\",\n    \"registration_date\": \"2021-03-22\",\n    \"close_entries_VAT\": false,\n    \"id_type_company\": 1\n}"}],"_postman_id":"d3a15975-5b40-48d7-b4ea-1460fa34da50"},{"name":"Flags (INFO/PJ)","id":"12db49bb-b8b6-4a2e-9ce3-4f8a8bd8dda8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"<p>Firm access only.</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/flags/comment_attach_doc","description":"<p>Fetch an entry and the associated lines with its line entry id.</p>\n","urlObject":{"protocol":"https","path":["api","v1","flags","comment_attach_doc"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"dc57faee-d4bd-4ff3-9c65-ca8bc83c382e","name":"INFO/PJ","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","type":"text","disabled":true}],"url":"https://api.myunisoft.fr/api/v1/entry/line_entry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"response_list\": [\r\n    {\r\n      \"location_pj\": \"ENTRIES_LINE\",\r\n      \"object_id_pj\": 66462271,\r\n      \"location_comment\": \"ENTRIES\",\r\n      \"object_id_comment\": 19299950,\r\n      \"entry_id\": 19299950,\r\n      \"entry_line_id\": 66462271,\r\n      \"diary_id\": 35898,\r\n      \"diary_code\": \"01\",\r\n      \"diary_label\": \"JOURNAL D'ACHATS\",\r\n      \"entry_date\": \"20230921\",\r\n      \"date_piece\": \"20230921\",\r\n      \"account_id\": 4204363,\r\n      \"account_number\": \"401CLAIRELE\",\r\n      \"piece\": \"\",\r\n      \"piece_2\": \"\",\r\n      \"label\": \"CLAIRE LEINA COMPANY\",\r\n      \"debit\": 0,\r\n      \"credit\": 414.41,\r\n      \"demand_date\": \"2023-11-16T11:48:13.000\",\r\n      \"comment_occ\": 2,\r\n      \"comment_list\": [\r\n        {\r\n          \"comment_id\": 198181,\r\n          \"date\": \"2023-09-21T10:42:59\",\r\n          \"body\": \"Article & Description Quantity Price Amount house 10 Inside out Medium 10,90 21,80 2 Prints M SKU: APM83 Print 29,7X39,7cm Rock 3 11 4,00 12,00 Pins SKU: P03 Pinswith and cellobag card Medium 12 Wooden Magnetic 54,00 Hanger 6 9,00 Hangers SKU: WMHO2 setin box 13 Wooden Magnetio Hanger Large 40,80 3 13,60 Hangers WMH03 SKU: set in box Sub Total 345,34 VAT (20%) 69,07 \\u20ac414,41 Total (-229,27 Payment Made Balance Due \\u20ac385,14 Notes Thank the you for payment You just made our day. Payment options PayPal Payment term: NET 30 Account Claire eina Company name: EURO BANK: 10100826 1P02944 BIC PSSTFRPPMAR (\\u20ac) I Banque postale IBAN : FR27 2004 1411 Transferwise GBP Code: Account number 10857935 (E) BANK: Sort 23-14-70- - USD ($) I BANK: Transferwise ACH ROUTING NUMBER: 026073150 ACCOUNT NUMBER: 8310006864 - - PAYPAL: contactallthewastosaa CLAIRE LEINA COMPANY-SAS\\u00e0 variable Penalty L441-3 14%perr capital RCS d''Aix en Provence Late art. year - 18308025 SIRET 818308025 00035 TVA: FR 7281 Collection & admin fee 40\\u20ac costs *ff this supply iszero-rate according tothe French VAT and youareVATT registeredin your country, Act subject to reverse charge OfVAT Exon\\u00e9 262 ation TVA article ter Id code g\\u00e9n\\u00e9raldes imp\\u00f4ts\"\r\n        },\r\n        {\r\n          \"comment_id\": 658378,\r\n          \"date\": \"2023-12-05T12:05:53\",\r\n          \"body\": \"<p>test<\\/p>\"\r\n        }\r\n      ],\r\n      \"pj_occ\": 0,\r\n      \"pj_list\": []\r\n    }\r\n  ],\r\n  \"waiting_list\": [\r\n    {\r\n      \"location_pj\": \"ENTRIES_LINE\",\r\n      \"object_id_pj\": 76212703,\r\n      \"location_comment\": \"ENTRIES\",\r\n      \"object_id_comment\": 22716527,\r\n      \"entry_id\": 22716527,\r\n      \"entry_line_id\": 76212703,\r\n      \"diary_id\": 35898,\r\n      \"diary_code\": \"01\",\r\n      \"diary_label\": \"JOURNAL D'ACHATS\",\r\n      \"entry_date\": \"20230921\",\r\n      \"date_piece\": \"20230921\",\r\n      \"account_id\": 4630170,\r\n      \"account_number\": \"625600\",\r\n      \"piece\": \"\",\r\n      \"piece_2\": \"\",\r\n      \"label\": \"F.M.R. FOR KIDS\",\r\n      \"debit\": 724.65,\r\n      \"credit\": 0,\r\n      \"demand_date\": \"2023-11-08T10:23:29.000\",\r\n      \"comment_occ\": 1,\r\n      \"comment_list\": [\r\n        {\r\n          \"comment_id\": 198180,\r\n          \"date\": \"2023-09-21T10:42:59\",\r\n          \"body\": \"Montant total H T 704,65 \\u20ac Total frais de 20,00 \\u20ac port T otal net H T 724,65 \\u20ac TVA 20,00% 144,93 \\u20ac TTC Montant total 869,58 \\u20ac Paiement carte bancaire du 869,58 \\u20ac par 05\\/10\\/2022 Total \\u20ac \\u00e0 r\\u00e9gler 0,00 Moyen de r\\u00e8glement carte bancaire D\\u00e9lai de r\\u00e8glement \\u00e0 la commande La loin 92\\/144 du31 d\\u00e9cembre fait llobligation de indiquer des conditions de entraine des 1992 le non respect paiement int\\u00e9r\\u00eats de retard suiv rant nous vous que modalit\\u00e9s et taux d\\u00e9finis loi minima la par FMR for Kids Minikane, Sas Capital de 5000\\u20ac Siren 752897587 4799B Ape: au - Eori N  TVA intra: FR49752897587 FR 75289 758700032 Page 2\\/2 T\\u00e9l:+33 48 77 09 03 Email infosaminikane.com\"\r\n        }\r\n      ],\r\n      \"pj_occ\": 0,\r\n      \"pj_list\": []\r\n    }\r\n  ]\r\n}"}],"_postman_id":"12db49bb-b8b6-4a2e-9ce3-4f8a8bd8dda8"},{"name":"Accounting parameters","id":"b312d745-9ac4-469e-bce9-4f8ee740a73b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/accountingParameters","description":"<p>📢 Fetch accounting parameters.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","accountingParameters"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"c3d8fbb3-c517-45e1-b6e2-1fa9cb646c1d","name":"Accounting parameters","originalRequest":{"method":"GET","header":[{"key":"society-id","value":"","description":"Required with Frim Access","type":"text","disabled":true},{"key":"Authorization","value":"{{TOKEN}}","type":"text"},{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/accountingParameters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin"},{"key":"request-id","value":"req-06376c5d-24dd-41a1-bdcd-67873b91abf2"},{"key":"x-rate-limit-remaining","value":"9"},{"key":"x-rate-limit-reset","value":"1678719506.167875"},{"key":"x-rate-limit-total","value":"10"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"1826"},{"key":"date","value":"Mon, 13 Mar 2023 14:58:25 GMT"},{"key":"keep-alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_waiting_account\": \"\",\n    \"accounting_firm_waiting_account\": \"\",\n    \"ics\": \"\",\n    \"accounting_plan_id\": -100,\n    \"max_car_third_p_account\": 10,\n    \"max_car_general_account\": 6,\n    \"auto_complete_account\": true,\n    \"customer_payment_deadline_id\": null,\n    \"provider_payment_deadline_id\": null,\n    \"customer_reglement_type_id\": null,\n    \"provider_reglement_type_id\": null,\n    \"diary_purchases_id\": 2424,\n    \"comptability_type_id\": 1,\n    \"diary_sales_id\": 2425,\n    \"expense_report_id\": 2427,\n    \"enable_autolettering\": true,\n    \"enable_RB_autoentries\": true,\n    \"annual_depreciation_period\": 360,\n    \"diary_dotation_id\": 2430,\n    \"bank_reconciliation_state\": true,\n    \"diary_interest_id\": null,\n    \"account_interest_id\": null,\n    \"maximum_difference_amount\": 0.9,\n    \"comptability_type\": {\n        \"id\": 1,\n        \"label\": \"Engagement\",\n        \"code\": \"ENGA\"\n    },\n    \"accounting_plan\": {\n        \"id\": -100,\n        \"label\": \"Etalon MYUNISOFT\"\n    },\n    \"customer_payment_deadline\": null,\n    \"provider_payment_deadline\": null,\n    \"customer_reglement_type\": null,\n    \"provider_reglement_type\": null,\n    \"diary_purchases\": {\n        \"id\": 2424,\n        \"label\": \"01 - JOURNAL D'ACHATS\"\n    },\n    \"diary_sales\": {\n        \"id\": 2425,\n        \"label\": \"02 - JOURNAL DE VENTES\"\n    },\n    \"diary_dotation\": {\n        \"id\": 2430,\n        \"label\": \"20 - JOURNAL D' OD\"\n    },\n    \"expense_report\": {\n        \"id\": 2427,\n        \"label\": \"09 - JOURNAL NDF\"\n    },\n    \"diary_interest\": null,\n    \"diary_lettering\": {\n        \"id\": 2434,\n        \"label\": \"60 - JOURNAL OD LETTRAGE\"\n    },\n    \"diary_situation_id\": null,\n    \"account_interest\": null,\n    \"account_purchases\": {\n        \"id\": 89538,\n        \"label\": \"607000\"\n    },\n    \"account_sales\": {\n        \"id\": 89649,\n        \"label\": \"707000\"\n    },\n    \"account_expense_report\": {\n        \"id\": 89572,\n        \"label\": \"625600\"\n    },\n    \"account_income_lettering\": {\n        \"id\": 89679,\n        \"label\": \"758000 - PRODUITS DIV.GESTION\"\n    },\n    \"account_expense_lettering\": {\n        \"id\": 89604,\n        \"label\": \"658000 - CHARGES DIV.GEST.COU\"\n    },\n    \"wallets\": [\n        {\n            \"id\": 1,\n            \"label\": \"TOUTES\"\n        }\n    ]\n}"}],"_postman_id":"b312d745-9ac4-469e-bce9-4f8ee740a73b"},{"name":"Exercices","id":"3283746c-e931-49eb-8019-ba41ebcd0270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/exercice","description":"<p>📢 Company (dossier) Exercices. If an exercise is not closed <strong>closed_at</strong> and <strong>closed_by</strong> are set to <code>null</code>.</p>\n<p>Exercices labels are <code>N+1</code>, <code>N</code>, <code>N-1</code>, <code>N-2</code> etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">interface Exercice {\n  exercice_id: number;\n  start_date: string;\n  end_date: string;\n  /**Label de l'exercice ( N-1, N, N+1 etc..). */\n  label: string;\n  result: number;\n  /* Chiffre d'affaire sur l'exercice. */\n  ca: number;\n  closed: boolean;\n  duration: number;\n  closed_at: null | string;\n  /** ID de l'utilisateur qui a clotûré l'exercice. */\n  closed_by: null | number;\n  review_model: {\n    label: string;\n    id_review_model: number;\n  };\n  lettering_method_id: number;\n}\n\n</code></pre>\n<p>La propriété lettering_method_id permet de savoir si l'exercice est <strong>MONO</strong> ou <strong>MULTI</strong>. Par défaut un exercice est <strong>MONO</strong>.</p>\n<ul>\n<li>1. MONO</li>\n<li>2. MULTI</li>\n</ul>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","exercice"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"0b869b89-110e-4379-a0d6-2021b490d1bd","name":"society/exercice","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/exercice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596442585.866154"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 08:16:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"352"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"exercice_id\": 6358,\n    \"start_date\": \"20231001\",\n    \"end_date\": \"20240930\",\n    \"label\": \"N+1\",\n    \"result\": 0,\n    \"ca\": 0,\n    \"closed\": false,\n    \"duration\": 12,\n    \"closed_at\": null,\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  },\n  {\n    \"exercice_id\": 6357,\n    \"start_date\": \"20221001\",\n    \"end_date\": \"20230930\",\n    \"label\": \"N\",\n    \"result\": 38738.95,\n    \"ca\": 671925.85,\n    \"closed\": false,\n    \"duration\": 12,\n    \"closed_at\": null,\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  },\n  {\n    \"exercice_id\": 6356,\n    \"start_date\": \"20211001\",\n    \"end_date\": \"20220930\",\n    \"label\": \"N-1\",\n    \"result\": 4742.8263,\n    \"ca\": 1782024.08,\n    \"closed\": true,\n    \"duration\": 12,\n    \"closed_at\": \"20220930\",\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  },\n  {\n    \"exercice_id\": 6355,\n    \"start_date\": \"20201001\",\n    \"end_date\": \"20210930\",\n    \"label\": \"N-2\",\n    \"result\": 124826.978224,\n    \"ca\": 1866723.56,\n    \"closed\": true,\n    \"duration\": 12,\n    \"closed_at\": \"20210930\",\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  },\n  {\n    \"exercice_id\": 6354,\n    \"start_date\": \"20191001\",\n    \"end_date\": \"20200930\",\n    \"label\": \"N-3\",\n    \"result\": 150146.661863,\n    \"ca\": 1939299.12,\n    \"closed\": true,\n    \"duration\": 12,\n    \"closed_at\": \"20200930\",\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  },\n  {\n    \"exercice_id\": 6353,\n    \"start_date\": \"20181001\",\n    \"end_date\": \"20190930\",\n    \"label\": \"N-4\",\n    \"result\": 130626.6,\n    \"ca\": 1924434.29,\n    \"closed\": true,\n    \"duration\": 12,\n    \"closed_at\": \"20190930\",\n    \"closed_by\": null,\n    \"review_model\": {\n      \"label\": \"Mod\\u00e8le Standard Myunisoft\",\n      \"id_review_model\": 1\n    },\n    \"lettering_method_id\": 1\n  }\n]\n"}],"_postman_id":"3283746c-e931-49eb-8019-ba41ebcd0270"},{"name":"Close Exercice","id":"1eb51edd-74d0-4a05-90a2-5d1459de4ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"1","description":"<p>With firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/society/closeExercice?id_exercice&lettering_method_id&id_review_model&carry_forward","description":"<p>📢 This endpoint is used to close an exercise.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","closeExercice"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the exercise attempted to be closed must be provided</p>\n","type":"text/plain"},"key":"id_exercice","value":null},{"description":{"content":"<p>Select which \"exercise lettering method\" using =&gt; available values : 1 = \"MONO\" (only on current exercise) | 2 = \"MULTI\" (lettering allowed on many exercises)</p>\n<p>Be careful with your choice, you can go from \"MONO\" to \"MULTI\" one time but no reverse is possible</p>\n","type":"text/plain"},"key":"lettering_method_id","value":null},{"description":{"content":"<p>Select the accounting review model to use =&gt; available default value : 1 = \"Modèle standard MyUnisoft\" (Customize this model parameters later) </p>\n","type":"text/plain"},"key":"id_review_model","value":null},{"description":{"content":"<p>To generate immediatly or later the accounting carryforwards : available values = true (for immediate generation) | false ( for manual after closure generation)</p>\n","type":"text/plain"},"key":"carry_forward","value":null}],"variable":[]}},"response":[],"_postman_id":"1eb51edd-74d0-4a05-90a2-5d1459de4ee3"},{"name":"Lettering","id":"a74b091d-1d22-4d2b-bf4b-8bcd60eaf0fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>with firm access</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lettering\": \"AAA\",\r\n    \"line_entry_list\": [\r\n        {\r\n            \"line_entry_id\": 173291900\r\n        },\r\n        {\r\n            \"line_entry_id\": 173291903\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/entry/lettering","description":"<p>📢 This endpoint is used to generate lettering on a line entry list</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","entry","lettering"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"a74b091d-1d22-4d2b-bf4b-8bcd60eaf0fe"},{"name":"Next lettering Value","id":"0948bc21-b212-40e1-ac00-521cc7b9c696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>required if you use a firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/account/next_lettering?account_id&partial","urlObject":{"protocol":"https","path":["api","v1","account","next_lettering"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the account you want to get the next lettering value</p>\n","type":"text/plain"},"key":"account_id","value":null},{"description":{"content":"<p>Chose if you want to make a partial or complete lettering : \"true\" = partial lettering when the debit and credit balance is not settled, \"false\" = the debit/credit sum is balanced</p>\n","type":"text/plain"},"key":"partial","value":null}],"variable":[]}},"response":[],"_postman_id":"0948bc21-b212-40e1-ac00-521cc7b9c696"},{"name":"Emprunts","id":"c8b1c53f-f373-4a27-82a9-c1e91d895f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/loans?dossier_revision_id=","description":"<p>📢 This endpoint is used to get all loans for a specified review file.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","loans"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the review file belonging to the accounting folder</p>\n","type":"text/plain"},"key":"dossier_revision_id","value":""}],"variable":[]}},"response":[],"_postman_id":"c8b1c53f-f373-4a27-82a9-c1e91d895f95"},{"name":"Immobilsations","id":"5133cee6-d151-4eee-870d-bf5aa81c03e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Society-id","value":"","description":"<p>Required if you are using a firm access</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/immo?dossier_revision_id=","description":"<p>📢 This endpoint is used to get all fixed assets and non-current assets for a specified review file.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","immo"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>The id of the review file belonging to the accounting folder</p>\n","type":"text/plain"},"key":"dossier_revision_id","value":""}],"variable":[]}},"response":[],"_postman_id":"5133cee6-d151-4eee-870d-bf5aa81c03e2"},{"name":"VAT (TVA)","id":"a0f945fe-2d26-4938-bb89-699c4bec4cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/vat_param","description":"<p>📢 Company (dossier) VAT parameters</p>\n<blockquote>\n<p>Note: DED mean <strong>Deductible</strong> and COLL mean <strong>Collected</strong></p>\n</blockquote>\n<p>VAT type:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Bien et service</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Immobilisation</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Auto-liquidation</td>\n</tr>\n<tr>\n<td>4</td>\n<td>non soumis</td>\n</tr>\n<tr>\n<td>5</td>\n<td>import/export</td>\n</tr>\n</tbody>\n</table>\n</div><p>Type of Exigibility</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Débit (facturation)</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Encaissement / Décaissement</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Mixte</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","vat_param"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"9080e7b8-f132-49c1-8abd-6792a6406ea6","name":"vat_param","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Authorization","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/vat_param"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"vat_param_id\": 41,\n        \"code\": \"01\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1034,\n            \"account_number\": \"445712\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 42,\n        \"code\": \"02\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1033,\n            \"account_number\": \"445711\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 3,\n            \"rate\": 10\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 43,\n        \"code\": \"03\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1034,\n            \"account_number\": \"445712\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 44,\n        \"code\": \"04\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1033,\n            \"account_number\": \"445711\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 3,\n            \"rate\": 10\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 45,\n        \"code\": \"05\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1035,\n            \"account_number\": \"445713\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 2,\n            \"rate\": 5.5\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 46,\n        \"code\": \"06\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1035,\n            \"account_number\": \"445713\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 2,\n            \"rate\": 5.5\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 47,\n        \"code\": \"07\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1036,\n            \"account_number\": \"445714\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 1,\n            \"rate\": 2.1\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 48,\n        \"code\": \"08\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1036,\n            \"account_number\": \"445714\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 1,\n            \"rate\": 2.1\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 49,\n        \"code\": \"09\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1037,\n            \"account_number\": \"445715\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 5,\n            \"rate\": 8.5\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 50,\n        \"code\": \"10\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1037,\n            \"account_number\": \"445715\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 5,\n            \"rate\": 8.5\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 51,\n        \"code\": \"11\",\n        \"account_ded\": {\n            \"account_id\": 1028,\n            \"account_number\": \"445620\",\n            \"label\": \"TVA DEDUCT.S/IMMO.\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1032,\n            \"account_number\": \"445710\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 2,\n            \"label\": \"Immobilisation\",\n            \"code\": \"IMMO\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 52,\n        \"code\": \"12\",\n        \"account_ded\": {\n            \"account_id\": 1028,\n            \"account_number\": \"445620\",\n            \"label\": \"TVA DEDUCT.S/IMMO.\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1032,\n            \"account_number\": \"445710\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 2,\n            \"label\": \"Immobilisation\",\n            \"code\": \"IMMO\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 53,\n        \"code\": \"13\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1037,\n            \"account_number\": \"445715\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 7,\n            \"rate\": 0.9\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 54,\n        \"code\": \"14\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1037,\n            \"account_number\": \"445715\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 7,\n            \"rate\": 0.9\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 55,\n        \"code\": \"15\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1038,\n            \"account_number\": \"445716\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 8,\n            \"rate\": 1.05\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 56,\n        \"code\": \"16\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1038,\n            \"account_number\": \"445716\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 8,\n            \"rate\": 1.05\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 57,\n        \"code\": \"17\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1039,\n            \"account_number\": \"445717\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 9,\n            \"rate\": 1.75\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 58,\n        \"code\": \"18\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1039,\n            \"account_number\": \"445717\",\n            \"label\": \"TVA COLLECTEE\"\n        },\n        \"vat\": {\n            \"id\": 9,\n            \"rate\": 1.75\n        },\n        \"vat_type\": {\n            \"id\": 1,\n            \"label\": \"Bien et service\",\n            \"code\": \"BIEN\"\n        },\n        \"vat_exigility\": {\n            \"id\": 2,\n            \"label\": \"Encaissement / Décaissement\",\n            \"code\": \"ENC\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 59,\n        \"code\": \"19\",\n        \"account_ded\": null,\n        \"account_coll\": null,\n        \"vat\": {\n            \"id\": 6,\n            \"rate\": 0\n        },\n        \"vat_type\": {\n            \"id\": 4,\n            \"label\": \"Non soumis\",\n            \"code\": \"NONS\"\n        },\n        \"vat_exigility\": {\n            \"id\": 3,\n            \"label\": \"Mixte\",\n            \"code\": \"MIX\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 60,\n        \"code\": \"20\",\n        \"account_ded\": null,\n        \"account_coll\": {\n            \"account_id\": 1269,\n            \"account_number\": \"445700\",\n            \"label\": \"\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 12,\n            \"label\": \"Export (04)\",\n            \"code\": \"EXPORT\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 61,\n        \"code\": \"21\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1270,\n            \"account_number\": \"445200\",\n            \"label\": \"\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 11,\n            \"label\": \"Autoliquidations intra B (03)\",\n            \"code\": \"AUTOINTRAB\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 62,\n        \"code\": \"22\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1270,\n            \"account_number\": \"445200\",\n            \"label\": \"\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 9,\n            \"label\": \"Autoliquidations intra S (2A)\",\n            \"code\": \"AUTOINTRAS\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 63,\n        \"code\": \"23\",\n        \"account_ded\": {\n            \"account_id\": 1029,\n            \"account_number\": \"445660\",\n            \"label\": \"TVA DEDUCT.S/ACHATS\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1269,\n            \"account_number\": \"445700\",\n            \"label\": \"\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 7,\n            \"label\": \"Autoliquidations SSBAT (02)\",\n            \"code\": \"AUTOSSBAT\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    },\n    {\n        \"vat_param_id\": 64,\n        \"code\": \"24\",\n        \"account_ded\": {\n            \"account_id\": 1028,\n            \"account_number\": \"445620\",\n            \"label\": \"TVA DEDUCT.S/IMMO.\"\n        },\n        \"account_coll\": {\n            \"account_id\": 1269,\n            \"account_number\": \"445700\",\n            \"label\": \"\"\n        },\n        \"vat\": {\n            \"id\": 4,\n            \"rate\": 20\n        },\n        \"vat_type\": {\n            \"id\": 8,\n            \"label\": \"Livraisons soi-même (02)\",\n            \"code\": \"LIVSM\"\n        },\n        \"vat_exigility\": {\n            \"id\": 1,\n            \"label\": \"Débit (facturation)\",\n            \"code\": \"DEB\"\n        },\n        \"blocked\": false\n    }\n]"}],"_postman_id":"a0f945fe-2d26-4938-bb89-699c4bec4cc4"},{"name":"Payments","id":"b3d54552-8d62-4e28-a40b-ff77000342ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/payment_type","description":"<p>📢 Company (dossier) available Payments method</p>\n<p>Default payments are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>id</th>\n<th>label</th>\n<th>code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Télépaiement</td>\n<td>TP</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Chéque</td>\n<td>CH</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Prélèvement</td>\n<td>PRE</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Virement</td>\n<td>VIR</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Espèce</td>\n<td>ESP</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","payment_type"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"832f7269-d89b-4d38-a3e2-a26a7ae99c0c","name":"payment_type","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/payment_type"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"payment_type_id\": 11093,\n        \"name\": \"Carte bleue\",\n        \"code\": \"CB\"\n    },\n    {\n        \"payment_type_id\": 11096,\n        \"name\": \"Chèque\",\n        \"code\": \"CHQ\"\n    },\n    {\n        \"payment_type_id\": 11095,\n        \"name\": \"Espèce\",\n        \"code\": \"ESP\"\n    },\n    {\n        \"payment_type_id\": 11098,\n        \"name\": \"Lettre de change\",\n        \"code\": \"LCR\"\n    },\n    {\n        \"payment_type_id\": 11097,\n        \"name\": \"Prélèvement\",\n        \"code\": \"PRLV\"\n    },\n    {\n        \"payment_type_id\": 11094,\n        \"name\": \"Virement\",\n        \"code\": \"VIRT\"\n    }\n]"}],"_postman_id":"b3d54552-8d62-4e28-a40b-ff77000342ff"},{"name":"RIBS (IBAN LIST)","id":"707c7233-30e2-4b53-a511-93912cf8c6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"society-id","value":"1","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/rib","description":"<p>📢 Company (dossier) IBAN List</p>\n<p>The response is described by the following TypeScript interface:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">interface RIB {\n  rib_id: number;\n  diary_id: number;\n  diary_label: string;\n  society_id: number;\n  start_date: string;\n  owner: string;\n  iban: string;\n  bic: string;\n  is_default: boolean;\n}\n\n</code></pre>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","rib"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"b034badd-03b3-4497-8890-f68872f3d499","name":"iban","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/payment_type"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"rib_id\": 518,\n    \"diary_id\": 2734,\n    \"diary_label\": \"CN - CREDIT DU NORD\",\n    \"society_id\": 140,\n    \"start_date\": \"\",\n    \"owner\": \"CREDIT DU NORD\",\n    \"iban\": \"FR76 3007 6023 5260 0039 0020 092\",\n    \"bic\": \"NORDFRPP\",\n    \"is_default\": true\n  }\n]"}],"_postman_id":"707c7233-30e2-4b53-a511-93912cf8c6f0"},{"name":"Grand livre","id":"71f10553-89c7-4807-bd10-05cde1013353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.myunisoft.fr/api/v1/grand_livre?start_date=2022-01-01&end_date=2022-12-31&attachment=true&comment_entry=false&comment_account=false&not_lettered_only=false&not_solde_only=false&an_simulation=false&analytic=false&echeance=false&exchange_rate=false&xls=true","description":"<p>📢 Récuperer un grand livre dynamique.</p>\n<p>⚠️ A <code>society-id</code> is required with a cabinet/firm access</p>\n","urlObject":{"protocol":"https","path":["api","v1","grand_livre"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"start_date","value":"2022-01-01"},{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"end_date","value":"2022-12-31"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"attachment","value":"true"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"comment_entry","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"comment_account","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"not_lettered_only","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"not_solde_only","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"an_simulation","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"analytic","value":"false"},{"disabled":true,"description":{"content":"<p>REQUIRED with analytic</p>\n","type":"text/plain"},"key":"axis_id","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL with analytic</p>\n","type":"text/plain"},"key":"section_id","value":null},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"echeance","value":"false"},{"description":{"content":"<p>OPTIONAL - <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"exchange_rate","value":"false"},{"description":{"content":"<p>OPTIONAL\nTrue: return xls file.\nFalse: return PDF file</p>\n","type":"text/plain"},"key":"xls","value":"true"}],"variable":[]}},"response":[],"_postman_id":"71f10553-89c7-4807-bd10-05cde1013353"},{"name":"Balance (JSON)","id":"f0c2a541-33f5-4997-a074-b3bb3b6a812c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://api.myunisoft.fr/api/v1/balance_dynamique?start_date&end_date&filter=41&unbalanced_only&an_simulation&cumul&all_month&fiscal_year_id&type&compared_to","description":"<p>📢 récupérer la balance JSON</p>\n","urlObject":{"protocol":"https","path":["api","v1","balance_dynamique"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Date format: YYYYMMDD</p>\n","type":"text/plain"},"key":"start_date","value":null},{"description":{"content":"<p>Date format: YYYYMMDD</p>\n","type":"text/plain"},"key":"end_date","value":null},{"description":{"content":"<p>Accounts whose account number begins with the specified value.</p>\n","type":"text/plain"},"key":"filter","value":"41"},{"description":{"content":"<p>'true' or 'false'</p>\n","type":"text/plain"},"key":"unbalanced_only","value":null},{"description":{"content":"<p>Optional - 'true' or 'false'.</p>\n","type":"text/plain"},"key":"an_simulation","value":null},{"description":{"content":"<p>0 / 1</p>\n","type":"text/plain"},"key":"cumul","value":null},{"description":{"content":"<p>OPTIONAL - 'true' or 'false'</p>\n","type":"text/plain"},"key":"all_month","value":null},{"description":{"content":"<p>OPTIONAL - Si  un exercice est selectionné , correspond à l'identifiant de l'exercice pour pouvoir recuperer les validations et commentaires</p>\n","type":"text/plain"},"key":"fiscal_year_id","value":null},{"description":{"content":"<p>OPTIONAL - 'aged' or 'compare'</p>\n","type":"text/plain"},"key":"type","value":null},{"description":{"content":"<p>OPTIONAL -  1: Billing date. / 2: Due date.</p>\n","type":"text/plain"},"key":"compared_to","value":null}],"variable":[]}},"response":[],"_postman_id":"f0c2a541-33f5-4997-a074-b3bb3b6a812c"},{"name":"Balance V2 (JSON)","id":"40cc3647-9680-4bf3-b05f-e5daf99001c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/balance_dynamique/v2?start_date&end_date&filter=41-41999&unbalanced_only","description":"<p>📢 récupérer la balance JSON</p>\n","urlObject":{"protocol":"https","path":["api","v1","balance_dynamique","v2"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Date format: YYYYMMDD</p>\n","type":"text/plain"},"key":"start_date","value":null},{"description":{"content":"<p>Date format: YYYYMMDD</p>\n","type":"text/plain"},"key":"end_date","value":null},{"description":{"content":"<p>Comptes dont le numéro de compte commence par la valeur spécifiée. Ex: 1-3, 5, 6-7</p>\n","type":"text/plain"},"key":"filter","value":"41-41999"},{"description":{"content":"<p>'true' or 'false' - Afficher comptes non soldés uniquement</p>\n","type":"text/plain"},"key":"unbalanced_only","value":null},{"disabled":true,"description":{"content":"<p>Optional - 'true' or 'false'.</p>\n","type":"text/plain"},"key":"an_simulation","value":""},{"disabled":true,"description":{"content":"<p>0 / 1</p>\n","type":"text/plain"},"key":"cumul","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'true' or 'false'</p>\n","type":"text/plain"},"key":"all_month","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - Si  un exercice est selectionné , correspond à l'identifiant de l'exercice pour pouvoir recuperer les validations et commentaires</p>\n","type":"text/plain"},"key":"fiscal_year_id","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'aged' or 'compare'</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL -  1: Billing date. / 2: Due date.</p>\n","type":"text/plain"},"key":"compared_to","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'true' or 'false' - Afficher toutes les périodes antérieures</p>\n","type":"text/plain"},"key":"compare","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'true' or 'false' - Périodes antérieures équivalentes</p>\n","type":"text/plain"},"key":"same_period","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'true' or 'false' - Centraliser les comptes de tiers</p>\n","type":"text/plain"},"key":"centralize_account","value":""},{"disabled":true,"description":{"content":"<p>OPTIONAL - 'true' or 'false'</p>\n","type":"text/plain"},"key":"extended","value":""},{"disabled":true,"description":{"content":"<p>0 -&gt; Balance Générale\n1 -&gt; Client\n2 -&gt; Fournisseur</p>\n","type":"text/plain"},"key":"subtype","value":""},{"disabled":true,"description":{"content":"<p>OPTIONNAL - provide the id cycle you need\nTo get the id cycle list check /dadp/dossier_revision_list</p>\n","type":"text/plain"},"key":"id_cycle","value":null}],"variable":[]}},"response":[],"_postman_id":"40cc3647-9680-4bf3-b05f-e5daf99001c5"},{"name":"Get widget","id":"ac5aac91-8542-43af-9225-2bb0dc3ccc74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"{{ X-Third-Party-Secret }}","type":"text"}],"url":"https://app.myunisoft.fr/api/v1/customer_waiting_account/widget","description":"<p>📢 Get widget data (MyUnisoft homepage widget).</p>\n<p>⚠️ A society-id is required with a cabinet/firm access.</p>\n<blockquote>\n<p>Note: if there is no data, the response will be an empty array.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","customer_waiting_account","widget"],"host":["app","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"4f3de4af-c793-439f-8b3d-3ac61ff04e7c","name":"Get widget","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"{{ X-Third-Party-Secret }}","type":"text"}],"url":"https://app.myunisoft.fr/api/v1/customer_waiting_account/widget"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"sum_payment_received\": 50,\r\n    \"nbr_payment_received\": 1,\r\n    \"sum_payment_issued\": 50,\r\n    \"nbr_payment_issued\": 1,\r\n    \"sum_others\": 13.51,\r\n    \"nbr_others\": 2,\r\n    \"last_update\":\"2021-06-02T11:17:37\"\r\n}"}],"_postman_id":"ac5aac91-8542-43af-9225-2bb0dc3ccc74"},{"name":"Suivi Documents","id":"1d45c7e9-eea4-48ae-856c-106964ab92fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"societies_array\": [80]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/document_follow_up?start_date=20210101&end_date=20210510&request_mode=1&offset=0&limit=100000&filter&sort={ \"direction\": \"asc\", \"column\": \"society\" }","description":"<p>📢Get documents follow up/tracking (suivi documents and OCR).</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","document_follow_up"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>REQUIRED - Format: YYYYMMDD</p>\n","type":"text/plain"},"key":"start_date","value":"20210101"},{"description":{"content":"<p>REQUIRED - Format: YYYYMMDD</p>\n","type":"text/plain"},"key":"end_date","value":"20210510"},{"description":{"content":"<p>REQUIRED - Request Mode :</p>\n<ul>\n<li>All my folders = 1</li>\n<li>All sent by me = 2</li>\n<li>OCR only = 3</li>\n</ul>\n","type":"text/plain"},"key":"request_mode","value":"1"},{"description":{"content":"<p>OPTIONAL - Default value = 0</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"limit","value":"100000"},{"description":{"content":"<p>OPTIONAL</p>\n","type":"text/plain"},"key":"filter","value":null},{"description":{"content":"<p>OPTIONAL\ndirection:</p>\n<ul>\n<li>\"asc\"</li>\n<li>\"desc\"</li>\n</ul>\n<p>column:</p>\n<ul>\n<li>\"society\"</li>\n<li>\"fileName\"</li>\n<li>\"type\"</li>\n<li>\"sendBy\"</li>\n<li>\"status\"</li>\n</ul>\n","type":"text/plain"},"key":"sort","value":"{ \"direction\": \"asc\", \"column\": \"society\" }"}],"variable":[]}},"response":[{"id":"d2e2388c-0985-4e6c-b46d-14b29e009551","name":"Suivi OCR","originalRequest":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"Authorization","value":"Bearer {{API_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"societies_array\": [80]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.myunisoft.fr/api/v1/document_follow_up?start_date=20220209&end_date=20220309&request_mode=1&limit=1000000","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","document_follow_up"],"query":[{"key":"start_date","value":"20220209","description":"REQUIRED - Format: YYYYMMDD"},{"key":"end_date","value":"20220309","description":"REQUIRED - Format: YYYYMMDD"},{"key":"request_mode","value":"1","description":"REQUIRED - Request Mode : 1 (All my folders)   2 (All sent by me)  3 (OCR only)"},{"key":"offset","value":"0","description":"OPTIONAL - Default value = 0","disabled":true},{"key":"limit","value":"1000000","description":"REQUIRED"},{"key":"filter","value":"","description":"OPTIONAL","disabled":true},{"key":"sort","value":"","description":"OPTIONAL","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"nb_ocr\": 1,\r\n\t\"ocr_follow_up_array\": [\r\n\t\t{\r\n\t\t\t\"document_id\": 12522,\r\n\t\t\t\"document_label\": \"facture.png\",\r\n\t\t\t\"token\": \"NAjb3GsDkekZTSH\",\r\n\t\t\t\"link\": \"https://mycloud.myunisoft.fr/index.php/s/NAjb3GsDkekZTSH\",\r\n\t\t\t\"baseURL\": \"https://mycloud.myunisoft.fr\",\r\n\t\t\t\"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/NAjb3GsDkekZTSH?x=90&y=120&a=true\",\r\n\t\t\t\"download\": \"https://mycloud.myunisoft.fr/index.php/s/NAjb3GsDkekZTSH/download\",\r\n\t\t\t\"invoice_type_id\": 1,\r\n\t\t\t\"physical_pers_id\": 100,\r\n\t\t\t\"ocr_follow_up_id\": 948,\r\n\t\t\t\"invoice_label_id\": \"purchase\",\r\n\t\t\t\"agent_name\": \"Sofian Doual\",\r\n\t\t\t\"ocr_doc_id\": 0,\r\n\t\t\t\"ocr_parent_doc_id\": 0,\r\n\t\t\t\"is_parent\": \"\",\r\n\t\t\t\"ocr_state_follow_up_id\": 9,\r\n\t\t\t\"status\": {\r\n\t\t\t\t\"label\": \"Document non reconnu. Transféré dans les flux manuels\",\r\n\t\t\t\t\"key\": \"notRecognized\"\r\n\t\t\t},\r\n\t\t\t\"last_status_date_time\": \"20220309231229000\",\r\n\t\t\t\"created_date_time\": \"20220309231229000\",\r\n\t\t\t\"society_id\": 80,\r\n\t\t\t\"society_name\": \"TEST SD Node\",\r\n\t\t\t\"total_excl_taxes\": 0,\r\n\t\t\t\"vat_total\": 0,\r\n\t\t\t\"total_incl_taxes\": 0,\r\n\t\t\t\"from_source\": \"OCR\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"document_id\": 12521,\r\n\t\t\t\"document_label\": \"facture.png\",\r\n\t\t\t\"token\": \"MmffngeTSDYMz2g\",\r\n\t\t\t\"link\": \"https://mycloud.myunisoft.fr/index.php/s/MmffngeTSDYMz2g\",\r\n\t\t\t\"baseURL\": \"https://mycloud.myunisoft.fr\",\r\n\t\t\t\"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/MmffngeTSDYMz2g?x=90&y=120&a=true\",\r\n\t\t\t\"download\": \"https://mycloud.myunisoft.fr/index.php/s/MmffngeTSDYMz2g/download\",\r\n\t\t\t\"invoice_type_id\": 1,\r\n\t\t\t\"physical_pers_id\": 100,\r\n\t\t\t\"ocr_follow_up_id\": 947,\r\n\t\t\t\"invoice_label_id\": \"purchase\",\r\n\t\t\t\"agent_name\": \"Sofian Doual\",\r\n\t\t\t\"ocr_doc_id\": 0,\r\n\t\t\t\"ocr_parent_doc_id\": 0,\r\n\t\t\t\"is_parent\": \"\",\r\n\t\t\t\"ocr_state_follow_up_id\": 10,\r\n\t\t\t\"status\": {\r\n\t\t\t\t\"label\": \"Envoyé en flux manuel\",\r\n\t\t\t\t\"key\": \"\"\r\n\t\t\t},\r\n\t\t\t\"last_status_date_time\": \"20220309231146000\",\r\n\t\t\t\"created_date_time\": \"20220309231146000\",\r\n\t\t\t\"society_id\": 80,\r\n\t\t\t\"society_name\": \"TEST SD Node\",\r\n\t\t\t\"total_excl_taxes\": 0,\r\n\t\t\t\"vat_total\": 0,\r\n\t\t\t\"total_incl_taxes\": 0,\r\n\t\t\t\"from_source\": \"FLUX MANUEL\"\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"1d45c7e9-eea4-48ae-856c-106964ab92fd"},{"name":"Suivi Flux Manuel","id":"1e28c37e-faf3-4331-9f0f-47ea18ceed39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/document/pending?limit=25&offset=0&sort_date_direction=desc&filter","description":"<p>📢 Get pending documents (flux manuel).</p>\n<p>⚠️ <code>society-id</code> header is required <strong>with a cabinet (firm) access</strong>.</p>\n<p>📌 <strong>This endpoint only work with a cabinet (firm) access.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","document","pending"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>REQUIRED</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"description":{"content":"<p>OPTIONAL</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>OPTIONAL - asc (up) or desc (down)</p>\n","type":"text/plain"},"key":"sort_date_direction","value":"desc"},{"description":{"content":"<p>OPTIONAL - grouped or ungrouped (Retrives all by default)</p>\n","type":"text/plain"},"key":"filter","value":null},{"disabled":true,"description":{"content":"<p>OPTIONAL - thumbnail width (inutile?)</p>\n","type":"text/plain"},"key":"width","value":"90"},{"disabled":true,"description":{"content":"<p>OPTIONAL - thumbnail heigth (inutile?)</p>\n","type":"text/plain"},"key":"height","value":"120"}],"variable":[]}},"response":[{"id":"560d2edb-1fc6-4b89-b8bc-f176b58efac5","name":"Suivi Flux Manuel","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","description":"Required if you're using a firm access.","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/document/pending?limit=25&offset=0&sort_date_direction=desc&filter","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","document","pending"],"query":[{"key":"limit","value":"25","description":"REQUIRED"},{"key":"offset","value":"0","description":"OPTIONAL"},{"key":"sort_date_direction","value":"desc","description":"OPTIONAL - asc (up) or desc (down)"},{"key":"filter","value":null,"description":"OPTIONAL - grouped or ungrouped (Retrives all by default)"},{"key":"width","value":"90","description":"OPTIONAL - thumbnail width (inutile?)","disabled":true},{"key":"height","value":"120","description":"OPTIONAL - thumbnail heigth (inutile?)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"rows_number\": 22,\r\n    \"pages_number\": 1,\r\n    \"list_manual_document\": [\r\n        {\r\n            \"row_number\": 1,\r\n            \"created_date\": \"2019-12-13T11:13:46.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486876,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=UK5fSL9wT96vInq&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:46.000\",\r\n                    \"token\": \"UK5fSL9wT96vInq\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/UK5fSL9wT96vInq\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 2,\r\n            \"created_date\": \"2019-12-13T11:13:46.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486875,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=CG2IF0D5LM3iLbM&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:46.000\",\r\n                    \"token\": \"CG2IF0D5LM3iLbM\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/CG2IF0D5LM3iLbM\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 3,\r\n            \"created_date\": \"2019-12-13T11:13:46.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486874,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=MQ86I8Rj06SxjEN&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:46.000\",\r\n                    \"token\": \"MQ86I8Rj06SxjEN\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/MQ86I8Rj06SxjEN\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 4,\r\n            \"created_date\": \"2019-12-13T11:13:46.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486877,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=3dqmq3Qw79evgt0&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:46.000\",\r\n                    \"token\": \"3dqmq3Qw79evgt0\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/3dqmq3Qw79evgt0\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 5,\r\n            \"created_date\": \"2019-12-13T11:13:46.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486879,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=HlPaO2mxmfaWWzU&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:46.000\",\r\n                    \"token\": \"HlPaO2mxmfaWWzU\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/HlPaO2mxmfaWWzU\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 6,\r\n            \"created_date\": \"2019-12-13T11:13:49.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486880,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=nOsGrM7xX7KmJKL&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:13:49.000\",\r\n                    \"token\": \"nOsGrM7xX7KmJKL\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/nOsGrM7xX7KmJKL\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 7,\r\n            \"created_date\": \"2019-12-13T11:14:06.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486882,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=eOhRDlOXYV2jPfj&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:14:06.000\",\r\n                    \"token\": \"eOhRDlOXYV2jPfj\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/eOhRDlOXYV2jPfj\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 8,\r\n            \"created_date\": \"2019-12-13T11:17:24.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486883,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=zXQZLSBTr4LK8DB&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:24.000\",\r\n                    \"token\": \"zXQZLSBTr4LK8DB\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/zXQZLSBTr4LK8DB\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 9,\r\n            \"created_date\": \"2019-12-13T11:17:25.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486888,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=YnnrVU4Mmr8lZdc&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:25.000\",\r\n                    \"token\": \"YnnrVU4Mmr8lZdc\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/YnnrVU4Mmr8lZdc\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 10,\r\n            \"created_date\": \"2019-12-13T11:17:25.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486884,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=WrMYpn9PbyIskZk&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:25.000\",\r\n                    \"token\": \"WrMYpn9PbyIskZk\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/WrMYpn9PbyIskZk\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 11,\r\n            \"created_date\": \"2019-12-13T11:17:25.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486885,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=qB5b906OlNz3rpJ&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:25.000\",\r\n                    \"token\": \"qB5b906OlNz3rpJ\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/qB5b906OlNz3rpJ\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 12,\r\n            \"created_date\": \"2019-12-13T11:17:25.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486886,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=P8i3bn9AYEBVXjJ&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:25.000\",\r\n                    \"token\": \"P8i3bn9AYEBVXjJ\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/P8i3bn9AYEBVXjJ\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 13,\r\n            \"created_date\": \"2019-12-13T11:17:25.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486887,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=zy5YqA3fMXCdXMy&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:25.000\",\r\n                    \"token\": \"zy5YqA3fMXCdXMy\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/zy5YqA3fMXCdXMy\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 14,\r\n            \"created_date\": \"2019-12-13T11:17:26.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3486889,\r\n                    \"name\": \"AC 09 2019.PDF\",\r\n                    \"thumbnail\": \"https://cloud.myunisoft.fr/index.php/apps/files_sharing/ajax/publicpreview.php?x=90&y=120&a=true&t=KEEaIj7kFeVejnd&scalingup=0\",\r\n                    \"date\": \"2019-12-13T11:17:26.000\",\r\n                    \"token\": \"KEEaIj7kFeVejnd\",\r\n                    \"link\": \"https://cloud.myunisoft.fr/index.php/s/KEEaIj7kFeVejnd\",\r\n                    \"invoice_type_id\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 15,\r\n            \"created_date\": \"2021-05-28T11:03:03.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820109,\r\n                    \"name\": \"1%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/46bYqSQNjHfog46?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-05-28T11:03:03.000\",\r\n                    \"token\": \"46bYqSQNjHfog46\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/46bYqSQNjHfog46\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 16,\r\n            \"created_date\": \"2021-05-28T11:03:05.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820110,\r\n                    \"name\": \"2%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/fFipoYo47eE5Z4p?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-05-28T11:03:05.000\",\r\n                    \"token\": \"fFipoYo47eE5Z4p\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/fFipoYo47eE5Z4p\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 17,\r\n            \"created_date\": \"2021-05-31T10:21:02.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820209,\r\n                    \"name\": \"1%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/obdgQTA7WeH2i4w?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-05-31T10:21:02.000\",\r\n                    \"token\": \"obdgQTA7WeH2i4w\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/obdgQTA7WeH2i4w\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 18,\r\n            \"created_date\": \"2021-05-31T10:23:43.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820210,\r\n                    \"name\": \"1%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/CBSysS72GRZNHPH?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-05-31T10:23:43.000\",\r\n                    \"token\": \"CBSysS72GRZNHPH\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/CBSysS72GRZNHPH\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 19,\r\n            \"created_date\": \"2021-05-31T10:26:20.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820211,\r\n                    \"name\": \"1%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/9yJFtcCdi8HRtad?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-05-31T10:26:20.000\",\r\n                    \"token\": \"9yJFtcCdi8HRtad\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/9yJFtcCdi8HRtad\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 20,\r\n            \"created_date\": \"2021-06-08T11:11:12.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3820576,\r\n                    \"name\": \"1%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/SXPBDFyJT6Bxisn?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-06-08T11:11:12.000\",\r\n                    \"token\": \"SXPBDFyJT6Bxisn\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/SXPBDFyJT6Bxisn\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 21,\r\n            \"created_date\": \"2021-07-15T19:06:02.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3834421,\r\n                    \"name\": \"Sans%20titre%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/WA9KakPyA23KE52?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-07-15T19:06:02.000\",\r\n                    \"token\": \"WA9KakPyA23KE52\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/WA9KakPyA23KE52\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"row_number\": 22,\r\n            \"created_date\": \"2021-07-15T19:06:17.000\",\r\n            \"document_attached_id\": 0,\r\n            \"documents\": [\r\n                {\r\n                    \"document_id\": 3834426,\r\n                    \"name\": \"Sans%20titre%2Epng.png\",\r\n                    \"thumbnail\": \"https://mycloud.myunisoft.fr/index.php/apps/files_sharing/publicpreview/g8nTCgaNwsYriWr?x=90&y=120&a=true\",\r\n                    \"date\": \"2021-07-15T19:06:17.000\",\r\n                    \"token\": \"g8nTCgaNwsYriWr\",\r\n                    \"link\": \"https://mycloud.myunisoft.fr/index.php/s/g8nTCgaNwsYriWr\",\r\n                    \"invoice_type_id\": 1\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1e28c37e-faf3-4331-9f0f-47ea18ceed39"}],"id":"3cfa3494-a5e2-4c43-a9dd-c8a1fce48728","_postman_id":"3cfa3494-a5e2-4c43-a9dd-c8a1fce48728","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Others","item":[{"name":"Countries (Pays)","id":"acf5efbd-551a-467b-88df-b9f915a89f7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://app.myunisoft.fr/api/v1/country","description":"<p>📢 Get countries.</p>\n","urlObject":{"protocol":"https","path":["api","v1","country"],"host":["app","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"96809f9c-ae22-4de8-91ed-5bbc4a8169ee","name":"Get countries","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://app.myunisoft.fr/api/v1/country"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"iso\": \"AF\",\r\n        \"label\": \"AFGHANISTAN\"\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"iso\": \"ZA\",\r\n        \"label\": \"AFRIQUE DU SUD\"\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"iso\": \"AX\",\r\n        \"label\": \"ALAND ILES\"\r\n    },\r\n    {\r\n        \"id\": 4,\r\n        \"iso\": \"AL\",\r\n        \"label\": \"ALBANIE\"\r\n    },\r\n    {\r\n        \"id\": 5,\r\n        \"iso\": \"DZ\",\r\n        \"label\": \"ALGERIE\"\r\n    },\r\n    {\r\n        \"id\": 6,\r\n        \"iso\": \"DE\",\r\n        \"label\": \"ALLEMAGNE\"\r\n    },\r\n    {\r\n        \"id\": 7,\r\n        \"iso\": \"AD\",\r\n        \"label\": \"ANDORRE\"\r\n    },\r\n    {\r\n        \"id\": 8,\r\n        \"iso\": \"AO\",\r\n        \"label\": \"ANGOLA\"\r\n    },\r\n    {\r\n        \"id\": 9,\r\n        \"iso\": \"AI\",\r\n        \"label\": \"ANGUILLA\"\r\n    },\r\n    {\r\n        \"id\": 10,\r\n        \"iso\": \"AQ\",\r\n        \"label\": \"ANTARCTIQUE\"\r\n    },\r\n    {\r\n        \"id\": 11,\r\n        \"iso\": \"AG\",\r\n        \"label\": \"ANTIGUA-ET-BARBUDA\"\r\n    },\r\n    {\r\n        \"id\": 12,\r\n        \"iso\": \"SA\",\r\n        \"label\": \"ARABIE SAOUDITE\"\r\n    },\r\n    {\r\n        \"id\": 13,\r\n        \"iso\": \"AR\",\r\n        \"label\": \"ARGENTINE\"\r\n    },\r\n    {\r\n        \"id\": 14,\r\n        \"iso\": \"AM\",\r\n        \"label\": \"ARMENIE\"\r\n    },\r\n    {\r\n        \"id\": 15,\r\n        \"iso\": \"AW\",\r\n        \"label\": \"ARUBA\"\r\n    },\r\n    {\r\n        \"id\": 16,\r\n        \"iso\": \"AU\",\r\n        \"label\": \"AUSTRALIE\"\r\n    },\r\n    {\r\n        \"id\": 17,\r\n        \"iso\": \"AT\",\r\n        \"label\": \"AUTRICHE\"\r\n    },\r\n    {\r\n        \"id\": 18,\r\n        \"iso\": \"AZ\",\r\n        \"label\": \"AZERBAIDJAN\"\r\n    },\r\n    {\r\n        \"id\": 19,\r\n        \"iso\": \"BS\",\r\n        \"label\": \"BAHAMAS\"\r\n    },\r\n    {\r\n        \"id\": 20,\r\n        \"iso\": \"BH\",\r\n        \"label\": \"BAHREIN\"\r\n    },\r\n    {\r\n        \"id\": 21,\r\n        \"iso\": \"BD\",\r\n        \"label\": \"BANGLADESH\"\r\n    },\r\n    {\r\n        \"id\": 22,\r\n        \"iso\": \"BB\",\r\n        \"label\": \"BARBADE\"\r\n    },\r\n    {\r\n        \"id\": 23,\r\n        \"iso\": \"BY\",\r\n        \"label\": \"BELARUS\"\r\n    },\r\n    {\r\n        \"id\": 24,\r\n        \"iso\": \"BE\",\r\n        \"label\": \"BELGIQUE\"\r\n    },\r\n    {\r\n        \"id\": 25,\r\n        \"iso\": \"BZ\",\r\n        \"label\": \"BELIZE\"\r\n    },\r\n    {\r\n        \"id\": 26,\r\n        \"iso\": \"BJ\",\r\n        \"label\": \"BENIN\"\r\n    },\r\n    {\r\n        \"id\": 27,\r\n        \"iso\": \"BM\",\r\n        \"label\": \"BERMUDES\"\r\n    },\r\n    {\r\n        \"id\": 28,\r\n        \"iso\": \"BT\",\r\n        \"label\": \"BHOUTAN\"\r\n    },\r\n    {\r\n        \"id\": 29,\r\n        \"iso\": \"BO\",\r\n        \"label\": \"BOLIVIE, l\\ufffdETAT PLURINATIONAL DE\"\r\n    },\r\n    {\r\n        \"id\": 30,\r\n        \"iso\": \"BQ\",\r\n        \"label\": \"BONAIRE, SAINT-EUSTACHE ET SABA\"\r\n    },\r\n    {\r\n        \"id\": 31,\r\n        \"iso\": \"BA\",\r\n        \"label\": \"BOSNIE-HERZEGOVINE\"\r\n    },\r\n    {\r\n        \"id\": 32,\r\n        \"iso\": \"BW\",\r\n        \"label\": \"BOTSWANA\"\r\n    },\r\n    {\r\n        \"id\": 33,\r\n        \"iso\": \"BV\",\r\n        \"label\": \"BOUVET, ILE\"\r\n    },\r\n    {\r\n        \"id\": 34,\r\n        \"iso\": \"BR\",\r\n        \"label\": \"BRESIL\"\r\n    },\r\n    {\r\n        \"id\": 35,\r\n        \"iso\": \"BN\",\r\n        \"label\": \"BRUNEI DARUSSALAM\"\r\n    },\r\n    {\r\n        \"id\": 36,\r\n        \"iso\": \"BG\",\r\n        \"label\": \"BULGARIE\"\r\n    },\r\n    {\r\n        \"id\": 37,\r\n        \"iso\": \"BF\",\r\n        \"label\": \"BURKINA FASO\"\r\n    },\r\n    {\r\n        \"id\": 38,\r\n        \"iso\": \"BI\",\r\n        \"label\": \"BURUNDI\"\r\n    },\r\n    {\r\n        \"id\": 40,\r\n        \"iso\": \"KY\",\r\n        \"label\": \"CAIMANS, ILES\"\r\n    },\r\n    {\r\n        \"id\": 41,\r\n        \"iso\": \"KH\",\r\n        \"label\": \"CAMBODGE\"\r\n    },\r\n    {\r\n        \"id\": 42,\r\n        \"iso\": \"CM\",\r\n        \"label\": \"CAMEROUN\"\r\n    },\r\n    {\r\n        \"id\": 43,\r\n        \"iso\": \"CA\",\r\n        \"label\": \"CANADA\"\r\n    },\r\n    {\r\n        \"id\": 39,\r\n        \"iso\": \"CV\",\r\n        \"label\": \"CAP-VERT\"\r\n    },\r\n    {\r\n        \"id\": 181,\r\n        \"iso\": \"CF\",\r\n        \"label\": \"CENTRAFRICAINE, REPUBLIQUE\"\r\n    },\r\n    {\r\n        \"id\": 44,\r\n        \"iso\": \"CL\",\r\n        \"label\": \"CHILI\"\r\n    },\r\n    {\r\n        \"id\": 45,\r\n        \"iso\": \"CN\",\r\n        \"label\": \"CHINE\"\r\n    },\r\n    {\r\n        \"id\": 46,\r\n        \"iso\": \"CX\",\r\n        \"label\": \"CHRISTMAS, ILE\"\r\n    },\r\n    {\r\n        \"id\": 47,\r\n        \"iso\": \"CY\",\r\n        \"label\": \"CHYPRE\"\r\n    },\r\n    {\r\n        \"id\": 48,\r\n        \"iso\": \"CC\",\r\n        \"label\": \"COCOS (KEELING), ILES\"\r\n    },\r\n    {\r\n        \"id\": 49,\r\n        \"iso\": \"CO\",\r\n        \"label\": \"COLOMBIE\"\r\n    },\r\n    {\r\n        \"id\": 50,\r\n        \"iso\": \"KM\",\r\n        \"label\": \"COMORES\"\r\n    },\r\n    {\r\n        \"id\": 51,\r\n        \"iso\": \"CG\",\r\n        \"label\": \"CONGO\"\r\n    },\r\n    {\r\n        \"id\": 52,\r\n        \"iso\": \"CD\",\r\n        \"label\": \"CONGO, REPUBLIQUE DEMOCRATIQUE DU\"\r\n    },\r\n    {\r\n        \"id\": 53,\r\n        \"iso\": \"CK\",\r\n        \"label\": \"COOK, ILES\"\r\n    },\r\n    {\r\n        \"id\": 54,\r\n        \"iso\": \"KR\",\r\n        \"label\": \"COREE, REPUBLIQUE DE\"\r\n    },\r\n    {\r\n        \"id\": 55,\r\n        \"iso\": \"KP\",\r\n        \"label\": \"COREE, REPUBLIQUE POPULAIRE DEMOCRATIQUE DE \"\r\n    },\r\n    {\r\n        \"id\": 56,\r\n        \"iso\": \"CR\",\r\n        \"label\": \"COSTA RICA\"\r\n    },\r\n    {\r\n        \"id\": 57,\r\n        \"iso\": \"CI\",\r\n        \"label\": \"COTE D\\ufffdIVOIRE\"\r\n    },\r\n    {\r\n        \"id\": 58,\r\n        \"iso\": \"HR\",\r\n        \"label\": \"CROATIE\"\r\n    },\r\n    {\r\n        \"id\": 59,\r\n        \"iso\": \"CU\",\r\n        \"label\": \"CUBA\"\r\n    },\r\n    {\r\n        \"id\": 60,\r\n        \"iso\": \"CW\",\r\n        \"label\": \"CURA\\ufffdAO\"\r\n    },\r\n    {\r\n        \"id\": 61,\r\n        \"iso\": \"DK\",\r\n        \"label\": \"DANEMARK\"\r\n    },\r\n    {\r\n        \"id\": 62,\r\n        \"iso\": \"DJ\",\r\n        \"label\": \"DJIBOUTI\"\r\n    },\r\n    {\r\n        \"id\": 63,\r\n        \"iso\": \"DO\",\r\n        \"label\": \"DOMINICAINE, REPUBLIQUE\"\r\n    },\r\n    {\r\n        \"id\": 64,\r\n        \"iso\": \"DM\",\r\n        \"label\": \"DOMINIQUE\"\r\n    },\r\n    {\r\n        \"id\": 65,\r\n        \"iso\": \"EG\",\r\n        \"label\": \"EGYPTE\"\r\n    },\r\n    {\r\n        \"id\": 66,\r\n        \"iso\": \"SV\",\r\n        \"label\": \"EL SAVADOR\"\r\n    },\r\n    {\r\n        \"id\": 67,\r\n        \"iso\": \"AE\",\r\n        \"label\": \"EMIRATS ARABES UNIS\"\r\n    },\r\n    {\r\n        \"id\": 68,\r\n        \"iso\": \"EC\",\r\n        \"label\": \"EQUATEUR\"\r\n    },\r\n    {\r\n        \"id\": 69,\r\n        \"iso\": \"ER\",\r\n        \"label\": \"ERYTHREE\"\r\n    },\r\n    {\r\n        \"id\": 70,\r\n        \"iso\": \"ES\",\r\n        \"label\": \"ESPAGNE\"\r\n    },\r\n    {\r\n        \"id\": 71,\r\n        \"iso\": \"EE\",\r\n        \"label\": \"ESTONIE\"\r\n    },\r\n    {\r\n        \"id\": 72,\r\n        \"iso\": \"US\",\r\n        \"label\": \"ETATS-UNIS\"\r\n    },\r\n    {\r\n        \"id\": 73,\r\n        \"iso\": \"ET\",\r\n        \"label\": \"ETHIOPIE\"\r\n    },\r\n    {\r\n        \"id\": 74,\r\n        \"iso\": \"FK\",\r\n        \"label\": \"FALKLAND, ILES (MALVINAS)\"\r\n    },\r\n    {\r\n        \"id\": 75,\r\n        \"iso\": \"FO\",\r\n        \"label\": \"FEROE, ILES\"\r\n    },\r\n    {\r\n        \"id\": 76,\r\n        \"iso\": \"FJ\",\r\n        \"label\": \"FIDJI\"\r\n    },\r\n    {\r\n        \"id\": 77,\r\n        \"iso\": \"FI\",\r\n        \"label\": \"FINLANDE\"\r\n    },\r\n    {\r\n        \"id\": 78,\r\n        \"iso\": \"FR\",\r\n        \"label\": \"FRANCE\"\r\n    },\r\n    {\r\n        \"id\": 79,\r\n        \"iso\": \"GA\",\r\n        \"label\": \"GABON\"\r\n    },\r\n    {\r\n        \"id\": 80,\r\n        \"iso\": \"GM\",\r\n        \"label\": \"GAMBIE\"\r\n    },\r\n    {\r\n        \"id\": 81,\r\n        \"iso\": \"GE\",\r\n        \"label\": \"GEORGIE\"\r\n    },\r\n    {\r\n        \"id\": 82,\r\n        \"iso\": \"GS\",\r\n        \"label\": \"GEORGIE DU SUD ET LES ILES SANDWICH DU SUD \"\r\n    },\r\n    {\r\n        \"id\": 83,\r\n        \"iso\": \"GH\",\r\n        \"label\": \"GHANA\"\r\n    },\r\n    {\r\n        \"id\": 84,\r\n        \"iso\": \"GI\",\r\n        \"label\": \"GIBRALTAR\"\r\n    },\r\n    {\r\n        \"id\": 85,\r\n        \"iso\": \"GR\",\r\n        \"label\": \"GRECE\"\r\n    },\r\n    {\r\n        \"id\": 86,\r\n        \"iso\": \"GD\",\r\n        \"label\": \"GRENADE\"\r\n    },\r\n    {\r\n        \"id\": 87,\r\n        \"iso\": \"GL\",\r\n        \"label\": \"GROENLAND\"\r\n    },\r\n    {\r\n        \"id\": 88,\r\n        \"iso\": \"GU\",\r\n        \"label\": \"GUAM\"\r\n    },\r\n    {\r\n        \"id\": 89,\r\n        \"iso\": \"GT\",\r\n        \"label\": \"GUATEMALA\"\r\n    },\r\n    {\r\n        \"id\": 90,\r\n        \"iso\": \"GG\",\r\n        \"label\": \"GUERNESEY\"\r\n    },\r\n    {\r\n        \"id\": 91,\r\n        \"iso\": \"GN\",\r\n        \"label\": \"GUINEE\"\r\n    },\r\n    {\r\n        \"id\": 92,\r\n        \"iso\": \"GW\",\r\n        \"label\": \"GUINEE-BISSAU\"\r\n    },\r\n    {\r\n        \"id\": 93,\r\n        \"iso\": \"GQ\",\r\n        \"label\": \"GUINEE EQUATORIALE\"\r\n    },\r\n    {\r\n        \"id\": 94,\r\n        \"iso\": \"GY\",\r\n        \"label\": \"GUYANA\"\r\n    },\r\n    {\r\n        \"id\": 95,\r\n        \"iso\": \"HT\",\r\n        \"label\": \"HAITI\"\r\n    },\r\n    {\r\n        \"id\": 96,\r\n        \"iso\": \"HM\",\r\n        \"label\": \"HEARD ET ILES MCDONALD, ILE\"\r\n    },\r\n    {\r\n        \"id\": 97,\r\n        \"iso\": \"HN\",\r\n        \"label\": \"HONDURAS\"\r\n    },\r\n    {\r\n        \"id\": 98,\r\n        \"iso\": \"HK\",\r\n        \"label\": \"HONG KONG\"\r\n    },\r\n    {\r\n        \"id\": 99,\r\n        \"iso\": \"HU\",\r\n        \"label\": \"HONGRIE\"\r\n    },\r\n    {\r\n        \"id\": 100,\r\n        \"iso\": \"IM\",\r\n        \"label\": \"ILE DE MAN\"\r\n    },\r\n    {\r\n        \"id\": 101,\r\n        \"iso\": \"UM\",\r\n        \"label\": \"ILES MINEURES ELOIGNEES DES ETATS-UNIS \"\r\n    },\r\n    {\r\n        \"id\": 102,\r\n        \"iso\": \"IN\",\r\n        \"label\": \"INDE\"\r\n    },\r\n    {\r\n        \"id\": 103,\r\n        \"iso\": \"ID\",\r\n        \"label\": \"INDONESIE\"\r\n    },\r\n    {\r\n        \"id\": 104,\r\n        \"iso\": \"IR\",\r\n        \"label\": \"IRAN, REPUBLIQUE ISLAMIQUE D\\ufffd\"\r\n    },\r\n    {\r\n        \"id\": 105,\r\n        \"iso\": \"IQ\",\r\n        \"label\": \"IRAQ\"\r\n    },\r\n    {\r\n        \"id\": 106,\r\n        \"iso\": \"IE\",\r\n        \"label\": \"IRLANDE\"\r\n    },\r\n    {\r\n        \"id\": 107,\r\n        \"iso\": \"IS\",\r\n        \"label\": \"ISLANDE\"\r\n    },\r\n    {\r\n        \"id\": 108,\r\n        \"iso\": \"IL\",\r\n        \"label\": \"ISRAEL\"\r\n    },\r\n    {\r\n        \"id\": 109,\r\n        \"iso\": \"IT\",\r\n        \"label\": \"ITALIE\"\r\n    },\r\n    {\r\n        \"id\": 110,\r\n        \"iso\": \"JM\",\r\n        \"label\": \"JAMAIQUE\"\r\n    },\r\n    {\r\n        \"id\": 111,\r\n        \"iso\": \"JP\",\r\n        \"label\": \"JAPON\"\r\n    },\r\n    {\r\n        \"id\": 112,\r\n        \"iso\": \"JE\",\r\n        \"label\": \"JERSEY\"\r\n    },\r\n    {\r\n        \"id\": 113,\r\n        \"iso\": \"JO\",\r\n        \"label\": \"JORDANIE\"\r\n    },\r\n    {\r\n        \"id\": 114,\r\n        \"iso\": \"KZ\",\r\n        \"label\": \"KAZAKHSTAN\"\r\n    },\r\n    {\r\n        \"id\": 115,\r\n        \"iso\": \"KE\",\r\n        \"label\": \"KENYA\"\r\n    },\r\n    {\r\n        \"id\": 116,\r\n        \"iso\": \"KG\",\r\n        \"label\": \"KIRGHIZISTAN\"\r\n    },\r\n    {\r\n        \"id\": 117,\r\n        \"iso\": \"KI\",\r\n        \"label\": \"KIRIBATI\"\r\n    },\r\n    {\r\n        \"id\": 118,\r\n        \"iso\": \"KW\",\r\n        \"label\": \"KOWEIT\"\r\n    },\r\n    {\r\n        \"id\": 119,\r\n        \"iso\": \"LA\",\r\n        \"label\": \"LAO, REPUBLIQUE DEMOCRATIQUE POPULAIRE\"\r\n    },\r\n    {\r\n        \"id\": 120,\r\n        \"iso\": \"LS\",\r\n        \"label\": \"LESOTHO\"\r\n    },\r\n    {\r\n        \"id\": 121,\r\n        \"iso\": \"LV\",\r\n        \"label\": \"LETTONIE\"\r\n    },\r\n    {\r\n        \"id\": 122,\r\n        \"iso\": \"LB\",\r\n        \"label\": \"LIBAN\"\r\n    },\r\n    {\r\n        \"id\": 123,\r\n        \"iso\": \"LR\",\r\n        \"label\": \"LIBERIA\"\r\n    },\r\n    {\r\n        \"id\": 125,\r\n        \"iso\": \"LI\",\r\n        \"label\": \"LIECHTENSTEIN\"\r\n    },\r\n    {\r\n        \"id\": 126,\r\n        \"iso\": \"LT\",\r\n        \"label\": \"LITUANIE\"\r\n    },\r\n    {\r\n        \"id\": 127,\r\n        \"iso\": \"LU\",\r\n        \"label\": \"LUXEMBOURG\"\r\n    },\r\n    {\r\n        \"id\": 124,\r\n        \"iso\": \"LY\",\r\n        \"label\": \"LYBIE\"\r\n    },\r\n    {\r\n        \"id\": 128,\r\n        \"iso\": \"MO\",\r\n        \"label\": \"MACAO\"\r\n    },\r\n    {\r\n        \"id\": 129,\r\n        \"iso\": \"MK\",\r\n        \"label\": \"MACEDOINE L\\ufffdEX-REPUBLIQUE YOUGOSLAVE DE\"\r\n    },\r\n    {\r\n        \"id\": 130,\r\n        \"iso\": \"MG\",\r\n        \"label\": \"MADAGASCAR\"\r\n    },\r\n    {\r\n        \"id\": 131,\r\n        \"iso\": \"MY\",\r\n        \"label\": \"MALAISIE\"\r\n    },\r\n    {\r\n        \"id\": 132,\r\n        \"iso\": \"MW\",\r\n        \"label\": \"MALAWI\"\r\n    },\r\n    {\r\n        \"id\": 133,\r\n        \"iso\": \"MV\",\r\n        \"label\": \"MALDIVES\"\r\n    },\r\n    {\r\n        \"id\": 134,\r\n        \"iso\": \"ML\",\r\n        \"label\": \"MALI\"\r\n    },\r\n    {\r\n        \"id\": 135,\r\n        \"iso\": \"MT\",\r\n        \"label\": \"MALTE\"\r\n    },\r\n    {\r\n        \"id\": 136,\r\n        \"iso\": \"MP\",\r\n        \"label\": \"MARIANNES DU NORD, ILES\"\r\n    },\r\n    {\r\n        \"id\": 137,\r\n        \"iso\": \"MA\",\r\n        \"label\": \"MAROC\"\r\n    },\r\n    {\r\n        \"id\": 138,\r\n        \"iso\": \"MH\",\r\n        \"label\": \"MARSHALL, ILES\"\r\n    },\r\n    {\r\n        \"id\": 139,\r\n        \"iso\": \"MU\",\r\n        \"label\": \"MAURICE\"\r\n    },\r\n    {\r\n        \"id\": 140,\r\n        \"iso\": \"MR\",\r\n        \"label\": \"MAURITANIE\"\r\n    },\r\n    {\r\n        \"id\": 141,\r\n        \"iso\": \"MX\",\r\n        \"label\": \"MEXIQUE\"\r\n    },\r\n    {\r\n        \"id\": 142,\r\n        \"iso\": \"FM\",\r\n        \"label\": \"MICRONESIE, ETATS FEDERES DE\"\r\n    },\r\n    {\r\n        \"id\": 143,\r\n        \"iso\": \"MD\",\r\n        \"label\": \"MOLDOVA, REPUBLIQUE DE\"\r\n    },\r\n    {\r\n        \"id\": 144,\r\n        \"iso\": \"MC\",\r\n        \"label\": \"MONACO\"\r\n    },\r\n    {\r\n        \"id\": 145,\r\n        \"iso\": \"MN\",\r\n        \"label\": \"MONGOLIE\"\r\n    },\r\n    {\r\n        \"id\": 146,\r\n        \"iso\": \"ME\",\r\n        \"label\": \"MONTENEGRO\"\r\n    },\r\n    {\r\n        \"id\": 147,\r\n        \"iso\": \"MS\",\r\n        \"label\": \"MONTSERRAT\"\r\n    },\r\n    {\r\n        \"id\": 148,\r\n        \"iso\": \"MZ\",\r\n        \"label\": \"MOZAMBIQUE\"\r\n    },\r\n    {\r\n        \"id\": 149,\r\n        \"iso\": \"MM\",\r\n        \"label\": \"MYANMAR\"\r\n    },\r\n    {\r\n        \"id\": 150,\r\n        \"iso\": \"NA\",\r\n        \"label\": \"NAMIBIE\"\r\n    },\r\n    {\r\n        \"id\": 151,\r\n        \"iso\": \"NR\",\r\n        \"label\": \"NAURU\"\r\n    },\r\n    {\r\n        \"id\": 152,\r\n        \"iso\": \"NP\",\r\n        \"label\": \"NEPAL\"\r\n    },\r\n    {\r\n        \"id\": 153,\r\n        \"iso\": \"NI\",\r\n        \"label\": \"NICARAGUA\"\r\n    },\r\n    {\r\n        \"id\": 154,\r\n        \"iso\": \"NE\",\r\n        \"label\": \"NIGER\"\r\n    },\r\n    {\r\n        \"id\": 155,\r\n        \"iso\": \"NG\",\r\n        \"label\": \"NIGERIA\"\r\n    },\r\n    {\r\n        \"id\": 156,\r\n        \"iso\": \"NU\",\r\n        \"label\": \"NIUE\"\r\n    },\r\n    {\r\n        \"id\": 157,\r\n        \"iso\": \"NF\",\r\n        \"label\": \"NORFOLK, ILE\"\r\n    },\r\n    {\r\n        \"id\": 158,\r\n        \"iso\": \"NO\",\r\n        \"label\": \"NORVEGE\"\r\n    },\r\n    {\r\n        \"id\": 159,\r\n        \"iso\": \"NC\",\r\n        \"label\": \"NOUVELLE-CALEDONIE\"\r\n    },\r\n    {\r\n        \"id\": 160,\r\n        \"iso\": \"NZ\",\r\n        \"label\": \"NOUVELLE-ZELANDE\"\r\n    },\r\n    {\r\n        \"id\": 161,\r\n        \"iso\": \"IO\",\r\n        \"label\": \"OCEAN INDIEN, TERRITOIRE  BRITANIQUE DE L\\ufffd\"\r\n    },\r\n    {\r\n        \"id\": 162,\r\n        \"iso\": \"OM\",\r\n        \"label\": \"OMAN\"\r\n    },\r\n    {\r\n        \"id\": 163,\r\n        \"iso\": \"UG\",\r\n        \"label\": \"OUGANDA\"\r\n    },\r\n    {\r\n        \"id\": 164,\r\n        \"iso\": \"UZ\",\r\n        \"label\": \"OUZBEKISTAN\"\r\n    },\r\n    {\r\n        \"id\": 165,\r\n        \"iso\": \"PK\",\r\n        \"label\": \"PAKISTAN\"\r\n    },\r\n    {\r\n        \"id\": 166,\r\n        \"iso\": \"PW\",\r\n        \"label\": \"PALAOS\"\r\n    },\r\n    {\r\n        \"id\": 167,\r\n        \"iso\": \"PS\",\r\n        \"label\": \"PALESTINE, ETAT DE\"\r\n    },\r\n    {\r\n        \"id\": 168,\r\n        \"iso\": \"PA\",\r\n        \"label\": \"PANAMA\"\r\n    },\r\n    {\r\n        \"id\": 169,\r\n        \"iso\": \"PG\",\r\n        \"label\": \"PAPOUASIE-NOUVELLE-GUINEE\"\r\n    },\r\n    {\r\n        \"id\": 170,\r\n        \"iso\": \"PY\",\r\n        \"label\": \"PARAGUAY\"\r\n    },\r\n    {\r\n        \"id\": 171,\r\n        \"iso\": \"NL\",\r\n        \"label\": \"PAYS-BAS\"\r\n    },\r\n    {\r\n        \"id\": 172,\r\n        \"iso\": \"PE\",\r\n        \"label\": \"PEROU\"\r\n    },\r\n    {\r\n        \"id\": 173,\r\n        \"iso\": \"PH\",\r\n        \"label\": \"PHILIPPINES\"\r\n    },\r\n    {\r\n        \"id\": 174,\r\n        \"iso\": \"PN\",\r\n        \"label\": \"PITCAIRN\"\r\n    },\r\n    {\r\n        \"id\": 175,\r\n        \"iso\": \"PL\",\r\n        \"label\": \"POLOGNE\"\r\n    },\r\n    {\r\n        \"id\": 176,\r\n        \"iso\": \"PF\",\r\n        \"label\": \"POLYNESIE FRANCAISE\"\r\n    },\r\n    {\r\n        \"id\": 177,\r\n        \"iso\": \"PR\",\r\n        \"label\": \"PORTO RICO\"\r\n    },\r\n    {\r\n        \"id\": 178,\r\n        \"iso\": \"PT\",\r\n        \"label\": \"PORTUGAL\"\r\n    },\r\n    {\r\n        \"id\": 179,\r\n        \"iso\": \"QA\",\r\n        \"label\": \"QATAR\"\r\n    },\r\n    {\r\n        \"id\": 180,\r\n        \"iso\": \"SY\",\r\n        \"label\": \"REPUBLIQUE ARABE SYRIENNE\"\r\n    },\r\n    {\r\n        \"id\": 182,\r\n        \"iso\": \"RO\",\r\n        \"label\": \"ROUMANIE\"\r\n    },\r\n    {\r\n        \"id\": 183,\r\n        \"iso\": \"GB\",\r\n        \"label\": \"ROYAUME-UNI DE GRANDE BRETAGNE ET D\\ufffdIRLANDE DU NORD\"\r\n    },\r\n    {\r\n        \"id\": 184,\r\n        \"iso\": \"RU\",\r\n        \"label\": \"RUSSIE, FEDERATION DE\"\r\n    },\r\n    {\r\n        \"id\": 185,\r\n        \"iso\": \"RW\",\r\n        \"label\": \"RWANDA\"\r\n    },\r\n    {\r\n        \"id\": 186,\r\n        \"iso\": \"EH\",\r\n        \"label\": \"SAHARA OCCIDENTAL\"\r\n    },\r\n    {\r\n        \"id\": 187,\r\n        \"iso\": \"BL\",\r\n        \"label\": \"SAINT-BARTHELEMY\"\r\n    },\r\n    {\r\n        \"id\": 195,\r\n        \"iso\": \"SH\",\r\n        \"label\": \"SAINTE-HELENE, ASCENSION ET TRISTAN DA CUNHA\"\r\n    },\r\n    {\r\n        \"id\": 196,\r\n        \"iso\": \"LC\",\r\n        \"label\": \"SAINTE-LUCIE\"\r\n    },\r\n    {\r\n        \"id\": 188,\r\n        \"iso\": \"KN\",\r\n        \"label\": \"SAINT-KITTS-ET-NEVIS\"\r\n    },\r\n    {\r\n        \"id\": 189,\r\n        \"iso\": \"SM\",\r\n        \"label\": \"SAINT-MARIN\"\r\n    },\r\n    {\r\n        \"id\": 190,\r\n        \"iso\": \"MF\",\r\n        \"label\": \"SAINT MARTIN (PARTIE FRANCAISE)\"\r\n    },\r\n    {\r\n        \"id\": 191,\r\n        \"iso\": \"SX\",\r\n        \"label\": \"SAINT MARTIN (PARTIE NEERLANDAISE)\"\r\n    },\r\n    {\r\n        \"id\": 192,\r\n        \"iso\": \"PM\",\r\n        \"label\": \"SAINT-PIERRE-ET-MIQUELON\"\r\n    },\r\n    {\r\n        \"id\": 193,\r\n        \"iso\": \"VA\",\r\n        \"label\": \"SAINT-SIEGE (ETAT DE LA CITE DU VATICAN)\"\r\n    },\r\n    {\r\n        \"id\": 194,\r\n        \"iso\": \"VC\",\r\n        \"label\": \"SAINT-VINCENT-ET-LES GRENADINES\"\r\n    },\r\n    {\r\n        \"id\": 197,\r\n        \"iso\": \"SB\",\r\n        \"label\": \"SALOMON, ILES\"\r\n    },\r\n    {\r\n        \"id\": 198,\r\n        \"iso\": \"WS\",\r\n        \"label\": \"SAMOA\"\r\n    },\r\n    {\r\n        \"id\": 199,\r\n        \"iso\": \"AS\",\r\n        \"label\": \"SAMOA AMERICAINES\"\r\n    },\r\n    {\r\n        \"id\": 200,\r\n        \"iso\": \"ST\",\r\n        \"label\": \"SAO TOME-ET-PRINCIPE\"\r\n    },\r\n    {\r\n        \"id\": 201,\r\n        \"iso\": \"SN\",\r\n        \"label\": \"SENEGAL\"\r\n    },\r\n    {\r\n        \"id\": 202,\r\n        \"iso\": \"RS\",\r\n        \"label\": \"SERBIE\"\r\n    },\r\n    {\r\n        \"id\": 203,\r\n        \"iso\": \"SC\",\r\n        \"label\": \"SEYCHELLES\"\r\n    },\r\n    {\r\n        \"id\": 204,\r\n        \"iso\": \"SL\",\r\n        \"label\": \"SIERRA LEONE\"\r\n    },\r\n    {\r\n        \"id\": 205,\r\n        \"iso\": \"SG\",\r\n        \"label\": \"SINGAPOUR\"\r\n    },\r\n    {\r\n        \"id\": 206,\r\n        \"iso\": \"SK\",\r\n        \"label\": \"SLOVAQUIE\"\r\n    },\r\n    {\r\n        \"id\": 207,\r\n        \"iso\": \"SI\",\r\n        \"label\": \"SLOVENIE\"\r\n    },\r\n    {\r\n        \"id\": 208,\r\n        \"iso\": \"SO\",\r\n        \"label\": \"SOMALIE\"\r\n    },\r\n    {\r\n        \"id\": 209,\r\n        \"iso\": \"SD\",\r\n        \"label\": \"SOUDAN\"\r\n    },\r\n    {\r\n        \"id\": 210,\r\n        \"iso\": \"SS\",\r\n        \"label\": \"SOUDAN DU SUD\"\r\n    },\r\n    {\r\n        \"id\": 211,\r\n        \"iso\": \"LK\",\r\n        \"label\": \"SRI LANKA\"\r\n    },\r\n    {\r\n        \"id\": 212,\r\n        \"iso\": \"SE\",\r\n        \"label\": \"SUEDE\"\r\n    },\r\n    {\r\n        \"id\": 213,\r\n        \"iso\": \"CH\",\r\n        \"label\": \"SUISSE\"\r\n    },\r\n    {\r\n        \"id\": 214,\r\n        \"iso\": \"SR\",\r\n        \"label\": \"SURINAME\"\r\n    },\r\n    {\r\n        \"id\": 215,\r\n        \"iso\": \"SJ\",\r\n        \"label\": \"SVALBARD ET ILES JAN MAYEN\"\r\n    },\r\n    {\r\n        \"id\": 216,\r\n        \"iso\": \"SZ\",\r\n        \"label\": \"SWAZILAND\"\r\n    },\r\n    {\r\n        \"id\": 217,\r\n        \"iso\": \"TJ\",\r\n        \"label\": \"TADJIKISTAN\"\r\n    },\r\n    {\r\n        \"id\": 218,\r\n        \"iso\": \"TW\",\r\n        \"label\": \"TAIWAN, PROVINCE DE CHINE\"\r\n    },\r\n    {\r\n        \"id\": 219,\r\n        \"iso\": \"TZ\",\r\n        \"label\": \"TANZANIE, REPUBLIQUE-UNIE DE\"\r\n    },\r\n    {\r\n        \"id\": 220,\r\n        \"iso\": \"TD\",\r\n        \"label\": \"TCHAD\"\r\n    },\r\n    {\r\n        \"id\": 221,\r\n        \"iso\": \"CZ\",\r\n        \"label\": \"TCHEQUE, REPUBLIQUE\"\r\n    },\r\n    {\r\n        \"id\": 222,\r\n        \"iso\": \"TF\",\r\n        \"label\": \"TERRES AUSTRALES FRANCAISES\"\r\n    },\r\n    {\r\n        \"id\": 223,\r\n        \"iso\": \"TH\",\r\n        \"label\": \"THAILANDE\"\r\n    },\r\n    {\r\n        \"id\": 224,\r\n        \"iso\": \"TL\",\r\n        \"label\": \"TIMOR LESTE\"\r\n    },\r\n    {\r\n        \"id\": 225,\r\n        \"iso\": \"TG\",\r\n        \"label\": \"TOGO\"\r\n    },\r\n    {\r\n        \"id\": 226,\r\n        \"iso\": \"TK\",\r\n        \"label\": \"TOKELAU\"\r\n    },\r\n    {\r\n        \"id\": 227,\r\n        \"iso\": \"TO\",\r\n        \"label\": \"TONGA\"\r\n    },\r\n    {\r\n        \"id\": 228,\r\n        \"iso\": \"TT\",\r\n        \"label\": \"TRINITE-ET-TOBAGO\"\r\n    },\r\n    {\r\n        \"id\": 229,\r\n        \"iso\": \"TN\",\r\n        \"label\": \"TUNISIE\"\r\n    },\r\n    {\r\n        \"id\": 230,\r\n        \"iso\": \"TM\",\r\n        \"label\": \"TURKMENISTAN\"\r\n    },\r\n    {\r\n        \"id\": 231,\r\n        \"iso\": \"TC\",\r\n        \"label\": \"TURQUES ET CAICOS, ILES\"\r\n    },\r\n    {\r\n        \"id\": 232,\r\n        \"iso\": \"TR\",\r\n        \"label\": \"TURQUIE\"\r\n    },\r\n    {\r\n        \"id\": 233,\r\n        \"iso\": \"TV\",\r\n        \"label\": \"TUVALU\"\r\n    },\r\n    {\r\n        \"id\": 234,\r\n        \"iso\": \"UA\",\r\n        \"label\": \"UKRAINE\"\r\n    },\r\n    {\r\n        \"id\": 235,\r\n        \"iso\": \"UY\",\r\n        \"label\": \"URUGUAY\"\r\n    },\r\n    {\r\n        \"id\": 236,\r\n        \"iso\": \"VU\",\r\n        \"label\": \"VANUATU\"\r\n    },\r\n    {\r\n        \"id\": 237,\r\n        \"iso\": \"VE\",\r\n        \"label\": \"VENEZUELA, REPUBLIQUE BOLIVARIENNE DU\"\r\n    },\r\n    {\r\n        \"id\": 238,\r\n        \"iso\": \"VG\",\r\n        \"label\": \"VIERGES BRITANNIQUES, ILES\"\r\n    },\r\n    {\r\n        \"id\": 239,\r\n        \"iso\": \"VI\",\r\n        \"label\": \"VIERGES DES ETATS-UNIS, ILES\"\r\n    },\r\n    {\r\n        \"id\": 240,\r\n        \"iso\": \"VN\",\r\n        \"label\": \"VIET NAM\"\r\n    },\r\n    {\r\n        \"id\": 241,\r\n        \"iso\": \"WF\",\r\n        \"label\": \"WALLIS ET FUTUNA\"\r\n    },\r\n    {\r\n        \"id\": 242,\r\n        \"iso\": \"YE\",\r\n        \"label\": \"YEMEN \"\r\n    },\r\n    {\r\n        \"id\": 243,\r\n        \"iso\": \"ZM\",\r\n        \"label\": \"ZAMBIE\"\r\n    },\r\n    {\r\n        \"id\": 244,\r\n        \"iso\": \"ZW\",\r\n        \"label\": \"ZIMBABWE\"\r\n    }\r\n]"}],"_postman_id":"acf5efbd-551a-467b-88df-b9f915a89f7c"},{"name":"Currencies (devises)","id":"9dcd3c35-cf86-4698-b2d8-6c031c6c7af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/currencies?date=2020-12-02","description":"<p>📢 Get currencies.</p>\n","urlObject":{"protocol":"https","path":["api","v1","currencies"],"host":["api","myunisoft","fr"],"query":[{"key":"date","value":"2020-12-02"}],"variable":[]}},"response":[{"id":"5a218d7c-85da-4e79-ad09-f5dec287c1ac","name":"Currencies","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text","disabled":true}],"url":{"raw":"https://api.myunisoft.fr/api/v1/currencies","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","currencies"],"query":[{"key":"date","value":"2020-12-02","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"date_rate\": \"2020-12-31\",\n    \"base\": {\n        \"code_iso\": \"EUR\",\n        \"label\": \"Euro\"\n    },\n    \"array_rates\": [\n        {\n            \"code_iso\": \"CAD\",\n            \"label\": \"Canadian dollar\",\n            \"rate\": 1.5633\n        },\n        {\n            \"code_iso\": \"HKD\",\n            \"label\": \"Hong Kong dollar\",\n            \"rate\": 9.5142\n        },\n        {\n            \"code_iso\": \"ISK\",\n            \"label\": \"Icelandic krona\",\n            \"rate\": 156.1\n        },\n        {\n            \"code_iso\": \"PHP\",\n            \"label\": \"Philippine peso\",\n            \"rate\": 59.125\n        },\n        {\n            \"code_iso\": \"DKK\",\n            \"label\": \"Danish krone\",\n            \"rate\": 7.4409\n        },\n        {\n            \"code_iso\": \"HUF\",\n            \"label\": \"Hungarian forint\",\n            \"rate\": 363.89\n        },\n        {\n            \"code_iso\": \"CZK\",\n            \"label\": \"Czech koruna\",\n            \"rate\": 26.242\n        },\n        {\n            \"code_iso\": \"AUD\",\n            \"label\": \"Australian dollar\",\n            \"rate\": 1.5896\n        },\n        {\n            \"code_iso\": \"RON\",\n            \"label\": \"Romanian leu\",\n            \"rate\": 4.8683\n        },\n        {\n            \"code_iso\": \"SEK\",\n            \"label\": \"Swedish krona\",\n            \"rate\": 10.0343\n        },\n        {\n            \"code_iso\": \"IDR\",\n            \"label\": \"Indonesian rupiah\",\n            \"rate\": 17240.76\n        },\n        {\n            \"code_iso\": \"INR\",\n            \"label\": \"Indian rupee\",\n            \"rate\": 89.6605\n        },\n        {\n            \"code_iso\": \"BRL\",\n            \"label\": \"Brazilian real\",\n            \"rate\": 6.3735\n        },\n        {\n            \"code_iso\": \"RUB\",\n            \"label\": \"Russian rouble\",\n            \"rate\": 91.4671\n        },\n        {\n            \"code_iso\": \"HRK\",\n            \"label\": \"Croatian kuna\",\n            \"rate\": 7.5519\n        },\n        {\n            \"code_iso\": \"JPY\",\n            \"label\": \"Japanese yen\",\n            \"rate\": 126.49\n        },\n        {\n            \"code_iso\": \"THB\",\n            \"label\": \"Thai baht\",\n            \"rate\": 36.727\n        },\n        {\n            \"code_iso\": \"CHF\",\n            \"label\": \"Swiss franc\",\n            \"rate\": 1.0802\n        },\n        {\n            \"code_iso\": \"SGD\",\n            \"label\": \"Singapore dollar\",\n            \"rate\": 1.6218\n        },\n        {\n            \"code_iso\": \"PLN\",\n            \"label\": \"Polish zloty\",\n            \"rate\": 4.5597\n        },\n        {\n            \"code_iso\": \"BGN\",\n            \"label\": \"Bulgarian lev\",\n            \"rate\": 1.9558\n        },\n        {\n            \"code_iso\": \"TRY\",\n            \"label\": \"Turkish lira\",\n            \"rate\": 9.1131\n        },\n        {\n            \"code_iso\": \"CNY\",\n            \"label\": \"Chinese yuan renminbi\",\n            \"rate\": 8.0225\n        },\n        {\n            \"code_iso\": \"NOK\",\n            \"label\": \"Norwegian krone\",\n            \"rate\": 10.4703\n        },\n        {\n            \"code_iso\": \"NZD\",\n            \"label\": \"New Zealand dollar\",\n            \"rate\": 1.6984\n        },\n        {\n            \"code_iso\": \"ZAR\",\n            \"label\": \"South African rand\",\n            \"rate\": 18.0219\n        },\n        {\n            \"code_iso\": \"USD\",\n            \"label\": \"US dollar\",\n            \"rate\": 1.2271\n        },\n        {\n            \"code_iso\": \"MXN\",\n            \"label\": \"Mexican peso\",\n            \"rate\": 24.416\n        },\n        {\n            \"code_iso\": \"ILS\",\n            \"label\": \"Israeli shekel\",\n            \"rate\": 3.9447\n        },\n        {\n            \"code_iso\": \"GBP\",\n            \"label\": \"Pound sterling\",\n            \"rate\": 0.89903\n        },\n        {\n            \"code_iso\": \"KRW\",\n            \"label\": \"South Korean won\",\n            \"rate\": 1336\n        },\n        {\n            \"code_iso\": \"MYR\",\n            \"label\": \"Malaysian ringgit\",\n            \"rate\": 4.934\n        }\n    ]\n}"},{"id":"12b76097-c5ae-4eef-91bc-79749101cfa8","name":"Currencies by date","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text","disabled":true}],"url":{"raw":"https://api.myunisoft.fr/api/v1/currencies?date=2020-12-02","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","currencies"],"query":[{"key":"date","value":"2020-12-02"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"date_rate\": \"2020-12-02\",\n    \"base\": {\n        \"code_iso\": \"EUR\",\n        \"label\": \"Euro\"\n    },\n    \"array_rates\": [\n        {\n            \"code_iso\": \"CAD\",\n            \"label\": \"Canadian dollar\",\n            \"rate\": 1.5619\n        },\n        {\n            \"code_iso\": \"HKD\",\n            \"label\": \"Hong Kong dollar\",\n            \"rate\": 9.3535\n        },\n        {\n            \"code_iso\": \"ISK\",\n            \"label\": \"Icelandic krona\",\n            \"rate\": 155.4\n        },\n        {\n            \"code_iso\": \"PHP\",\n            \"label\": \"Philippine peso\",\n            \"rate\": 57.984\n        },\n        {\n            \"code_iso\": \"DKK\",\n            \"label\": \"Danish krone\",\n            \"rate\": 7.4438\n        },\n        {\n            \"code_iso\": \"HUF\",\n            \"label\": \"Hungarian forint\",\n            \"rate\": 357.4\n        },\n        {\n            \"code_iso\": \"CZK\",\n            \"label\": \"Czech koruna\",\n            \"rate\": 26.411\n        },\n        {\n            \"code_iso\": \"AUD\",\n            \"label\": \"Australian dollar\",\n            \"rate\": 1.6384\n        },\n        {\n            \"code_iso\": \"RON\",\n            \"label\": \"Romanian leu\",\n            \"rate\": 4.8714\n        },\n        {\n            \"code_iso\": \"SEK\",\n            \"label\": \"Swedish krona\",\n            \"rate\": 10.2813\n        },\n        {\n            \"code_iso\": \"IDR\",\n            \"label\": \"Indonesian rupiah\",\n            \"rate\": 17145.18\n        },\n        {\n            \"code_iso\": \"INR\",\n            \"label\": \"Indian rupee\",\n            \"rate\": 88.9695\n        },\n        {\n            \"code_iso\": \"BRL\",\n            \"label\": \"Brazilian real\",\n            \"rate\": 6.2962\n        },\n        {\n            \"code_iso\": \"RUB\",\n            \"label\": \"Russian rouble\",\n            \"rate\": 91.3194\n        },\n        {\n            \"code_iso\": \"HRK\",\n            \"label\": \"Croatian kuna\",\n            \"rate\": 7.552\n        },\n        {\n            \"code_iso\": \"JPY\",\n            \"label\": \"Japanese yen\",\n            \"rate\": 126.13\n        },\n        {\n            \"code_iso\": \"THB\",\n            \"label\": \"Thai baht\",\n            \"rate\": 36.5\n        },\n        {\n            \"code_iso\": \"CHF\",\n            \"label\": \"Swiss franc\",\n            \"rate\": 1.0819\n        },\n        {\n            \"code_iso\": \"SGD\",\n            \"label\": \"Singapore dollar\",\n            \"rate\": 1.6176\n        },\n        {\n            \"code_iso\": \"PLN\",\n            \"label\": \"Polish zloty\",\n            \"rate\": 4.4783\n        },\n        {\n            \"code_iso\": \"BGN\",\n            \"label\": \"Bulgarian lev\",\n            \"rate\": 1.9558\n        },\n        {\n            \"code_iso\": \"TRY\",\n            \"label\": \"Turkish lira\",\n            \"rate\": 9.457\n        },\n        {\n            \"code_iso\": \"CNY\",\n            \"label\": \"Chinese yuan renminbi\",\n            \"rate\": 7.9203\n        },\n        {\n            \"code_iso\": \"NOK\",\n            \"label\": \"Norwegian krone\",\n            \"rate\": 10.7003\n        },\n        {\n            \"code_iso\": \"NZD\",\n            \"label\": \"New Zealand dollar\",\n            \"rate\": 1.7137\n        },\n        {\n            \"code_iso\": \"ZAR\",\n            \"label\": \"South African rand\",\n            \"rate\": 18.5579\n        },\n        {\n            \"code_iso\": \"USD\",\n            \"label\": \"US dollar\",\n            \"rate\": 1.2066\n        },\n        {\n            \"code_iso\": \"MXN\",\n            \"label\": \"Mexican peso\",\n            \"rate\": 24.2499\n        },\n        {\n            \"code_iso\": \"ILS\",\n            \"label\": \"Israeli shekel\",\n            \"rate\": 3.9705\n        },\n        {\n            \"code_iso\": \"GBP\",\n            \"label\": \"Pound sterling\",\n            \"rate\": 0.9049\n        },\n        {\n            \"code_iso\": \"KRW\",\n            \"label\": \"South Korean won\",\n            \"rate\": 1330.2\n        },\n        {\n            \"code_iso\": \"MYR\",\n            \"label\": \"Malaysian ringgit\",\n            \"rate\": 4.9199\n        }\n    ]\n}"}],"_postman_id":"9dcd3c35-cf86-4698-b2d8-6c031c6c7af7"},{"name":"APE","id":"869f5418-4b90-436e-8c2c-f5d7f3a99dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/ape","description":"<p>📢 Fetch code APE.</p>\n","urlObject":{"protocol":"https","path":["api","v1","society","ape"],"host":["api","myunisoft","fr"],"query":[{"disabled":true,"key":"code","value":"0113Z"}],"variable":[]}},"response":[{"id":"ae49e02b-11ec-4c40-b4f6-e86dd18f33b7","name":"Get all","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""}],"url":"https://api.myunisoft.fr/api/v1/society/ape"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"code\": \"0111Z\",\n        \"name\": \"Culture de céréales (à l'exception du riz), de légumineuses et de graines oléagineuses\"\n    },\n    {\n        \"id\": 2,\n        \"code\": \"0112Z\",\n        \"name\": \"Culture du riz\"\n    },\n    {\n        \"id\": 3,\n        \"code\": \"0113Z\",\n        \"name\": \"Culture de légumes, de melons, de racines et de tubercules\"\n    },\n    {\n        \"id\": 4,\n        \"code\": \"0114Z\",\n        \"name\": \"Culture de la canne à sucre\"\n    },\n    {\n        \"id\": 5,\n        \"code\": \"0115Z\",\n        \"name\": \"Culture du tabac\"\n    },\n    {\n        \"id\": 6,\n        \"code\": \"0116Z\",\n        \"name\": \"Culture de plantes à fibres\"\n    },\n    {\n        \"id\": 7,\n        \"code\": \"0119Z\",\n        \"name\": \"Autres cultures non permanentes\"\n    },\n    {\n        \"id\": 8,\n        \"code\": \"0121Z\",\n        \"name\": \"Culture de la vigne\"\n    },\n    {\n        \"id\": 9,\n        \"code\": \"0122Z\",\n        \"name\": \"Culture de fruits tropicaux et subtropicaux\"\n    },\n    {\n        \"id\": 10,\n        \"code\": \"0123Z\",\n        \"name\": \"Culture d'agrumes\"\n    },\n    {\n        \"id\": 11,\n        \"code\": \"0124Z\",\n        \"name\": \"Culture de fruits à pépins et à noyau\"\n    },\n    {\n        \"id\": 12,\n        \"code\": \"0125Z\",\n        \"name\": \"Culture d'autres fruits d'arbres ou d'arbustes et de fruits à coque\"\n    },\n    {\n        \"id\": 13,\n        \"code\": \"0126Z\",\n        \"name\": \"Culture de fruits oléagineux\"\n    },\n    {\n        \"id\": 14,\n        \"code\": \"0127Z\",\n        \"name\": \"Culture de plantes à boissons\"\n    },\n    {\n        \"id\": 15,\n        \"code\": \"0128Z\",\n        \"name\": \"Culture de plantes à épices, aromatiques, médicinales et pharmaceutiques\"\n    },\n    {\n        \"id\": 16,\n        \"code\": \"0129Z\",\n        \"name\": \"Autres cultures permanentes\"\n    },\n    {\n        \"id\": 17,\n        \"code\": \"0130Z\",\n        \"name\": \"Reproduction de plantes\"\n    },\n    {\n        \"id\": 18,\n        \"code\": \"0141Z\",\n        \"name\": \"Élevage de vaches laitières\"\n    },\n    {\n        \"id\": 19,\n        \"code\": \"0142Z\",\n        \"name\": \"Élevage d'autres bovins et de buffles\"\n    },\n    {\n        \"id\": 20,\n        \"code\": \"0143Z\",\n        \"name\": \"Élevage de chevaux et d'autres équidés\"\n    },\n    {\n        \"id\": 21,\n        \"code\": \"0144Z\",\n        \"name\": \"Élevage de chameaux et d'autres camélidés\"\n    },\n    {\n        \"id\": 22,\n        \"code\": \"0145Z\",\n        \"name\": \"Élevage d'ovins et de caprins\"\n    },\n    {\n        \"id\": 23,\n        \"code\": \"0146Z\",\n        \"name\": \"Élevage de porcins\"\n    },\n    {\n        \"id\": 24,\n        \"code\": \"0147Z\",\n        \"name\": \"Élevage de volailles\"\n    },\n    {\n        \"id\": 25,\n        \"code\": \"0149Z\",\n        \"name\": \"Élevage d'autres animaux\"\n    },\n    {\n        \"id\": 26,\n        \"code\": \"0150Z\",\n        \"name\": \"Culture et élevage associés\"\n    },\n    {\n        \"id\": 27,\n        \"code\": \"0161Z\",\n        \"name\": \"Activités de soutien aux cultures\"\n    },\n    {\n        \"id\": 28,\n        \"code\": \"0162Z\",\n        \"name\": \"Activités de soutien à la production animale\"\n    },\n    {\n        \"id\": 29,\n        \"code\": \"0163Z\",\n        \"name\": \"Traitement primaire des récoltes\"\n    },\n    {\n        \"id\": 30,\n        \"code\": \"0164Z\",\n        \"name\": \"Traitement des semences\"\n    },\n    {\n        \"id\": 31,\n        \"code\": \"0170Z\",\n        \"name\": \"Chasse, piégeage et services annexes\"\n    },\n    {\n        \"id\": 32,\n        \"code\": \"0210Z\",\n        \"name\": \"Sylviculture et autres activités forestières\"\n    },\n    {\n        \"id\": 33,\n        \"code\": \"0220Z\",\n        \"name\": \"Exploitation forestière\"\n    },\n    {\n        \"id\": 34,\n        \"code\": \"0230Z\",\n        \"name\": \"Récolte de produits forestiers non ligneux poussant à l'état sauvage\"\n    },\n    {\n        \"id\": 35,\n        \"code\": \"0240Z\",\n        \"name\": \"Services de soutien à l'exploitation forestière\"\n    },\n    {\n        \"id\": 36,\n        \"code\": \"0311Z\",\n        \"name\": \"Pêche en mer\"\n    },\n    {\n        \"id\": 37,\n        \"code\": \"0312Z\",\n        \"name\": \"Pêche en eau douce\"\n    },\n    {\n        \"id\": 38,\n        \"code\": \"0321Z\",\n        \"name\": \"Aquaculture en mer\"\n    },\n    {\n        \"id\": 39,\n        \"code\": \"0322Z\",\n        \"name\": \"Aquaculture en eau douce\"\n    },\n    {\n        \"id\": 40,\n        \"code\": \"0510Z\",\n        \"name\": \"Extraction de houille\"\n    },\n    {\n        \"id\": 41,\n        \"code\": \"0520Z\",\n        \"name\": \"Extraction de lignite\"\n    },\n    {\n        \"id\": 42,\n        \"code\": \"0610Z\",\n        \"name\": \"Extraction de pétrole brut\"\n    },\n    {\n        \"id\": 43,\n        \"code\": \"0620Z\",\n        \"name\": \"Extraction de gaz naturel\"\n    },\n    {\n        \"id\": 44,\n        \"code\": \"0710Z\",\n        \"name\": \"Extraction de minerais de fer\"\n    },\n    {\n        \"id\": 45,\n        \"code\": \"0721Z\",\n        \"name\": \"Extraction de minerais d'uranium et de thorium\"\n    },\n    {\n        \"id\": 46,\n        \"code\": \"0729Z\",\n        \"name\": \"Extraction d'autres minerais de métaux non ferreux\"\n    },\n    {\n        \"id\": 47,\n        \"code\": \"0811Z\",\n        \"name\": \"Extraction de pierres ornementales et de construction, de calcaire industriel, de gypse, de craie et d'ardoise\"\n    },\n    {\n        \"id\": 48,\n        \"code\": \"0812Z\",\n        \"name\": \"Exploitation de gravières et sablières, extraction d'argiles et de kaolin\"\n    },\n    {\n        \"id\": 49,\n        \"code\": \"0891Z\",\n        \"name\": \"Extraction des minéraux chimiques et d'engrais minéraux\"\n    },\n    {\n        \"id\": 50,\n        \"code\": \"0892Z\",\n        \"name\": \"Extraction de tourbe\"\n    },\n    {\n        \"id\": 51,\n        \"code\": \"0893Z\",\n        \"name\": \"Production de sel\"\n    },\n    {\n        \"id\": 52,\n        \"code\": \"0899Z\",\n        \"name\": \"Autres activités extractives n.c.a.\"\n    },\n    {\n        \"id\": 53,\n        \"code\": \"0910Z\",\n        \"name\": \"Activités de soutien à l'extraction d'hydrocarbures\"\n    },\n    {\n        \"id\": 54,\n        \"code\": \"0990Z\",\n        \"name\": \"Activités de soutien aux autres industries extractives\"\n    },\n    {\n        \"id\": 55,\n        \"code\": \"1011Z\",\n        \"name\": \"Transformation et conservation de la viande de boucherie\"\n    },\n    {\n        \"id\": 56,\n        \"code\": \"1012Z\",\n        \"name\": \"Transformation et conservation de la viande de volaille\"\n    },\n    {\n        \"id\": 57,\n        \"code\": \"1013A\",\n        \"name\": \"Préparation industrielle de produits à base de viande\"\n    },\n    {\n        \"id\": 58,\n        \"code\": \"1013B\",\n        \"name\": \"Charcuterie\"\n    },\n    {\n        \"id\": 59,\n        \"code\": \"1020Z\",\n        \"name\": \"Transformation et conservation de poisson, de crustacés et de mollusques\"\n    },\n    {\n        \"id\": 60,\n        \"code\": \"1031Z\",\n        \"name\": \"Transformation et conservation de pommes de terre\"\n    },\n    {\n        \"id\": 61,\n        \"code\": \"1032Z\",\n        \"name\": \"Préparation de jus de fruits et légumes\"\n    },\n    {\n        \"id\": 62,\n        \"code\": \"1039A\",\n        \"name\": \"Autre transformation et conservation de légumes\"\n    },\n    {\n        \"id\": 63,\n        \"code\": \"1039B\",\n        \"name\": \"Transformation et conservation de fruits\"\n    },\n    {\n        \"id\": 64,\n        \"code\": \"1041A\",\n        \"name\": \"Fabrication d'huiles et graisses brutes\"\n    },\n    {\n        \"id\": 65,\n        \"code\": \"1041B\",\n        \"name\": \"Fabrication d'huiles et graisses raffinées\"\n    },\n    {\n        \"id\": 66,\n        \"code\": \"1042Z\",\n        \"name\": \"Fabrication de margarine et graisses comestibles similaires\"\n    },\n    {\n        \"id\": 67,\n        \"code\": \"1051A\",\n        \"name\": \"Fabrication de lait liquide et de produits frais\"\n    },\n    {\n        \"id\": 68,\n        \"code\": \"1051B\",\n        \"name\": \"Fabrication de beurre\"\n    },\n    {\n        \"id\": 69,\n        \"code\": \"1051C\",\n        \"name\": \"Fabrication de fromage\"\n    },\n    {\n        \"id\": 70,\n        \"code\": \"1051D\",\n        \"name\": \"Fabrication d'autres produits laitiers\"\n    },\n    {\n        \"id\": 71,\n        \"code\": \"1052Z\",\n        \"name\": \"Fabrication de glaces et sorbets\"\n    },\n    {\n        \"id\": 72,\n        \"code\": \"1061A\",\n        \"name\": \"Meunerie\"\n    },\n    {\n        \"id\": 73,\n        \"code\": \"1061B\",\n        \"name\": \"Autres activités du travail des grains\"\n    },\n    {\n        \"id\": 74,\n        \"code\": \"1062Z\",\n        \"name\": \"Fabrication de produits amylacés\"\n    },\n    {\n        \"id\": 75,\n        \"code\": \"1071A\",\n        \"name\": \"Fabrication industrielle de pain et de pâtisserie fraîche\"\n    },\n    {\n        \"id\": 76,\n        \"code\": \"1071B\",\n        \"name\": \"Cuisson de produits de boulangerie\"\n    },\n    {\n        \"id\": 77,\n        \"code\": \"1071C\",\n        \"name\": \"Boulangerie et boulangerie-pâtisserie\"\n    },\n    {\n        \"id\": 78,\n        \"code\": \"1071D\",\n        \"name\": \"Pâtisserie\"\n    },\n    {\n        \"id\": 79,\n        \"code\": \"1072Z\",\n        \"name\": \"Fabrication de biscuits, biscottes et pâtisseries de conservation\"\n    },\n    {\n        \"id\": 80,\n        \"code\": \"1073Z\",\n        \"name\": \"Fabrication de pâtes alimentaires\"\n    },\n    {\n        \"id\": 81,\n        \"code\": \"1081Z\",\n        \"name\": \"Fabrication de sucre\"\n    },\n    {\n        \"id\": 82,\n        \"code\": \"1082Z\",\n        \"name\": \"Fabrication de cacao, chocolat et de produits de confiserie\"\n    },\n    {\n        \"id\": 83,\n        \"code\": \"1083Z\",\n        \"name\": \"Transformation du thé et du café\"\n    },\n    {\n        \"id\": 84,\n        \"code\": \"1084Z\",\n        \"name\": \"Fabrication de condiments et assaisonnements\"\n    },\n    {\n        \"id\": 85,\n        \"code\": \"1085Z\",\n        \"name\": \"Fabrication de plats préparés\"\n    },\n    {\n        \"id\": 86,\n        \"code\": \"1086Z\",\n        \"name\": \"Fabrication d'aliments homogénéisés et diététiques\"\n    },\n    {\n        \"id\": 87,\n        \"code\": \"1089Z\",\n        \"name\": \"Fabrication d'autres produits alimentaires n.c.a.\"\n    },\n    {\n        \"id\": 88,\n        \"code\": \"1091Z\",\n        \"name\": \"Fabrication d'aliments pour animaux de ferme\"\n    },\n    {\n        \"id\": 89,\n        \"code\": \"1092Z\",\n        \"name\": \"Fabrication d'aliments pour animaux de compagnie\"\n    },\n    {\n        \"id\": 90,\n        \"code\": \"1101Z\",\n        \"name\": \"Production de boissons alcooliques distillées\"\n    },\n    {\n        \"id\": 91,\n        \"code\": \"1102A\",\n        \"name\": \"Fabrication de vins effervescents\"\n    },\n    {\n        \"id\": 92,\n        \"code\": \"1102B\",\n        \"name\": \"Vinification\"\n    },\n    {\n        \"id\": 93,\n        \"code\": \"1103Z\",\n        \"name\": \"Fabrication de cidre et de vins de fruits\"\n    },\n    {\n        \"id\": 94,\n        \"code\": \"1104Z\",\n        \"name\": \"Production d'autres boissons fermentées non distillées\"\n    },\n    {\n        \"id\": 95,\n        \"code\": \"1105Z\",\n        \"name\": \"Fabrication de bière\"\n    },\n    {\n        \"id\": 96,\n        \"code\": \"1106Z\",\n        \"name\": \"Fabrication de malt\"\n    },\n    {\n        \"id\": 97,\n        \"code\": \"1107A\",\n        \"name\": \"Industrie des eaux de table\"\n    },\n    {\n        \"id\": 98,\n        \"code\": \"1107B\",\n        \"name\": \"Production de boissons rafraîchissantes\"\n    },\n    {\n        \"id\": 99,\n        \"code\": \"1200Z\",\n        \"name\": \"Fabrication de produits à base de tabac\"\n    },\n    {\n        \"id\": 100,\n        \"code\": \"1310Z\",\n        \"name\": \"Préparation de fibres textiles et filature\"\n    },\n    {\n        \"id\": 101,\n        \"code\": \"1320Z\",\n        \"name\": \"Tissage\"\n    },\n    {\n        \"id\": 102,\n        \"code\": \"1330Z\",\n        \"name\": \"Ennoblissement textile\"\n    },\n    {\n        \"id\": 103,\n        \"code\": \"1391Z\",\n        \"name\": \"Fabrication d'étoffes à mailles\"\n    },\n    {\n        \"id\": 104,\n        \"code\": \"1392Z\",\n        \"name\": \"Fabrication d'articles textiles, sauf habillement\"\n    },\n    {\n        \"id\": 105,\n        \"code\": \"1393Z\",\n        \"name\": \"Fabrication de tapis et moquettes\"\n    },\n    {\n        \"id\": 106,\n        \"code\": \"1394Z\",\n        \"name\": \"Fabrication de ficelles, cordes et filets\"\n    },\n    {\n        \"id\": 107,\n        \"code\": \"1395Z\",\n        \"name\": \"Fabrication de non-tissés, sauf habillement\"\n    },\n    {\n        \"id\": 108,\n        \"code\": \"1396Z\",\n        \"name\": \"Fabrication d'autres textiles techniques et industriels\"\n    },\n    {\n        \"id\": 109,\n        \"code\": \"1399Z\",\n        \"name\": \"Fabrication d'autres textiles n.c.a.\"\n    },\n    {\n        \"id\": 110,\n        \"code\": \"1411Z\",\n        \"name\": \"Fabrication de vêtements en cuir\"\n    },\n    {\n        \"id\": 111,\n        \"code\": \"1412Z\",\n        \"name\": \"Fabrication de vêtements de travail\"\n    },\n    {\n        \"id\": 112,\n        \"code\": \"1413Z\",\n        \"name\": \"Fabrication de vêtements de dessus\"\n    },\n    {\n        \"id\": 113,\n        \"code\": \"1414Z\",\n        \"name\": \"Fabrication de vêtements de dessous\"\n    },\n    {\n        \"id\": 114,\n        \"code\": \"1419Z\",\n        \"name\": \"Fabrication d'autres vêtements et accessoires\"\n    },\n    {\n        \"id\": 115,\n        \"code\": \"1420Z\",\n        \"name\": \"Fabrication d'articles en fourrure\"\n    },\n    {\n        \"id\": 116,\n        \"code\": \"1431Z\",\n        \"name\": \"Fabrication d'articles chaussants à mailles\"\n    },\n    {\n        \"id\": 117,\n        \"code\": \"1439Z\",\n        \"name\": \"Fabrication d'autres articles à mailles\"\n    },\n    {\n        \"id\": 118,\n        \"code\": \"1511Z\",\n        \"name\": \"Apprêt et tannage des cuirs ; préparation et teinture des fourrures\"\n    },\n    {\n        \"id\": 119,\n        \"code\": \"1512Z\",\n        \"name\": \"Fabrication d'articles de voyage, de maroquinerie et de sellerie\"\n    },\n    {\n        \"id\": 120,\n        \"code\": \"1520Z\",\n        \"name\": \"Fabrication de chaussures\"\n    },\n    {\n        \"id\": 121,\n        \"code\": \"1610A\",\n        \"name\": \"Sciage et rabotage du bois, hors imprégnation\"\n    },\n    {\n        \"id\": 122,\n        \"code\": \"1610B\",\n        \"name\": \"Imprégnation du bois\"\n    },\n    {\n        \"id\": 123,\n        \"code\": \"1621Z\",\n        \"name\": \"Fabrication de placage et de panneaux de bois\"\n    },\n    {\n        \"id\": 124,\n        \"code\": \"1622Z\",\n        \"name\": \"Fabrication de parquets assemblés\"\n    },\n    {\n        \"id\": 125,\n        \"code\": \"1623Z\",\n        \"name\": \"Fabrication de charpentes et d'autres menuiseries\"\n    },\n    {\n        \"id\": 126,\n        \"code\": \"1624Z\",\n        \"name\": \"Fabrication d'emballages en bois\"\n    },\n    {\n        \"id\": 127,\n        \"code\": \"1629Z\",\n        \"name\": \"Fabrication d'objets divers en bois ; fabrication d'objets en liège, vannerie et sparterie\"\n    },\n    {\n        \"id\": 128,\n        \"code\": \"1711Z\",\n        \"name\": \"Fabrication de pâte à papier\"\n    },\n    {\n        \"id\": 129,\n        \"code\": \"1712Z\",\n        \"name\": \"Fabrication de papier et de carton\"\n    },\n    {\n        \"id\": 130,\n        \"code\": \"1721A\",\n        \"name\": \"Fabrication de carton ondulé\"\n    },\n    {\n        \"id\": 131,\n        \"code\": \"1721B\",\n        \"name\": \"Fabrication de cartonnages\"\n    },\n    {\n        \"id\": 132,\n        \"code\": \"1721C\",\n        \"name\": \"Fabrication d'emballages en papier\"\n    },\n    {\n        \"id\": 133,\n        \"code\": \"1722Z\",\n        \"name\": \"Fabrication d'articles en papier à usage sanitaire ou domestique\"\n    },\n    {\n        \"id\": 134,\n        \"code\": \"1723Z\",\n        \"name\": \"Fabrication d'articles de papeterie\"\n    },\n    {\n        \"id\": 135,\n        \"code\": \"1724Z\",\n        \"name\": \"Fabrication de papiers peints\"\n    },\n    {\n        \"id\": 136,\n        \"code\": \"1729Z\",\n        \"name\": \"Fabrication d'autres articles en papier ou en carton\"\n    },\n    {\n        \"id\": 137,\n        \"code\": \"1811Z\",\n        \"name\": \"Imprimerie de journaux\"\n    },\n    {\n        \"id\": 138,\n        \"code\": \"1812Z\",\n        \"name\": \"Autre imprimerie (labeur)\"\n    },\n    {\n        \"id\": 139,\n        \"code\": \"1813Z\",\n        \"name\": \"Activités de pré-presse\"\n    },\n    {\n        \"id\": 140,\n        \"code\": \"1814Z\",\n        \"name\": \"Reliure et activités connexes\"\n    },\n    {\n        \"id\": 141,\n        \"code\": \"1820Z\",\n        \"name\": \"Reproduction d'enregistrements\"\n    },\n    {\n        \"id\": 142,\n        \"code\": \"1910Z\",\n        \"name\": \"Cokéfaction\"\n    },\n    {\n        \"id\": 143,\n        \"code\": \"1920Z\",\n        \"name\": \"Raffinage du pétrole\"\n    },\n    {\n        \"id\": 144,\n        \"code\": \"2011Z\",\n        \"name\": \"Fabrication de gaz industriels\"\n    },\n    {\n        \"id\": 145,\n        \"code\": \"2012Z\",\n        \"name\": \"Fabrication de colorants et de pigments\"\n    },\n    {\n        \"id\": 146,\n        \"code\": \"2013A\",\n        \"name\": \"Enrichissement et retraitement de matières nucléaires\"\n    },\n    {\n        \"id\": 147,\n        \"code\": \"2013B\",\n        \"name\": \"Fabrication d'autres produits chimiques inorganiques de base n.c.a.\"\n    },\n    {\n        \"id\": 148,\n        \"code\": \"2014Z\",\n        \"name\": \"Fabrication d'autres produits chimiques organiques de base\"\n    },\n    {\n        \"id\": 149,\n        \"code\": \"2015Z\",\n        \"name\": \"Fabrication de produits azotés et d'engrais\"\n    },\n    {\n        \"id\": 150,\n        \"code\": \"2016Z\",\n        \"name\": \"Fabrication de matières plastiques de base\"\n    },\n    {\n        \"id\": 151,\n        \"code\": \"2017Z\",\n        \"name\": \"Fabrication de caoutchouc synthétique\"\n    },\n    {\n        \"id\": 152,\n        \"code\": \"2020Z\",\n        \"name\": \"Fabrication de pesticides et d'autres produits agrochimiques\"\n    },\n    {\n        \"id\": 153,\n        \"code\": \"2030Z\",\n        \"name\": \"Fabrication de peintures, vernis, encres et mastics\"\n    },\n    {\n        \"id\": 154,\n        \"code\": \"2041Z\",\n        \"name\": \"Fabrication de savons, détergents et produits d'entretien\"\n    },\n    {\n        \"id\": 155,\n        \"code\": \"2042Z\",\n        \"name\": \"Fabrication de parfums et de produits pour la toilette\"\n    },\n    {\n        \"id\": 156,\n        \"code\": \"2051Z\",\n        \"name\": \"Fabrication de produits explosifs\"\n    },\n    {\n        \"id\": 157,\n        \"code\": \"2052Z\",\n        \"name\": \"Fabrication de colles\"\n    },\n    {\n        \"id\": 158,\n        \"code\": \"2053Z\",\n        \"name\": \"Fabrication d'huiles essentielles\"\n    },\n    {\n        \"id\": 159,\n        \"code\": \"2059Z\",\n        \"name\": \"Fabrication d'autres produits chimiques n.c.a.\"\n    },\n    {\n        \"id\": 160,\n        \"code\": \"2060Z\",\n        \"name\": \"Fabrication de fibres artificielles ou synthétiques\"\n    },\n    {\n        \"id\": 161,\n        \"code\": \"2110Z\",\n        \"name\": \"Fabrication de produits pharmaceutiques de base\"\n    },\n    {\n        \"id\": 162,\n        \"code\": \"2120Z\",\n        \"name\": \"Fabrication de préparations pharmaceutiques\"\n    },\n    {\n        \"id\": 163,\n        \"code\": \"2211Z\",\n        \"name\": \"Fabrication et rechapage de pneumatiques\"\n    },\n    {\n        \"id\": 164,\n        \"code\": \"2219Z\",\n        \"name\": \"Fabrication d'autres articles en caoutchouc\"\n    },\n    {\n        \"id\": 165,\n        \"code\": \"2221Z\",\n        \"name\": \"Fabrication de plaques, feuilles, tubes et profilés en matières plastiques\"\n    },\n    {\n        \"id\": 166,\n        \"code\": \"2222Z\",\n        \"name\": \"Fabrication d'emballages en matières plastiques\"\n    },\n    {\n        \"id\": 167,\n        \"code\": \"2223Z\",\n        \"name\": \"Fabrication d'éléments en matières plastiques pour la construction\"\n    },\n    {\n        \"id\": 168,\n        \"code\": \"2229A\",\n        \"name\": \"Fabrication de pièces techniques à base de matières plastiques\"\n    },\n    {\n        \"id\": 169,\n        \"code\": \"2229B\",\n        \"name\": \"Fabrication de produits de consommation courante en matières plastiques\"\n    },\n    {\n        \"id\": 170,\n        \"code\": \"2311Z\",\n        \"name\": \"Fabrication de verre plat\"\n    },\n    {\n        \"id\": 171,\n        \"code\": \"2312Z\",\n        \"name\": \"Façonnage et transformation du verre plat\"\n    },\n    {\n        \"id\": 172,\n        \"code\": \"2313Z\",\n        \"name\": \"Fabrication de verre creux\"\n    },\n    {\n        \"id\": 173,\n        \"code\": \"2314Z\",\n        \"name\": \"Fabrication de fibres de verre\"\n    },\n    {\n        \"id\": 174,\n        \"code\": \"2319Z\",\n        \"name\": \"Fabrication et façonnage d'autres articles en verre, y compris verre technique\"\n    },\n    {\n        \"id\": 175,\n        \"code\": \"2320Z\",\n        \"name\": \"Fabrication de produits réfractaires\"\n    },\n    {\n        \"id\": 176,\n        \"code\": \"2331Z\",\n        \"name\": \"Fabrication de carreaux en céramique\"\n    },\n    {\n        \"id\": 177,\n        \"code\": \"2332Z\",\n        \"name\": \"Fabrication de briques, tuiles et produits de construction, en terre cuite\"\n    },\n    {\n        \"id\": 178,\n        \"code\": \"2341Z\",\n        \"name\": \"Fabrication d'articles céramiques à usage domestique ou ornemental\"\n    },\n    {\n        \"id\": 179,\n        \"code\": \"2342Z\",\n        \"name\": \"Fabrication d'appareils sanitaires en céramique\"\n    },\n    {\n        \"id\": 180,\n        \"code\": \"2343Z\",\n        \"name\": \"Fabrication d'isolateurs et pièces isolantes en céramique\"\n    },\n    {\n        \"id\": 181,\n        \"code\": \"2344Z\",\n        \"name\": \"Fabrication d'autres produits céramiques à usage technique\"\n    },\n    {\n        \"id\": 182,\n        \"code\": \"2349Z\",\n        \"name\": \"Fabrication d'autres produits céramiques\"\n    },\n    {\n        \"id\": 183,\n        \"code\": \"2351Z\",\n        \"name\": \"Fabrication de ciment\"\n    },\n    {\n        \"id\": 184,\n        \"code\": \"2352Z\",\n        \"name\": \"Fabrication de chaux et plâtre\"\n    },\n    {\n        \"id\": 185,\n        \"code\": \"2361Z\",\n        \"name\": \"Fabrication d'éléments en béton pour la construction\"\n    },\n    {\n        \"id\": 186,\n        \"code\": \"2362Z\",\n        \"name\": \"Fabrication d'éléments en plâtre pour la construction\"\n    },\n    {\n        \"id\": 187,\n        \"code\": \"2363Z\",\n        \"name\": \"Fabrication de béton prêt à l'emploi\"\n    },\n    {\n        \"id\": 188,\n        \"code\": \"2364Z\",\n        \"name\": \"Fabrication de mortiers et bétons secs\"\n    },\n    {\n        \"id\": 189,\n        \"code\": \"2365Z\",\n        \"name\": \"Fabrication d'ouvrages en fibre-ciment\"\n    },\n    {\n        \"id\": 190,\n        \"code\": \"2369Z\",\n        \"name\": \"Fabrication d'autres ouvrages en béton, en ciment ou en plâtre\"\n    },\n    {\n        \"id\": 191,\n        \"code\": \"2370Z\",\n        \"name\": \"Taille, façonnage et finissage de pierres\"\n    },\n    {\n        \"id\": 192,\n        \"code\": \"2391Z\",\n        \"name\": \"Fabrication de produits abrasifs\"\n    },\n    {\n        \"id\": 193,\n        \"code\": \"2399Z\",\n        \"name\": \"Fabrication d'autres produits minéraux non métalliques n.c.a.\"\n    },\n    {\n        \"id\": 194,\n        \"code\": \"2410Z\",\n        \"name\": \"Sidérurgie\"\n    },\n    {\n        \"id\": 195,\n        \"code\": \"2420Z\",\n        \"name\": \"Fabrication de tubes, tuyaux, profilés creux et accessoires correspondants en acier\"\n    },\n    {\n        \"id\": 196,\n        \"code\": \"2431Z\",\n        \"name\": \"Étirage à froid de barres\"\n    },\n    {\n        \"id\": 197,\n        \"code\": \"2432Z\",\n        \"name\": \"Laminage à froid de feuillards\"\n    },\n    {\n        \"id\": 198,\n        \"code\": \"2433Z\",\n        \"name\": \"Profilage à froid par formage ou pliage\"\n    },\n    {\n        \"id\": 199,\n        \"code\": \"2434Z\",\n        \"name\": \"Tréfilage à froid\"\n    },\n    {\n        \"id\": 200,\n        \"code\": \"2441Z\",\n        \"name\": \"Production de métaux précieux\"\n    },\n    {\n        \"id\": 201,\n        \"code\": \"2442Z\",\n        \"name\": \"Métallurgie de l'aluminium\"\n    },\n    {\n        \"id\": 202,\n        \"code\": \"2443Z\",\n        \"name\": \"Métallurgie du plomb, du zinc ou de l'étain\"\n    },\n    {\n        \"id\": 203,\n        \"code\": \"2444Z\",\n        \"name\": \"Métallurgie du cuivre\"\n    },\n    {\n        \"id\": 204,\n        \"code\": \"2445Z\",\n        \"name\": \"Métallurgie des autres métaux non ferreux\"\n    },\n    {\n        \"id\": 205,\n        \"code\": \"2446Z\",\n        \"name\": \"Élaboration et transformation de matières nucléaires\"\n    },\n    {\n        \"id\": 206,\n        \"code\": \"2451Z\",\n        \"name\": \"Fonderie de fonte\"\n    },\n    {\n        \"id\": 207,\n        \"code\": \"2452Z\",\n        \"name\": \"Fonderie d'acier\"\n    },\n    {\n        \"id\": 208,\n        \"code\": \"2453Z\",\n        \"name\": \"Fonderie de métaux légers\"\n    },\n    {\n        \"id\": 209,\n        \"code\": \"2454Z\",\n        \"name\": \"Fonderie d'autres métaux non ferreux\"\n    },\n    {\n        \"id\": 210,\n        \"code\": \"2511Z\",\n        \"name\": \"Fabrication de structures métalliques et de parties de structures\"\n    },\n    {\n        \"id\": 211,\n        \"code\": \"2512Z\",\n        \"name\": \"Fabrication de portes et fenêtres en métal\"\n    },\n    {\n        \"id\": 212,\n        \"code\": \"2521Z\",\n        \"name\": \"Fabrication de radiateurs et de chaudières pour le chauffage central\"\n    },\n    {\n        \"id\": 213,\n        \"code\": \"2529Z\",\n        \"name\": \"Fabrication d'autres réservoirs, citernes et conteneurs métalliques\"\n    },\n    {\n        \"id\": 214,\n        \"code\": \"2530Z\",\n        \"name\": \"Fabrication de générateurs de vapeur, à l'exception des chaudières pour le chauffage central\"\n    },\n    {\n        \"id\": 215,\n        \"code\": \"2540Z\",\n        \"name\": \"Fabrication d'armes et de munitions\"\n    },\n    {\n        \"id\": 216,\n        \"code\": \"2550A\",\n        \"name\": \"Forge, estampage, matriçage ; métallurgie des poudres\"\n    },\n    {\n        \"id\": 217,\n        \"code\": \"2550B\",\n        \"name\": \"Découpage, emboutissage\"\n    },\n    {\n        \"id\": 218,\n        \"code\": \"2561Z\",\n        \"name\": \"Traitement et revêtement des métaux\"\n    },\n    {\n        \"id\": 219,\n        \"code\": \"2562A\",\n        \"name\": \"Décolletage\"\n    },\n    {\n        \"id\": 220,\n        \"code\": \"2562B\",\n        \"name\": \"Mécanique industrielle\"\n    },\n    {\n        \"id\": 221,\n        \"code\": \"2571Z\",\n        \"name\": \"Fabrication de coutellerie\"\n    },\n    {\n        \"id\": 222,\n        \"code\": \"2572Z\",\n        \"name\": \"Fabrication de serrures et de ferrures\"\n    },\n    {\n        \"id\": 223,\n        \"code\": \"2573A\",\n        \"name\": \"Fabrication de moules et modèles\"\n    },\n    {\n        \"id\": 224,\n        \"code\": \"2573B\",\n        \"name\": \"Fabrication d'autres outillages\"\n    },\n    {\n        \"id\": 225,\n        \"code\": \"2591Z\",\n        \"name\": \"Fabrication de fûts et emballages métalliques similaires\"\n    },\n    {\n        \"id\": 226,\n        \"code\": \"2592Z\",\n        \"name\": \"Fabrication d'emballages métalliques légers\"\n    },\n    {\n        \"id\": 227,\n        \"code\": \"2593Z\",\n        \"name\": \"Fabrication d'articles en fils métalliques, de chaînes et de ressorts\"\n    },\n    {\n        \"id\": 228,\n        \"code\": \"2594Z\",\n        \"name\": \"Fabrication de vis et de boulons\"\n    },\n    {\n        \"id\": 229,\n        \"code\": \"2599A\",\n        \"name\": \"Fabrication d'articles métalliques ménagers\"\n    },\n    {\n        \"id\": 230,\n        \"code\": \"2599B\",\n        \"name\": \"Fabrication d'autres articles métalliques\"\n    },\n    {\n        \"id\": 231,\n        \"code\": \"2611Z\",\n        \"name\": \"Fabrication de composants électroniques\"\n    },\n    {\n        \"id\": 232,\n        \"code\": \"2612Z\",\n        \"name\": \"Fabrication de cartes électroniques assemblées\"\n    },\n    {\n        \"id\": 233,\n        \"code\": \"2620Z\",\n        \"name\": \"Fabrication d'ordinateurs et d'équipements périphériques\"\n    },\n    {\n        \"id\": 234,\n        \"code\": \"2630Z\",\n        \"name\": \"Fabrication d'équipements de communication\"\n    },\n    {\n        \"id\": 235,\n        \"code\": \"2640Z\",\n        \"name\": \"Fabrication de produits électroniques grand public\"\n    },\n    {\n        \"id\": 236,\n        \"code\": \"2651A\",\n        \"name\": \"Fabrication d'équipements d'aide à la navigation\"\n    },\n    {\n        \"id\": 237,\n        \"code\": \"2651B\",\n        \"name\": \"Fabrication d'instrumentation scientifique et technique\"\n    },\n    {\n        \"id\": 238,\n        \"code\": \"2652Z\",\n        \"name\": \"Horlogerie\"\n    },\n    {\n        \"id\": 239,\n        \"code\": \"2660Z\",\n        \"name\": \"Fabrication d'équipements d'irradiation médicale, d'équipements électromédicaux et électrothérapeutiques\"\n    },\n    {\n        \"id\": 240,\n        \"code\": \"2670Z\",\n        \"name\": \"Fabrication de matériels optique et photographique\"\n    },\n    {\n        \"id\": 241,\n        \"code\": \"2680Z\",\n        \"name\": \"Fabrication de supports magnétiques et optiques\"\n    },\n    {\n        \"id\": 242,\n        \"code\": \"2711Z\",\n        \"name\": \"Fabrication de moteurs, génératrices et transformateurs électriques\"\n    },\n    {\n        \"id\": 243,\n        \"code\": \"2712Z\",\n        \"name\": \"Fabrication de matériel de distribution et de commande électrique\"\n    },\n    {\n        \"id\": 244,\n        \"code\": \"2720Z\",\n        \"name\": \"Fabrication de piles et d'accumulateurs électriques\"\n    },\n    {\n        \"id\": 245,\n        \"code\": \"2731Z\",\n        \"name\": \"Fabrication de câbles de fibres optiques\"\n    },\n    {\n        \"id\": 246,\n        \"code\": \"2732Z\",\n        \"name\": \"Fabrication d'autres fils et câbles électroniques ou électriques\"\n    },\n    {\n        \"id\": 247,\n        \"code\": \"2733Z\",\n        \"name\": \"Fabrication de matériel d'installation électrique\"\n    },\n    {\n        \"id\": 248,\n        \"code\": \"2740Z\",\n        \"name\": \"Fabrication d'appareils d'éclairage électrique\"\n    },\n    {\n        \"id\": 249,\n        \"code\": \"2751Z\",\n        \"name\": \"Fabrication d'appareils électroménagers\"\n    },\n    {\n        \"id\": 250,\n        \"code\": \"2752Z\",\n        \"name\": \"Fabrication d'appareils ménagers non électriques\"\n    },\n    {\n        \"id\": 251,\n        \"code\": \"2790Z\",\n        \"name\": \"Fabrication d'autres matériels électriques\"\n    },\n    {\n        \"id\": 252,\n        \"code\": \"2811Z\",\n        \"name\": \"Fabrication de moteurs et turbines, à l'exception des moteurs d'avions et de véhicules\"\n    },\n    {\n        \"id\": 253,\n        \"code\": \"2812Z\",\n        \"name\": \"Fabrication d'équipements hydrauliques et pneumatiques\"\n    },\n    {\n        \"id\": 254,\n        \"code\": \"2813Z\",\n        \"name\": \"Fabrication d'autres pompes et compresseurs\"\n    },\n    {\n        \"id\": 255,\n        \"code\": \"2814Z\",\n        \"name\": \"Fabrication d'autres articles de robinetterie\"\n    },\n    {\n        \"id\": 256,\n        \"code\": \"2815Z\",\n        \"name\": \"Fabrication d'engrenages et d'organes mécaniques de transmission\"\n    },\n    {\n        \"id\": 257,\n        \"code\": \"2821Z\",\n        \"name\": \"Fabrication de fours et brûleurs\"\n    },\n    {\n        \"id\": 258,\n        \"code\": \"2822Z\",\n        \"name\": \"Fabrication de matériel de levage et de manutention\"\n    },\n    {\n        \"id\": 259,\n        \"code\": \"2823Z\",\n        \"name\": \"Fabrication de machines et d'équipements de bureau (à l'exception des ordinateurs et équipements périphériques)\"\n    },\n    {\n        \"id\": 260,\n        \"code\": \"2824Z\",\n        \"name\": \"Fabrication d'outillage portatif à moteur incorporé\"\n    },\n    {\n        \"id\": 261,\n        \"code\": \"2825Z\",\n        \"name\": \"Fabrication d'équipements aérauliques et frigorifiques industriels\"\n    },\n    {\n        \"id\": 262,\n        \"code\": \"2829A\",\n        \"name\": \"Fabrication d'équipements d'emballage, de conditionnement et de pesage\"\n    },\n    {\n        \"id\": 263,\n        \"code\": \"2829B\",\n        \"name\": \"Fabrication d'autres machines d'usage général\"\n    },\n    {\n        \"id\": 264,\n        \"code\": \"2830Z\",\n        \"name\": \"Fabrication de machines agricoles et forestières\"\n    },\n    {\n        \"id\": 265,\n        \"code\": \"2841Z\",\n        \"name\": \"Fabrication de machines-outils pour le travail des métaux\"\n    },\n    {\n        \"id\": 266,\n        \"code\": \"2849Z\",\n        \"name\": \"Fabrication d'autres machines-outils\"\n    },\n    {\n        \"id\": 267,\n        \"code\": \"2891Z\",\n        \"name\": \"Fabrication de machines pour la métallurgie\"\n    },\n    {\n        \"id\": 268,\n        \"code\": \"2892Z\",\n        \"name\": \"Fabrication de machines pour l'extraction ou la construction\"\n    },\n    {\n        \"id\": 269,\n        \"code\": \"2893Z\",\n        \"name\": \"Fabrication de machines pour l'industrie agro-alimentaire\"\n    },\n    {\n        \"id\": 270,\n        \"code\": \"2894Z\",\n        \"name\": \"Fabrication de machines pour les industries textiles\"\n    },\n    {\n        \"id\": 271,\n        \"code\": \"2895Z\",\n        \"name\": \"Fabrication de machines pour les industries du papier et du carton\"\n    },\n    {\n        \"id\": 272,\n        \"code\": \"2896Z\",\n        \"name\": \"Fabrication de machines pour le travail du caoutchouc ou des plastiques\"\n    },\n    {\n        \"id\": 273,\n        \"code\": \"2899A\",\n        \"name\": \"Fabrication de machines d'imprimerie\"\n    },\n    {\n        \"id\": 274,\n        \"code\": \"2899B\",\n        \"name\": \"Fabrication d'autres machines spécialisées\"\n    },\n    {\n        \"id\": 275,\n        \"code\": \"2910Z\",\n        \"name\": \"Construction de véhicules automobiles\"\n    },\n    {\n        \"id\": 276,\n        \"code\": \"2920Z\",\n        \"name\": \"Fabrication de carrosseries et remorques\"\n    },\n    {\n        \"id\": 277,\n        \"code\": \"2931Z\",\n        \"name\": \"Fabrication d'équipements électriques et électroniques automobiles\"\n    },\n    {\n        \"id\": 278,\n        \"code\": \"2932Z\",\n        \"name\": \"Fabrication d'autres équipements automobiles\"\n    },\n    {\n        \"id\": 279,\n        \"code\": \"3011Z\",\n        \"name\": \"Construction de navires et de structures flottantes\"\n    },\n    {\n        \"id\": 280,\n        \"code\": \"3012Z\",\n        \"name\": \"Construction de bateaux de plaisance\"\n    },\n    {\n        \"id\": 281,\n        \"code\": \"3020Z\",\n        \"name\": \"Construction de locomotives et d'autre matériel ferroviaire roulant\"\n    },\n    {\n        \"id\": 282,\n        \"code\": \"3030Z\",\n        \"name\": \"Construction aéronautique et spatiale\"\n    },\n    {\n        \"id\": 283,\n        \"code\": \"3040Z\",\n        \"name\": \"Construction de véhicules militaires de combat\"\n    },\n    {\n        \"id\": 284,\n        \"code\": \"3091Z\",\n        \"name\": \"Fabrication de motocycles\"\n    },\n    {\n        \"id\": 285,\n        \"code\": \"3092Z\",\n        \"name\": \"Fabrication de bicyclettes et de véhicules pour invalides\"\n    },\n    {\n        \"id\": 286,\n        \"code\": \"3099Z\",\n        \"name\": \"Fabrication d'autres équipements de transport n.c.a.\"\n    },\n    {\n        \"id\": 287,\n        \"code\": \"3101Z\",\n        \"name\": \"Fabrication de meubles de bureau et de magasin\"\n    },\n    {\n        \"id\": 288,\n        \"code\": \"3102Z\",\n        \"name\": \"Fabrication de meubles de cuisine\"\n    },\n    {\n        \"id\": 289,\n        \"code\": \"3103Z\",\n        \"name\": \"Fabrication de matelas\"\n    },\n    {\n        \"id\": 290,\n        \"code\": \"3109A\",\n        \"name\": \"Fabrication de sièges d'ameublement d'intérieur\"\n    },\n    {\n        \"id\": 291,\n        \"code\": \"3109B\",\n        \"name\": \"Fabrication d'autres meubles et industries connexes de l'ameublement\"\n    },\n    {\n        \"id\": 292,\n        \"code\": \"3211Z\",\n        \"name\": \"Frappe de monnaie\"\n    },\n    {\n        \"id\": 293,\n        \"code\": \"3212Z\",\n        \"name\": \"Fabrication d'articles de joaillerie et bijouterie\"\n    },\n    {\n        \"id\": 294,\n        \"code\": \"3213Z\",\n        \"name\": \"Fabrication d'articles de bijouterie fantaisie et articles similaires\"\n    },\n    {\n        \"id\": 295,\n        \"code\": \"3220Z\",\n        \"name\": \"Fabrication d'instruments de musique\"\n    },\n    {\n        \"id\": 296,\n        \"code\": \"3230Z\",\n        \"name\": \"Fabrication d'articles de sport\"\n    },\n    {\n        \"id\": 297,\n        \"code\": \"3240Z\",\n        \"name\": \"Fabrication de jeux et jouets\"\n    },\n    {\n        \"id\": 298,\n        \"code\": \"3250A\",\n        \"name\": \"Fabrication de matériel médico-chirurgical et dentaire\"\n    },\n    {\n        \"id\": 299,\n        \"code\": \"3250B\",\n        \"name\": \"Fabrication de lunettes\"\n    },\n    {\n        \"id\": 300,\n        \"code\": \"3291Z\",\n        \"name\": \"Fabrication d'articles de brosserie\"\n    },\n    {\n        \"id\": 301,\n        \"code\": \"3299Z\",\n        \"name\": \"Autres activités manufacturières n.c.a.\"\n    },\n    {\n        \"id\": 302,\n        \"code\": \"3311Z\",\n        \"name\": \"Réparation d'ouvrages en métaux\"\n    },\n    {\n        \"id\": 303,\n        \"code\": \"3312Z\",\n        \"name\": \"Réparation de machines et équipements mécaniques\"\n    },\n    {\n        \"id\": 304,\n        \"code\": \"3313Z\",\n        \"name\": \"Réparation de matériels électroniques et optiques\"\n    },\n    {\n        \"id\": 305,\n        \"code\": \"3314Z\",\n        \"name\": \"Réparation d'équipements électriques\"\n    },\n    {\n        \"id\": 306,\n        \"code\": \"3315Z\",\n        \"name\": \"Réparation et maintenance navale\"\n    },\n    {\n        \"id\": 307,\n        \"code\": \"3316Z\",\n        \"name\": \"Réparation et maintenance d'aéronefs et d'engins spatiaux\"\n    },\n    {\n        \"id\": 308,\n        \"code\": \"3317Z\",\n        \"name\": \"Réparation et maintenance d'autres équipements de transport\"\n    },\n    {\n        \"id\": 309,\n        \"code\": \"3319Z\",\n        \"name\": \"Réparation d'autres équipements\"\n    },\n    {\n        \"id\": 310,\n        \"code\": \"3320A\",\n        \"name\": \"Installation de structures métalliques, chaudronnées et de tuyauterie\"\n    },\n    {\n        \"id\": 311,\n        \"code\": \"3320B\",\n        \"name\": \"Installation de machines et équipements mécaniques\"\n    },\n    {\n        \"id\": 312,\n        \"code\": \"3320C\",\n        \"name\": \"Conception d'ensemble et assemblage sur site industriel d'équipements de contrôle des processus industriels\"\n    },\n    {\n        \"id\": 313,\n        \"code\": \"3320D\",\n        \"name\": \"Installation d'équipements électriques, de matériels électroniques et optiques ou d'autres matériels\"\n    },\n    {\n        \"id\": 314,\n        \"code\": \"3511Z\",\n        \"name\": \"Production d'électricité\"\n    },\n    {\n        \"id\": 315,\n        \"code\": \"3512Z\",\n        \"name\": \"Transport d'électricité\"\n    },\n    {\n        \"id\": 316,\n        \"code\": \"3513Z\",\n        \"name\": \"Distribution d'électricité\"\n    },\n    {\n        \"id\": 317,\n        \"code\": \"3514Z\",\n        \"name\": \"Commerce d'électricité\"\n    },\n    {\n        \"id\": 318,\n        \"code\": \"3521Z\",\n        \"name\": \"Production de combustibles gazeux\"\n    },\n    {\n        \"id\": 319,\n        \"code\": \"3522Z\",\n        \"name\": \"Distribution de combustibles gazeux par conduites\"\n    },\n    {\n        \"id\": 320,\n        \"code\": \"3523Z\",\n        \"name\": \"Commerce de combustibles gazeux par conduites\"\n    },\n    {\n        \"id\": 321,\n        \"code\": \"3530Z\",\n        \"name\": \"Production et distribution de vapeur et d'air conditionné\"\n    },\n    {\n        \"id\": 322,\n        \"code\": \"3600Z\",\n        \"name\": \"Captage, traitement et distribution d'eau\"\n    },\n    {\n        \"id\": 323,\n        \"code\": \"3700Z\",\n        \"name\": \"Collecte et traitement des eaux usées\"\n    },\n    {\n        \"id\": 324,\n        \"code\": \"3811Z\",\n        \"name\": \"Collecte des déchets non dangereux\"\n    },\n    {\n        \"id\": 325,\n        \"code\": \"3812Z\",\n        \"name\": \"Collecte des déchets dangereux\"\n    },\n    {\n        \"id\": 326,\n        \"code\": \"3821Z\",\n        \"name\": \"Traitement et élimination des déchets non dangereux\"\n    },\n    {\n        \"id\": 327,\n        \"code\": \"3822Z\",\n        \"name\": \"Traitement et élimination des déchets dangereux\"\n    },\n    {\n        \"id\": 328,\n        \"code\": \"3831Z\",\n        \"name\": \"Démantèlement d'épaves\"\n    },\n    {\n        \"id\": 329,\n        \"code\": \"3832Z\",\n        \"name\": \"Récupération de déchets triés\"\n    },\n    {\n        \"id\": 330,\n        \"code\": \"3900Z\",\n        \"name\": \"Dépollution et autres services de gestion des déchets\"\n    },\n    {\n        \"id\": 331,\n        \"code\": \"4110A\",\n        \"name\": \"Promotion immobilière de logements\"\n    },\n    {\n        \"id\": 332,\n        \"code\": \"4110B\",\n        \"name\": \"Promotion immobilière de bureaux\"\n    },\n    {\n        \"id\": 333,\n        \"code\": \"4110C\",\n        \"name\": \"Promotion immobilière d'autres bâtiments\"\n    },\n    {\n        \"id\": 334,\n        \"code\": \"4110D\",\n        \"name\": \"Supports juridiques de programmes\"\n    },\n    {\n        \"id\": 335,\n        \"code\": \"4120A\",\n        \"name\": \"Construction de maisons individuelles\"\n    },\n    {\n        \"id\": 336,\n        \"code\": \"4120B\",\n        \"name\": \"Construction d'autres bâtiments\"\n    },\n    {\n        \"id\": 337,\n        \"code\": \"4211Z\",\n        \"name\": \"Construction de routes et autoroutes\"\n    },\n    {\n        \"id\": 338,\n        \"code\": \"4212Z\",\n        \"name\": \"Construction de voies ferrées de surface et souterraines\"\n    },\n    {\n        \"id\": 339,\n        \"code\": \"4213A\",\n        \"name\": \"Construction d'ouvrages d'art\"\n    },\n    {\n        \"id\": 340,\n        \"code\": \"4213B\",\n        \"name\": \"Construction et entretien de tunnels\"\n    },\n    {\n        \"id\": 341,\n        \"code\": \"4221Z\",\n        \"name\": \"Construction de réseaux pour fluides\"\n    },\n    {\n        \"id\": 342,\n        \"code\": \"4222Z\",\n        \"name\": \"Construction de réseaux électriques et de télécommunications\"\n    },\n    {\n        \"id\": 343,\n        \"code\": \"4291Z\",\n        \"name\": \"Construction d'ouvrages maritimes et fluviaux\"\n    },\n    {\n        \"id\": 344,\n        \"code\": \"4299Z\",\n        \"name\": \"Construction d'autres ouvrages de génie civil n.c.a.\"\n    },\n    {\n        \"id\": 345,\n        \"code\": \"4311Z\",\n        \"name\": \"Travaux de démolition\"\n    },\n    {\n        \"id\": 346,\n        \"code\": \"4312A\",\n        \"name\": \"Travaux de terrassement courants et travaux préparatoires\"\n    },\n    {\n        \"id\": 347,\n        \"code\": \"4312B\",\n        \"name\": \"Travaux de terrassement spécialisés ou de grande masse\"\n    },\n    {\n        \"id\": 348,\n        \"code\": \"4313Z\",\n        \"name\": \"Forages et sondages\"\n    },\n    {\n        \"id\": 349,\n        \"code\": \"4321A\",\n        \"name\": \"Travaux d'installation électrique dans tous locaux\"\n    },\n    {\n        \"id\": 350,\n        \"code\": \"4321B\",\n        \"name\": \"Travaux d'installation électrique sur la voie publique\"\n    },\n    {\n        \"id\": 351,\n        \"code\": \"4322A\",\n        \"name\": \"Travaux d'installation d'eau et de gaz en tous locaux\"\n    },\n    {\n        \"id\": 352,\n        \"code\": \"4322B\",\n        \"name\": \"Travaux d'installation d'équipements thermiques et de climatisation\"\n    },\n    {\n        \"id\": 353,\n        \"code\": \"4329A\",\n        \"name\": \"Travaux d'isolation\"\n    },\n    {\n        \"id\": 354,\n        \"code\": \"4329B\",\n        \"name\": \"Autres travaux d'installation n.c.a.\"\n    },\n    {\n        \"id\": 355,\n        \"code\": \"4331Z\",\n        \"name\": \"Travaux de plâtrerie\"\n    },\n    {\n        \"id\": 356,\n        \"code\": \"4332A\",\n        \"name\": \"Travaux de menuiserie bois et PVC\"\n    },\n    {\n        \"id\": 357,\n        \"code\": \"4332B\",\n        \"name\": \"Travaux de menuiserie métallique et serrurerie\"\n    },\n    {\n        \"id\": 358,\n        \"code\": \"4332C\",\n        \"name\": \"Agencement de lieux de vente\"\n    },\n    {\n        \"id\": 359,\n        \"code\": \"4333Z\",\n        \"name\": \"Travaux de revêtement des sols et des murs\"\n    },\n    {\n        \"id\": 360,\n        \"code\": \"4334Z\",\n        \"name\": \"Travaux de peinture et vitrerie\"\n    },\n    {\n        \"id\": 361,\n        \"code\": \"4339Z\",\n        \"name\": \"Autres travaux de finition\"\n    },\n    {\n        \"id\": 362,\n        \"code\": \"4391A\",\n        \"name\": \"Travaux de charpente\"\n    },\n    {\n        \"id\": 363,\n        \"code\": \"4391B\",\n        \"name\": \"Travaux de couverture par éléments\"\n    },\n    {\n        \"id\": 364,\n        \"code\": \"4399A\",\n        \"name\": \"Travaux d'étanchéification\"\n    },\n    {\n        \"id\": 365,\n        \"code\": \"4399B\",\n        \"name\": \"Travaux de montage de structures métalliques\"\n    },\n    {\n        \"id\": 366,\n        \"code\": \"4399C\",\n        \"name\": \"Travaux de maçonnerie générale et gros oeuvre de bâtiment\"\n    },\n    {\n        \"id\": 367,\n        \"code\": \"4399D\",\n        \"name\": \"Autres travaux spécialisés de construction\"\n    },\n    {\n        \"id\": 368,\n        \"code\": \"4399E\",\n        \"name\": \"Location avec opérateur de matériel de construction\"\n    },\n    {\n        \"id\": 369,\n        \"code\": \"4511Z\",\n        \"name\": \"Commerce de voitures et de véhicules automobiles légers\"\n    },\n    {\n        \"id\": 370,\n        \"code\": \"4519Z\",\n        \"name\": \"Commerce d'autres véhicules automobiles\"\n    },\n    {\n        \"id\": 371,\n        \"code\": \"4520A\",\n        \"name\": \"Entretien et réparation de véhicules automobiles légers\"\n    },\n    {\n        \"id\": 372,\n        \"code\": \"4520B\",\n        \"name\": \"Entretien et réparation d'autres véhicules automobiles\"\n    },\n    {\n        \"id\": 373,\n        \"code\": \"4531Z\",\n        \"name\": \"Commerce de gros d'équipements automobiles\"\n    },\n    {\n        \"id\": 374,\n        \"code\": \"4532Z\",\n        \"name\": \"Commerce de détail d'équipements automobiles\"\n    },\n    {\n        \"id\": 375,\n        \"code\": \"4540Z\",\n        \"name\": \"Commerce et réparation de motocycles\"\n    },\n    {\n        \"id\": 376,\n        \"code\": \"4611Z\",\n        \"name\": \"Intermédiaires du commerce en matières premières agricoles, animaux vivants, matières premières textiles et produits semi-finis\"\n    },\n    {\n        \"id\": 377,\n        \"code\": \"4612A\",\n        \"name\": \"Centrales d'achat de carburant\"\n    },\n    {\n        \"id\": 378,\n        \"code\": \"4612B\",\n        \"name\": \"Autres intermédiaires du commerce en combustibles, métaux, minéraux et produits chimiques\"\n    },\n    {\n        \"id\": 379,\n        \"code\": \"4613Z\",\n        \"name\": \"Intermédiaires du commerce en bois et matériaux de construction\"\n    },\n    {\n        \"id\": 380,\n        \"code\": \"4614Z\",\n        \"name\": \"Intermédiaires du commerce en machines, équipements industriels, navires et avions\"\n    },\n    {\n        \"id\": 381,\n        \"code\": \"4615Z\",\n        \"name\": \"Intermédiaires du commerce en meubles, articles de ménage et quincaillerie\"\n    },\n    {\n        \"id\": 382,\n        \"code\": \"4616Z\",\n        \"name\": \"Intermédiaires du commerce en textiles, habillement, fourrures, chaussures et articles en cuir\"\n    },\n    {\n        \"id\": 383,\n        \"code\": \"4617A\",\n        \"name\": \"Centrales d'achat alimentaires\"\n    },\n    {\n        \"id\": 384,\n        \"code\": \"4617B\",\n        \"name\": \"Autres intermédiaires du commerce en denrées, boissons et tabac\"\n    },\n    {\n        \"id\": 385,\n        \"code\": \"4618Z\",\n        \"name\": \"Intermédiaires spécialisés dans le commerce d'autres produits spécifiques\"\n    },\n    {\n        \"id\": 386,\n        \"code\": \"4619A\",\n        \"name\": \"Centrales d'achat non alimentaires\"\n    },\n    {\n        \"id\": 387,\n        \"code\": \"4619B\",\n        \"name\": \"Autres intermédiaires du commerce en produits divers\"\n    },\n    {\n        \"id\": 388,\n        \"code\": \"4621Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de céréales, de tabac non manufacturé, de semences et d'aliments pour le bétail\"\n    },\n    {\n        \"id\": 389,\n        \"code\": \"4622Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de fleurs et plantes\"\n    },\n    {\n        \"id\": 390,\n        \"code\": \"4623Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'animaux vivants\"\n    },\n    {\n        \"id\": 391,\n        \"code\": \"4624Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de cuirs et peaux\"\n    },\n    {\n        \"id\": 392,\n        \"code\": \"4631Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de fruits et légumes\"\n    },\n    {\n        \"id\": 393,\n        \"code\": \"4632A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de viandes de boucherie\"\n    },\n    {\n        \"id\": 394,\n        \"code\": \"4632B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits à base de viande\"\n    },\n    {\n        \"id\": 395,\n        \"code\": \"4632C\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de volailles et gibier\"\n    },\n    {\n        \"id\": 396,\n        \"code\": \"4633Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits laitiers,oeufs, huiles et matières grasses comestibles\"\n    },\n    {\n        \"id\": 397,\n        \"code\": \"4634Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de boissons\"\n    },\n    {\n        \"id\": 398,\n        \"code\": \"4635Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits à base de tabac\"\n    },\n    {\n        \"id\": 399,\n        \"code\": \"4636Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de sucre, chocolat et confiserie\"\n    },\n    {\n        \"id\": 400,\n        \"code\": \"4637Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de café, thé, cacao et épices\"\n    },\n    {\n        \"id\": 401,\n        \"code\": \"4638A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de poissons, crustacés et mollusques\"\n    },\n    {\n        \"id\": 402,\n        \"code\": \"4638B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) alimentaire spécialisé divers\"\n    },\n    {\n        \"id\": 403,\n        \"code\": \"4639A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits surgelés\"\n    },\n    {\n        \"id\": 404,\n        \"code\": \"4639B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) alimentaire non spécialisé\"\n    },\n    {\n        \"id\": 405,\n        \"code\": \"4641Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de textiles\"\n    },\n    {\n        \"id\": 406,\n        \"code\": \"4642Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'habillement et de chaussures\"\n    },\n    {\n        \"id\": 407,\n        \"code\": \"4643Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'appareils électroménagers\"\n    },\n    {\n        \"id\": 408,\n        \"code\": \"4644Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de vaisselle, verrerie et produits d'entretien\"\n    },\n    {\n        \"id\": 409,\n        \"code\": \"4645Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de parfumerie et de produits de beauté\"\n    },\n    {\n        \"id\": 410,\n        \"code\": \"4646Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits pharmaceutiques\"\n    },\n    {\n        \"id\": 411,\n        \"code\": \"4647Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de meubles, de tapis et d'appareils d'éclairage\"\n    },\n    {\n        \"id\": 412,\n        \"code\": \"4648Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'articles d'horlogerie et de bijouterie\"\n    },\n    {\n        \"id\": 413,\n        \"code\": \"4649Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'autres biens domestiques\"\n    },\n    {\n        \"id\": 414,\n        \"code\": \"4651Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'ordinateurs, d'équipements informatiques périphériques et de logiciels\"\n    },\n    {\n        \"id\": 415,\n        \"code\": \"4652Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de composants et d'équipements électroniques et de télécommunication\"\n    },\n    {\n        \"id\": 416,\n        \"code\": \"4661Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de matériel agricole\"\n    },\n    {\n        \"id\": 417,\n        \"code\": \"4662Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de machines-outils\"\n    },\n    {\n        \"id\": 418,\n        \"code\": \"4663Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de machines pour l'extraction, la construction et le génie civil\"\n    },\n    {\n        \"id\": 419,\n        \"code\": \"4664Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de machines pour l'industrie textile et l'habillement\"\n    },\n    {\n        \"id\": 420,\n        \"code\": \"4665Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de mobilier de bureau\"\n    },\n    {\n        \"id\": 421,\n        \"code\": \"4666Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'autres machines et équipements de bureau\"\n    },\n    {\n        \"id\": 422,\n        \"code\": \"4669A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de matériel électrique\"\n    },\n    {\n        \"id\": 423,\n        \"code\": \"4669B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de fournitures et équipements industriels divers\"\n    },\n    {\n        \"id\": 424,\n        \"code\": \"4669C\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de fournitures et équipements divers pour le commerce et les services\"\n    },\n    {\n        \"id\": 425,\n        \"code\": \"4671Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de combustibles et de produits annexes\"\n    },\n    {\n        \"id\": 426,\n        \"code\": \"4672Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de minerais et métaux\"\n    },\n    {\n        \"id\": 427,\n        \"code\": \"4673A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de bois et de matériaux de construction\"\n    },\n    {\n        \"id\": 428,\n        \"code\": \"4673B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'appareils sanitaires et de produits de décoration\"\n    },\n    {\n        \"id\": 429,\n        \"code\": \"4674A\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de quincaillerie\"\n    },\n    {\n        \"id\": 430,\n        \"code\": \"4674B\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de fournitures pour la plomberie et le chauffage\"\n    },\n    {\n        \"id\": 431,\n        \"code\": \"4675Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de produits chimiques\"\n    },\n    {\n        \"id\": 432,\n        \"code\": \"4676Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) d'autres produits intermédiaires\"\n    },\n    {\n        \"id\": 433,\n        \"code\": \"4677Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) de déchets et débris\"\n    },\n    {\n        \"id\": 434,\n        \"code\": \"4690Z\",\n        \"name\": \"Commerce de gros (commerce interentreprises) non spécialisé\"\n    },\n    {\n        \"id\": 435,\n        \"code\": \"4711A\",\n        \"name\": \"Commerce de détail de produits surgelés\"\n    },\n    {\n        \"id\": 436,\n        \"code\": \"4711B\",\n        \"name\": \"Commerce d'alimentation générale\"\n    },\n    {\n        \"id\": 437,\n        \"code\": \"4711C\",\n        \"name\": \"Supérettes\"\n    },\n    {\n        \"id\": 438,\n        \"code\": \"4711D\",\n        \"name\": \"Supermarchés\"\n    },\n    {\n        \"id\": 439,\n        \"code\": \"4711E\",\n        \"name\": \"Magasins multi-commerces\"\n    },\n    {\n        \"id\": 440,\n        \"code\": \"4711F\",\n        \"name\": \"Hypermarchés\"\n    },\n    {\n        \"id\": 441,\n        \"code\": \"4719A\",\n        \"name\": \"Grands magasins\"\n    },\n    {\n        \"id\": 442,\n        \"code\": \"4719B\",\n        \"name\": \"Autres commerces de détail en magasin non spécialisé\"\n    },\n    {\n        \"id\": 443,\n        \"code\": \"4721Z\",\n        \"name\": \"Commerce de détail de fruits et légumes en magasin spécialisé\"\n    },\n    {\n        \"id\": 444,\n        \"code\": \"4722Z\",\n        \"name\": \"Commerce de détail de viandes et de produits à base de viande en magasin spécialisé\"\n    },\n    {\n        \"id\": 445,\n        \"code\": \"4723Z\",\n        \"name\": \"Commerce de détail de poissons, crustacés et mollusques en magasin spécialisé\"\n    },\n    {\n        \"id\": 446,\n        \"code\": \"4724Z\",\n        \"name\": \"Commerce de détail de pain, pâtisserie et confiserie en magasin spécialisé\"\n    },\n    {\n        \"id\": 447,\n        \"code\": \"4725Z\",\n        \"name\": \"Commerce de détail de boissons en magasin spécialisé\"\n    },\n    {\n        \"id\": 448,\n        \"code\": \"4726Z\",\n        \"name\": \"Commerce de détail de produits à base de tabac en magasin spécialisé\"\n    },\n    {\n        \"id\": 449,\n        \"code\": \"4729Z\",\n        \"name\": \"Autres commerces de détail alimentaires en magasin spécialisé\"\n    },\n    {\n        \"id\": 450,\n        \"code\": \"4730Z\",\n        \"name\": \"Commerce de détail de carburants en magasin spécialisé\"\n    },\n    {\n        \"id\": 451,\n        \"code\": \"4741Z\",\n        \"name\": \"Commerce de détail d'ordinateurs, d'unités périphériques et de logiciels en magasin spécialisé\"\n    },\n    {\n        \"id\": 452,\n        \"code\": \"4742Z\",\n        \"name\": \"Commerce de détail de matériels de télécommunication en magasin spécialisé\"\n    },\n    {\n        \"id\": 453,\n        \"code\": \"4743Z\",\n        \"name\": \"Commerce de détail de matériels audio et vidéo en magasin spécialisé\"\n    },\n    {\n        \"id\": 454,\n        \"code\": \"4751Z\",\n        \"name\": \"Commerce de détail de textiles en magasin spécialisé\"\n    },\n    {\n        \"id\": 455,\n        \"code\": \"4752A\",\n        \"name\": \"Commerce de détail de quincaillerie, peintures et verres en petites surfaces (moins de 400 m²)\"\n    },\n    {\n        \"id\": 456,\n        \"code\": \"4752B\",\n        \"name\": \"Commerce de détail de quincaillerie, peintures et verres en grandes surfaces (400 m² et plus)\"\n    },\n    {\n        \"id\": 457,\n        \"code\": \"4753Z\",\n        \"name\": \"Commerce de détail de tapis, moquettes et revêtements de murs et de sols en magasin spécialisé\"\n    },\n    {\n        \"id\": 458,\n        \"code\": \"4754Z\",\n        \"name\": \"Commerce de détail d'appareils électroménagers en magasin spécialisé\"\n    },\n    {\n        \"id\": 459,\n        \"code\": \"4759A\",\n        \"name\": \"Commerce de détail de meubles\"\n    },\n    {\n        \"id\": 460,\n        \"code\": \"4759B\",\n        \"name\": \"Commerce de détail d'autres équipements du foyer\"\n    },\n    {\n        \"id\": 461,\n        \"code\": \"4761Z\",\n        \"name\": \"Commerce de détail de livres en magasin spécialisé\"\n    },\n    {\n        \"id\": 462,\n        \"code\": \"4762Z\",\n        \"name\": \"Commerce de détail de journaux et papeterie en magasin spécialisé\"\n    },\n    {\n        \"id\": 463,\n        \"code\": \"4763Z\",\n        \"name\": \"Commerce de détail d'enregistrements musicaux et vidéo en magasin spécialisé\"\n    },\n    {\n        \"id\": 464,\n        \"code\": \"4764Z\",\n        \"name\": \"Commerce de détail d'articles de sport en magasin spécialisé\"\n    },\n    {\n        \"id\": 465,\n        \"code\": \"4765Z\",\n        \"name\": \"Commerce de détail de jeux et jouets en magasin spécialisé\"\n    },\n    {\n        \"id\": 466,\n        \"code\": \"4771Z\",\n        \"name\": \"Commerce de détail d'habillement en magasin spécialisé\"\n    },\n    {\n        \"id\": 467,\n        \"code\": \"4772A\",\n        \"name\": \"Commerce de détail de la chaussure\"\n    },\n    {\n        \"id\": 468,\n        \"code\": \"4772B\",\n        \"name\": \"Commerce de détail de maroquinerie et d'articles de voyage\"\n    },\n    {\n        \"id\": 469,\n        \"code\": \"4773Z\",\n        \"name\": \"Commerce de détail de produits pharmaceutiques en magasin spécialisé\"\n    },\n    {\n        \"id\": 470,\n        \"code\": \"4774Z\",\n        \"name\": \"Commerce de détail d'articles médicaux et orthopédiques en magasin spécialisé\"\n    },\n    {\n        \"id\": 471,\n        \"code\": \"4775Z\",\n        \"name\": \"Commerce de détail de parfumerie et de produits de beauté en magasin spécialisé\"\n    },\n    {\n        \"id\": 472,\n        \"code\": \"4776Z\",\n        \"name\": \"Commerce de détail de fleurs, plantes, graines, engrais, animaux de compagnie et aliments pour ces animaux en magasin spécialisé\"\n    },\n    {\n        \"id\": 473,\n        \"code\": \"4777Z\",\n        \"name\": \"Commerce de détail d'articles d'horlogerie et de bijouterie en magasin spécialisé\"\n    },\n    {\n        \"id\": 474,\n        \"code\": \"4778A\",\n        \"name\": \"Commerces de détail d'optique\"\n    },\n    {\n        \"id\": 475,\n        \"code\": \"4778B\",\n        \"name\": \"Commerces de détail de charbons et combustibles\"\n    },\n    {\n        \"id\": 476,\n        \"code\": \"4778C\",\n        \"name\": \"Autres commerces de détail spécialisés divers\"\n    },\n    {\n        \"id\": 477,\n        \"code\": \"4779Z\",\n        \"name\": \"Commerce de détail de biens d'occasion en magasin\"\n    },\n    {\n        \"id\": 478,\n        \"code\": \"4781Z\",\n        \"name\": \"Commerce de détail alimentaire sur éventaires et marchés\"\n    },\n    {\n        \"id\": 479,\n        \"code\": \"4782Z\",\n        \"name\": \"Commerce de détail de textiles, d'habillement et de chaussures sur éventaires et marchés\"\n    },\n    {\n        \"id\": 480,\n        \"code\": \"4789Z\",\n        \"name\": \"Autres commerces de détail sur éventaires et marchés\"\n    },\n    {\n        \"id\": 481,\n        \"code\": \"4791A\",\n        \"name\": \"Vente à distance sur catalogue général\"\n    },\n    {\n        \"id\": 482,\n        \"code\": \"4791B\",\n        \"name\": \"Vente à distance sur catalogue spécialisé\"\n    },\n    {\n        \"id\": 483,\n        \"code\": \"4799A\",\n        \"name\": \"Vente à domicile\"\n    },\n    {\n        \"id\": 484,\n        \"code\": \"4799B\",\n        \"name\": \"Vente par automates et autres commerces de détail hors magasin, éventaires ou marchés n.c.a.\"\n    },\n    {\n        \"id\": 485,\n        \"code\": \"4910Z\",\n        \"name\": \"Transport ferroviaire interurbain de voyageurs\"\n    },\n    {\n        \"id\": 486,\n        \"code\": \"4920Z\",\n        \"name\": \"Transports ferroviaires de fret\"\n    },\n    {\n        \"id\": 487,\n        \"code\": \"4931Z\",\n        \"name\": \"Transports urbains et suburbains de voyageurs\"\n    },\n    {\n        \"id\": 488,\n        \"code\": \"4932Z\",\n        \"name\": \"Transports de voyageurs par taxis\"\n    },\n    {\n        \"id\": 489,\n        \"code\": \"4939A\",\n        \"name\": \"Transports routiers réguliers de voyageurs\"\n    },\n    {\n        \"id\": 490,\n        \"code\": \"4939B\",\n        \"name\": \"Autres transports routiers de voyageurs\"\n    },\n    {\n        \"id\": 491,\n        \"code\": \"4939C\",\n        \"name\": \"Téléphériques et remontées mécaniques\"\n    },\n    {\n        \"id\": 492,\n        \"code\": \"4941A\",\n        \"name\": \"Transports routiers de fret interurbains\"\n    },\n    {\n        \"id\": 493,\n        \"code\": \"4941B\",\n        \"name\": \"Transports routiers de fret de proximité\"\n    },\n    {\n        \"id\": 494,\n        \"code\": \"4941C\",\n        \"name\": \"Location de camions avec chauffeur\"\n    },\n    {\n        \"id\": 495,\n        \"code\": \"4942Z\",\n        \"name\": \"Services de déménagement\"\n    },\n    {\n        \"id\": 496,\n        \"code\": \"4950Z\",\n        \"name\": \"Transports par conduites\"\n    },\n    {\n        \"id\": 497,\n        \"code\": \"5010Z\",\n        \"name\": \"Transports maritimes et côtiers de passagers\"\n    },\n    {\n        \"id\": 498,\n        \"code\": \"5020Z\",\n        \"name\": \"Transports maritimes et côtiers de fret\"\n    },\n    {\n        \"id\": 499,\n        \"code\": \"5030Z\",\n        \"name\": \"Transports fluviaux de passagers\"\n    },\n    {\n        \"id\": 500,\n        \"code\": \"5040Z\",\n        \"name\": \"Transports fluviaux de fret\"\n    },\n    {\n        \"id\": 501,\n        \"code\": \"5110Z\",\n        \"name\": \"Transports aériens de passagers\"\n    },\n    {\n        \"id\": 502,\n        \"code\": \"5121Z\",\n        \"name\": \"Transports aériens de fret\"\n    },\n    {\n        \"id\": 503,\n        \"code\": \"5122Z\",\n        \"name\": \"Transports spatiaux\"\n    },\n    {\n        \"id\": 504,\n        \"code\": \"5210A\",\n        \"name\": \"Entreposage et stockage frigorifique\"\n    },\n    {\n        \"id\": 505,\n        \"code\": \"5210B\",\n        \"name\": \"Entreposage et stockage non frigorifique\"\n    },\n    {\n        \"id\": 506,\n        \"code\": \"5221Z\",\n        \"name\": \"Services auxiliaires des transports terrestres\"\n    },\n    {\n        \"id\": 507,\n        \"code\": \"5222Z\",\n        \"name\": \"Services auxiliaires des transports par eau\"\n    },\n    {\n        \"id\": 508,\n        \"code\": \"5223Z\",\n        \"name\": \"Services auxiliaires des transports aériens\"\n    },\n    {\n        \"id\": 509,\n        \"code\": \"5224A\",\n        \"name\": \"Manutention portuaire\"\n    },\n    {\n        \"id\": 510,\n        \"code\": \"5224B\",\n        \"name\": \"Manutention non portuaire\"\n    },\n    {\n        \"id\": 511,\n        \"code\": \"5229A\",\n        \"name\": \"Messagerie, fret express\"\n    },\n    {\n        \"id\": 512,\n        \"code\": \"5229B\",\n        \"name\": \"Affrètement et organisation des transports\"\n    },\n    {\n        \"id\": 513,\n        \"code\": \"5310Z\",\n        \"name\": \"Activités de poste dans le cadre d'une obligation de service universel\"\n    },\n    {\n        \"id\": 514,\n        \"code\": \"5320Z\",\n        \"name\": \"Autres activités de poste et de courrier\"\n    },\n    {\n        \"id\": 515,\n        \"code\": \"5510Z\",\n        \"name\": \"Hôtels et hébergement similaire\"\n    },\n    {\n        \"id\": 516,\n        \"code\": \"5520Z\",\n        \"name\": \"Hébergement touristique et autre hébergement de courte durée\"\n    },\n    {\n        \"id\": 517,\n        \"code\": \"5530Z\",\n        \"name\": \"Terrains de camping et parcs pour caravanes ou véhicules de loisirs\"\n    },\n    {\n        \"id\": 518,\n        \"code\": \"5590Z\",\n        \"name\": \"Autres hébergements\"\n    },\n    {\n        \"id\": 519,\n        \"code\": \"5610A\",\n        \"name\": \"Restauration traditionnelle\"\n    },\n    {\n        \"id\": 520,\n        \"code\": \"5610B\",\n        \"name\": \"Cafétérias et autres libres-services\"\n    },\n    {\n        \"id\": 521,\n        \"code\": \"5610C\",\n        \"name\": \"Restauration de type rapide\"\n    },\n    {\n        \"id\": 522,\n        \"code\": \"5621Z\",\n        \"name\": \"Services des traiteurs\"\n    },\n    {\n        \"id\": 523,\n        \"code\": \"5629A\",\n        \"name\": \"Restauration collective sous contrat\"\n    },\n    {\n        \"id\": 524,\n        \"code\": \"5629B\",\n        \"name\": \"Autres services de restauration n.c.a.\"\n    },\n    {\n        \"id\": 525,\n        \"code\": \"5630Z\",\n        \"name\": \"Débits de boissons\"\n    },\n    {\n        \"id\": 526,\n        \"code\": \"5811Z\",\n        \"name\": \"Édition de livres\"\n    },\n    {\n        \"id\": 527,\n        \"code\": \"5812Z\",\n        \"name\": \"Édition de répertoires et de fichiers d'adresses\"\n    },\n    {\n        \"id\": 528,\n        \"code\": \"5813Z\",\n        \"name\": \"Édition de journaux\"\n    },\n    {\n        \"id\": 529,\n        \"code\": \"5814Z\",\n        \"name\": \"Édition de revues et périodiques\"\n    },\n    {\n        \"id\": 530,\n        \"code\": \"5819Z\",\n        \"name\": \"Autres activités d'édition\"\n    },\n    {\n        \"id\": 531,\n        \"code\": \"5821Z\",\n        \"name\": \"Édition de jeux électroniques\"\n    },\n    {\n        \"id\": 532,\n        \"code\": \"5829A\",\n        \"name\": \"Édition de logiciels système et de réseau\"\n    },\n    {\n        \"id\": 533,\n        \"code\": \"5829B\",\n        \"name\": \"Édition de logiciels outils de développement et de langages\"\n    },\n    {\n        \"id\": 534,\n        \"code\": \"5829C\",\n        \"name\": \"Édition de logiciels applicatifs\"\n    },\n    {\n        \"id\": 535,\n        \"code\": \"5911A\",\n        \"name\": \"Production de films et de programmes pour la télévision\"\n    },\n    {\n        \"id\": 536,\n        \"code\": \"5911B\",\n        \"name\": \"Production de films institutionnels et publicitaires\"\n    },\n    {\n        \"id\": 537,\n        \"code\": \"5911C\",\n        \"name\": \"Production de films pour le cinéma\"\n    },\n    {\n        \"id\": 538,\n        \"code\": \"5912Z\",\n        \"name\": \"Post-production de films cinématographiques, de vidéo et de programmes de télévision\"\n    },\n    {\n        \"id\": 539,\n        \"code\": \"5913A\",\n        \"name\": \"Distribution de films cinématographiques\"\n    },\n    {\n        \"id\": 540,\n        \"code\": \"5913B\",\n        \"name\": \"Édition et distribution vidéo\"\n    },\n    {\n        \"id\": 541,\n        \"code\": \"5914Z\",\n        \"name\": \"Projection de films cinématographiques\"\n    },\n    {\n        \"id\": 542,\n        \"code\": \"5920Z\",\n        \"name\": \"Enregistrement sonore et édition musicale\"\n    },\n    {\n        \"id\": 543,\n        \"code\": \"6010Z\",\n        \"name\": \"Édition et diffusion de programmes radio\"\n    },\n    {\n        \"id\": 544,\n        \"code\": \"6020A\",\n        \"name\": \"Édition de chaînes généralistes\"\n    },\n    {\n        \"id\": 545,\n        \"code\": \"6020B\",\n        \"name\": \"Édition de chaînes thématiques\"\n    },\n    {\n        \"id\": 546,\n        \"code\": \"6110Z\",\n        \"name\": \"Télécommunications filaires\"\n    },\n    {\n        \"id\": 547,\n        \"code\": \"6120Z\",\n        \"name\": \"Télécommunications sans fil\"\n    },\n    {\n        \"id\": 548,\n        \"code\": \"6130Z\",\n        \"name\": \"Télécommunications par satellite\"\n    },\n    {\n        \"id\": 549,\n        \"code\": \"6190Z\",\n        \"name\": \"Autres activités de télécommunication\"\n    },\n    {\n        \"id\": 550,\n        \"code\": \"6201Z\",\n        \"name\": \"Programmation informatique\"\n    },\n    {\n        \"id\": 551,\n        \"code\": \"6202A\",\n        \"name\": \"Conseil en systèmes et logiciels informatiques\"\n    },\n    {\n        \"id\": 552,\n        \"code\": \"6202B\",\n        \"name\": \"Tierce maintenance de systèmes et d'applications informatiques\"\n    },\n    {\n        \"id\": 553,\n        \"code\": \"6203Z\",\n        \"name\": \"Gestion d'installations informatiques\"\n    },\n    {\n        \"id\": 554,\n        \"code\": \"6209Z\",\n        \"name\": \"Autres activités informatiques\"\n    },\n    {\n        \"id\": 555,\n        \"code\": \"6311Z\",\n        \"name\": \"Traitement de données, hébergement et activités connexes\"\n    },\n    {\n        \"id\": 556,\n        \"code\": \"6312Z\",\n        \"name\": \"Portails Internet\"\n    },\n    {\n        \"id\": 557,\n        \"code\": \"6391Z\",\n        \"name\": \"Activités des agences de presse\"\n    },\n    {\n        \"id\": 558,\n        \"code\": \"6399Z\",\n        \"name\": \"Autres services d'information n.c.a.\"\n    },\n    {\n        \"id\": 559,\n        \"code\": \"6411Z\",\n        \"name\": \"Activités de banque centrale\"\n    },\n    {\n        \"id\": 560,\n        \"code\": \"6419Z\",\n        \"name\": \"Autres intermédiations monétaires\"\n    },\n    {\n        \"id\": 561,\n        \"code\": \"6420Z\",\n        \"name\": \"Activités des sociétés holding\"\n    },\n    {\n        \"id\": 562,\n        \"code\": \"6430Z\",\n        \"name\": \"Fonds de placement et entités financières similaires\"\n    },\n    {\n        \"id\": 563,\n        \"code\": \"6491Z\",\n        \"name\": \"Crédit-bail\"\n    },\n    {\n        \"id\": 564,\n        \"code\": \"6492Z\",\n        \"name\": \"Autre distribution de crédit\"\n    },\n    {\n        \"id\": 565,\n        \"code\": \"6499Z\",\n        \"name\": \"Autres activités des services financiers, hors assurance et caisses de retraite, n.c.a.\"\n    },\n    {\n        \"id\": 566,\n        \"code\": \"6511Z\",\n        \"name\": \"Assurance vie\"\n    },\n    {\n        \"id\": 567,\n        \"code\": \"6512Z\",\n        \"name\": \"Autres assurances\"\n    },\n    {\n        \"id\": 568,\n        \"code\": \"6520Z\",\n        \"name\": \"Réassurance\"\n    },\n    {\n        \"id\": 569,\n        \"code\": \"6530Z\",\n        \"name\": \"Caisses de retraite\"\n    },\n    {\n        \"id\": 570,\n        \"code\": \"6611Z\",\n        \"name\": \"Administration de marchés financiers\"\n    },\n    {\n        \"id\": 571,\n        \"code\": \"6612Z\",\n        \"name\": \"Courtage de valeurs mobilières et de marchandises\"\n    },\n    {\n        \"id\": 572,\n        \"code\": \"6619A\",\n        \"name\": \"Supports juridiques de gestion de patrimoine mobilier\"\n    },\n    {\n        \"id\": 573,\n        \"code\": \"6619B\",\n        \"name\": \"Autres activités auxiliaires de services financiers, hors assurance et caisses de retraite, n.c.a.\"\n    },\n    {\n        \"id\": 574,\n        \"code\": \"6621Z\",\n        \"name\": \"Évaluation des risques et dommages\"\n    },\n    {\n        \"id\": 575,\n        \"code\": \"6622Z\",\n        \"name\": \"Activités des agents et courtiers d'assurances\"\n    },\n    {\n        \"id\": 576,\n        \"code\": \"6629Z\",\n        \"name\": \"Autres activités auxiliaires d'assurance et de caisses de retraite\"\n    },\n    {\n        \"id\": 577,\n        \"code\": \"6630Z\",\n        \"name\": \"Gestion de fonds\"\n    },\n    {\n        \"id\": 578,\n        \"code\": \"6810Z\",\n        \"name\": \"Activités des marchands de biens immobiliers\"\n    },\n    {\n        \"id\": 579,\n        \"code\": \"6820A\",\n        \"name\": \"Location de logements\"\n    },\n    {\n        \"id\": 580,\n        \"code\": \"6820B\",\n        \"name\": \"Location de terrains et d'autres biens immobiliers\"\n    },\n    {\n        \"id\": 581,\n        \"code\": \"6831Z\",\n        \"name\": \"Agences immobilières\"\n    },\n    {\n        \"id\": 582,\n        \"code\": \"6832A\",\n        \"name\": \"Administration d'immeubles et autres biens immobiliers\"\n    },\n    {\n        \"id\": 583,\n        \"code\": \"6832B\",\n        \"name\": \"Supports juridiques de gestion de patrimoine immobilier\"\n    },\n    {\n        \"id\": 584,\n        \"code\": \"6910Z\",\n        \"name\": \"Activités juridiques\"\n    },\n    {\n        \"id\": 585,\n        \"code\": \"6920Z\",\n        \"name\": \"Activités comptables\"\n    },\n    {\n        \"id\": 586,\n        \"code\": \"7010Z\",\n        \"name\": \"Activités des sièges sociaux\"\n    },\n    {\n        \"id\": 587,\n        \"code\": \"7021Z\",\n        \"name\": \"Conseil en relations publiques et communication\"\n    },\n    {\n        \"id\": 588,\n        \"code\": \"7022Z\",\n        \"name\": \"Conseil pour les affaires et autres conseils de gestion\"\n    },\n    {\n        \"id\": 589,\n        \"code\": \"7111Z\",\n        \"name\": \"Activités d'architecture\"\n    },\n    {\n        \"id\": 590,\n        \"code\": \"7112A\",\n        \"name\": \"Activité des géomètres\"\n    },\n    {\n        \"id\": 591,\n        \"code\": \"7112B\",\n        \"name\": \"Ingénierie, études techniques\"\n    },\n    {\n        \"id\": 592,\n        \"code\": \"7120A\",\n        \"name\": \"Contrôle technique automobile\"\n    },\n    {\n        \"id\": 593,\n        \"code\": \"7120B\",\n        \"name\": \"Analyses, essais et inspections techniques\"\n    },\n    {\n        \"id\": 594,\n        \"code\": \"7211Z\",\n        \"name\": \"Recherche-développement en biotechnologie\"\n    },\n    {\n        \"id\": 595,\n        \"code\": \"7219Z\",\n        \"name\": \"Recherche-développement en autres sciences physiques et naturelles\"\n    },\n    {\n        \"id\": 596,\n        \"code\": \"7220Z\",\n        \"name\": \"Recherche-développement en sciences humaines et sociales\"\n    },\n    {\n        \"id\": 597,\n        \"code\": \"7311Z\",\n        \"name\": \"Activités des agences de publicité\"\n    },\n    {\n        \"id\": 598,\n        \"code\": \"7312Z\",\n        \"name\": \"Régie publicitaire de médias\"\n    },\n    {\n        \"id\": 599,\n        \"code\": \"7320Z\",\n        \"name\": \"Études de marché et sondages\"\n    },\n    {\n        \"id\": 600,\n        \"code\": \"7410Z\",\n        \"name\": \"Activités spécialisées de design\"\n    },\n    {\n        \"id\": 601,\n        \"code\": \"7420Z\",\n        \"name\": \"Activités photographiques\"\n    },\n    {\n        \"id\": 602,\n        \"code\": \"7430Z\",\n        \"name\": \"Traduction et interprétation\"\n    },\n    {\n        \"id\": 603,\n        \"code\": \"7490A\",\n        \"name\": \"Activité des économistes de la construction\"\n    },\n    {\n        \"id\": 604,\n        \"code\": \"7490B\",\n        \"name\": \"Activités spécialisées, scientifiques et techniques diverses\"\n    },\n    {\n        \"id\": 605,\n        \"code\": \"7500Z\",\n        \"name\": \"Activités vétérinaires\"\n    },\n    {\n        \"id\": 606,\n        \"code\": \"7711A\",\n        \"name\": \"Location de courte durée de voitures et de véhicules automobiles légers\"\n    },\n    {\n        \"id\": 607,\n        \"code\": \"7711B\",\n        \"name\": \"Location de longue durée de voitures et de véhicules automobiles légers\"\n    },\n    {\n        \"id\": 608,\n        \"code\": \"7712Z\",\n        \"name\": \"Location et location-bail de camions\"\n    },\n    {\n        \"id\": 609,\n        \"code\": \"7721Z\",\n        \"name\": \"Location et location-bail d'articles de loisirs et de sport\"\n    },\n    {\n        \"id\": 610,\n        \"code\": \"7722Z\",\n        \"name\": \"Location de vidéocassettes et disques vidéo\"\n    },\n    {\n        \"id\": 611,\n        \"code\": \"7729Z\",\n        \"name\": \"Location et location-bail d'autres biens personnels et domestiques\"\n    },\n    {\n        \"id\": 612,\n        \"code\": \"7731Z\",\n        \"name\": \"Location et location-bail de machines et équipements agricoles\"\n    },\n    {\n        \"id\": 613,\n        \"code\": \"7732Z\",\n        \"name\": \"Location et location-bail de machines et équipements pour la construction\"\n    },\n    {\n        \"id\": 614,\n        \"code\": \"7733Z\",\n        \"name\": \"Location et location-bail de machines de bureau et de matériel informatique\"\n    },\n    {\n        \"id\": 615,\n        \"code\": \"7734Z\",\n        \"name\": \"Location et location-bail de matériels de transport par eau\"\n    },\n    {\n        \"id\": 616,\n        \"code\": \"7735Z\",\n        \"name\": \"Location et location-bail de matériels de transport aérien\"\n    },\n    {\n        \"id\": 617,\n        \"code\": \"7739Z\",\n        \"name\": \"Location et location-bail d'autres machines, équipements et biens matériels n.c.a.\"\n    },\n    {\n        \"id\": 618,\n        \"code\": \"7740Z\",\n        \"name\": \"Location-bail de propriété intellectuelle et de produits similaires, à l'exception des oeuvres soumises à copyright\"\n    },\n    {\n        \"id\": 619,\n        \"code\": \"7810Z\",\n        \"name\": \"Activités des agences de placement de main-d'oeuvre\"\n    },\n    {\n        \"id\": 620,\n        \"code\": \"7820Z\",\n        \"name\": \"Activités des agences de travail temporaire\"\n    },\n    {\n        \"id\": 621,\n        \"code\": \"7830Z\",\n        \"name\": \"Autre mise à disposition de ressources humaines\"\n    },\n    {\n        \"id\": 622,\n        \"code\": \"7911Z\",\n        \"name\": \"Activités des agences de voyage\"\n    },\n    {\n        \"id\": 623,\n        \"code\": \"7912Z\",\n        \"name\": \"Activités des voyagistes\"\n    },\n    {\n        \"id\": 624,\n        \"code\": \"7990Z\",\n        \"name\": \"Autres services de réservation et activités connexes\"\n    },\n    {\n        \"id\": 625,\n        \"code\": \"8010Z\",\n        \"name\": \"Activités de sécurité privée\"\n    },\n    {\n        \"id\": 626,\n        \"code\": \"8020Z\",\n        \"name\": \"Activités liées aux systèmes de sécurité\"\n    },\n    {\n        \"id\": 627,\n        \"code\": \"8030Z\",\n        \"name\": \"Activités d'enquête\"\n    },\n    {\n        \"id\": 628,\n        \"code\": \"8110Z\",\n        \"name\": \"Activités combinées de soutien lié aux bâtiments\"\n    },\n    {\n        \"id\": 629,\n        \"code\": \"8121Z\",\n        \"name\": \"Nettoyage courant des bâtiments\"\n    },\n    {\n        \"id\": 630,\n        \"code\": \"8122Z\",\n        \"name\": \"Autres activités de nettoyage des bâtiments et nettoyage industriel\"\n    },\n    {\n        \"id\": 631,\n        \"code\": \"8129A\",\n        \"name\": \"Désinfection, désinsectisation, dératisation\"\n    },\n    {\n        \"id\": 632,\n        \"code\": \"8129B\",\n        \"name\": \"Autres activités de nettoyage n.c.a.\"\n    },\n    {\n        \"id\": 633,\n        \"code\": \"8130Z\",\n        \"name\": \"Services d'aménagement paysager\"\n    },\n    {\n        \"id\": 634,\n        \"code\": \"8211Z\",\n        \"name\": \"Services administratifs combinés de bureau\"\n    },\n    {\n        \"id\": 635,\n        \"code\": \"8219Z\",\n        \"name\": \"Photocopie, préparation de documents et autres activités spécialisées de soutien de bureau\"\n    },\n    {\n        \"id\": 636,\n        \"code\": \"8220Z\",\n        \"name\": \"Activités de centres d'appels\"\n    },\n    {\n        \"id\": 637,\n        \"code\": \"8230Z\",\n        \"name\": \"Organisation de foires, salons professionnels et congrès\"\n    },\n    {\n        \"id\": 638,\n        \"code\": \"8291Z\",\n        \"name\": \"Activités des agences de recouvrement de factures et des sociétés d'information financière sur la clientèle\"\n    },\n    {\n        \"id\": 639,\n        \"code\": \"8292Z\",\n        \"name\": \"Activités de conditionnement\"\n    },\n    {\n        \"id\": 640,\n        \"code\": \"8299Z\",\n        \"name\": \"Autres activités de soutien aux entreprises n.c.a.\"\n    },\n    {\n        \"id\": 641,\n        \"code\": \"8411Z\",\n        \"name\": \"Administration publique générale\"\n    },\n    {\n        \"id\": 642,\n        \"code\": \"8412Z\",\n        \"name\": \"Administration publique (tutelle) de la santé, de la formation, de la culture et des services sociaux, autre que sécurité sociale\"\n    },\n    {\n        \"id\": 643,\n        \"code\": \"8413Z\",\n        \"name\": \"Administration publique (tutelle) des activités économiques\"\n    },\n    {\n        \"id\": 644,\n        \"code\": \"8421Z\",\n        \"name\": \"Affaires étrangères\"\n    },\n    {\n        \"id\": 645,\n        \"code\": \"8422Z\",\n        \"name\": \"Défense\"\n    },\n    {\n        \"id\": 646,\n        \"code\": \"8423Z\",\n        \"name\": \"Justice\"\n    },\n    {\n        \"id\": 647,\n        \"code\": \"8424Z\",\n        \"name\": \"Activités d'ordre public et de sécurité\"\n    },\n    {\n        \"id\": 648,\n        \"code\": \"8425Z\",\n        \"name\": \"Services du feu et de secours\"\n    },\n    {\n        \"id\": 649,\n        \"code\": \"8430A\",\n        \"name\": \"Activités générales de sécurité sociale\"\n    },\n    {\n        \"id\": 650,\n        \"code\": \"8430B\",\n        \"name\": \"Gestion des retraites complémentaires\"\n    },\n    {\n        \"id\": 651,\n        \"code\": \"8430C\",\n        \"name\": \"Distribution sociale de revenus\"\n    },\n    {\n        \"id\": 652,\n        \"code\": \"8510Z\",\n        \"name\": \"Enseignement pré-primaire\"\n    },\n    {\n        \"id\": 653,\n        \"code\": \"8520Z\",\n        \"name\": \"Enseignement primaire\"\n    },\n    {\n        \"id\": 654,\n        \"code\": \"8531Z\",\n        \"name\": \"Enseignement secondaire général\"\n    },\n    {\n        \"id\": 655,\n        \"code\": \"8532Z\",\n        \"name\": \"Enseignement secondaire technique ou professionnel\"\n    },\n    {\n        \"id\": 656,\n        \"code\": \"8541Z\",\n        \"name\": \"Enseignement post-secondaire non supérieur\"\n    },\n    {\n        \"id\": 657,\n        \"code\": \"8542Z\",\n        \"name\": \"Enseignement supérieur\"\n    },\n    {\n        \"id\": 658,\n        \"code\": \"8551Z\",\n        \"name\": \"Enseignement de disciplines sportives et d'activités de loisirs\"\n    },\n    {\n        \"id\": 659,\n        \"code\": \"8552Z\",\n        \"name\": \"Enseignement culturel\"\n    },\n    {\n        \"id\": 660,\n        \"code\": \"8553Z\",\n        \"name\": \"Enseignement de la conduite\"\n    },\n    {\n        \"id\": 661,\n        \"code\": \"8559A\",\n        \"name\": \"Formation continue d'adultes\"\n    },\n    {\n        \"id\": 662,\n        \"code\": \"8559B\",\n        \"name\": \"Autres enseignements\"\n    },\n    {\n        \"id\": 663,\n        \"code\": \"8560Z\",\n        \"name\": \"Activités de soutien à l'enseignement\"\n    },\n    {\n        \"id\": 664,\n        \"code\": \"8610Z\",\n        \"name\": \"Activités hospitalières\"\n    },\n    {\n        \"id\": 665,\n        \"code\": \"8621Z\",\n        \"name\": \"Activité des médecins généralistes\"\n    },\n    {\n        \"id\": 666,\n        \"code\": \"8622A\",\n        \"name\": \"Activités de radiodiagnostic et de radiothérapie\"\n    },\n    {\n        \"id\": 667,\n        \"code\": \"8622B\",\n        \"name\": \"Activités chirurgicales\"\n    },\n    {\n        \"id\": 668,\n        \"code\": \"8622C\",\n        \"name\": \"Autres activités des médecins spécialistes\"\n    },\n    {\n        \"id\": 669,\n        \"code\": \"8623Z\",\n        \"name\": \"Pratique dentaire\"\n    },\n    {\n        \"id\": 670,\n        \"code\": \"8690A\",\n        \"name\": \"Ambulances\"\n    },\n    {\n        \"id\": 671,\n        \"code\": \"8690B\",\n        \"name\": \"Laboratoires d'analyses médicales\"\n    },\n    {\n        \"id\": 672,\n        \"code\": \"8690C\",\n        \"name\": \"Centres de collecte et banques d'organes\"\n    },\n    {\n        \"id\": 673,\n        \"code\": \"8690D\",\n        \"name\": \"Activités des infirmiers et des sages-femmes\"\n    },\n    {\n        \"id\": 674,\n        \"code\": \"8690E\",\n        \"name\": \"Activités des professionnels de la rééducation, de l'appareillage et des pédicures-podologues\"\n    },\n    {\n        \"id\": 675,\n        \"code\": \"8690F\",\n        \"name\": \"Activités de santé humaine non classées ailleurs\"\n    },\n    {\n        \"id\": 676,\n        \"code\": \"8710A\",\n        \"name\": \"Hébergement médicalisé pour personnes âgées\"\n    },\n    {\n        \"id\": 677,\n        \"code\": \"8710B\",\n        \"name\": \"Hébergement médicalisé pour enfants handicapés\"\n    },\n    {\n        \"id\": 678,\n        \"code\": \"8710C\",\n        \"name\": \"Hébergement médicalisé pour adultes handicapés et autre hébergement médicalisé\"\n    },\n    {\n        \"id\": 679,\n        \"code\": \"8720A\",\n        \"name\": \"Hébergement social pour handicapés mentaux et malades mentaux\"\n    },\n    {\n        \"id\": 680,\n        \"code\": \"8720B\",\n        \"name\": \"Hébergement social pour toxicomanes\"\n    },\n    {\n        \"id\": 681,\n        \"code\": \"8730A\",\n        \"name\": \"Hébergement social pour personnes âgées\"\n    },\n    {\n        \"id\": 682,\n        \"code\": \"8730B\",\n        \"name\": \"Hébergement social pour handicapés physiques\"\n    },\n    {\n        \"id\": 683,\n        \"code\": \"8790A\",\n        \"name\": \"Hébergement social pour enfants en difficultés\"\n    },\n    {\n        \"id\": 684,\n        \"code\": \"8790B\",\n        \"name\": \"Hébergement social pour adultes et familles en difficultés et autre hébergement social\"\n    },\n    {\n        \"id\": 685,\n        \"code\": \"8810A\",\n        \"name\": \"Aide à domicile\"\n    },\n    {\n        \"id\": 686,\n        \"code\": \"8810B\",\n        \"name\": \"Accueil ou accompagnement sans hébergement d'adultes handicapés ou de personnes âgées\"\n    },\n    {\n        \"id\": 687,\n        \"code\": \"8810C\",\n        \"name\": \"Aide par le travail\"\n    },\n    {\n        \"id\": 688,\n        \"code\": \"8891A\",\n        \"name\": \"Accueil de jeunes enfants\"\n    },\n    {\n        \"id\": 689,\n        \"code\": \"8891B\",\n        \"name\": \"Accueil ou accompagnement sans hébergement d'enfants handicapés\"\n    },\n    {\n        \"id\": 690,\n        \"code\": \"8899A\",\n        \"name\": \"Autre accueil ou accompagnement sans hébergement d'enfants et d'adolescents\"\n    },\n    {\n        \"id\": 691,\n        \"code\": \"8899B\",\n        \"name\": \"Action sociale sans hébergement n.c.a.\"\n    },\n    {\n        \"id\": 692,\n        \"code\": \"9001Z\",\n        \"name\": \"Arts du spectacle vivant\"\n    },\n    {\n        \"id\": 693,\n        \"code\": \"9002Z\",\n        \"name\": \"Activités de soutien au spectacle vivant\"\n    },\n    {\n        \"id\": 694,\n        \"code\": \"9003A\",\n        \"name\": \"Création artistique relevant des arts plastiques\"\n    },\n    {\n        \"id\": 695,\n        \"code\": \"9003B\",\n        \"name\": \"Autre création artistique\"\n    },\n    {\n        \"id\": 696,\n        \"code\": \"9004Z\",\n        \"name\": \"Gestion de salles de spectacles\"\n    },\n    {\n        \"id\": 697,\n        \"code\": \"9101Z\",\n        \"name\": \"Gestion des bibliothèques et des archives\"\n    },\n    {\n        \"id\": 698,\n        \"code\": \"9102Z\",\n        \"name\": \"Gestion des musées\"\n    },\n    {\n        \"id\": 699,\n        \"code\": \"9103Z\",\n        \"name\": \"Gestion des sites et monuments historiques et des attractions touristiques similaires\"\n    },\n    {\n        \"id\": 700,\n        \"code\": \"9104Z\",\n        \"name\": \"Gestion des jardins botaniques et zoologiques et des réserves naturelles\"\n    },\n    {\n        \"id\": 701,\n        \"code\": \"9200Z\",\n        \"name\": \"Organisation de jeux de hasard et d'argent\"\n    },\n    {\n        \"id\": 702,\n        \"code\": \"9311Z\",\n        \"name\": \"Gestion d'installations sportives\"\n    },\n    {\n        \"id\": 703,\n        \"code\": \"9312Z\",\n        \"name\": \"Activités de clubs de sports\"\n    },\n    {\n        \"id\": 704,\n        \"code\": \"9313Z\",\n        \"name\": \"Activités des centres de culture physique\"\n    },\n    {\n        \"id\": 705,\n        \"code\": \"9319Z\",\n        \"name\": \"Autres activités liées au sport\"\n    },\n    {\n        \"id\": 706,\n        \"code\": \"9321Z\",\n        \"name\": \"Activités des parcs d'attractions et parcs à thèmes\"\n    },\n    {\n        \"id\": 707,\n        \"code\": \"9329Z\",\n        \"name\": \"Autres activités récréatives et de loisirs\"\n    },\n    {\n        \"id\": 708,\n        \"code\": \"9411Z\",\n        \"name\": \"Activités des organisations patronales et consulaires\"\n    },\n    {\n        \"id\": 709,\n        \"code\": \"9412Z\",\n        \"name\": \"Activités des organisations professionnelles\"\n    },\n    {\n        \"id\": 710,\n        \"code\": \"9420Z\",\n        \"name\": \"Activités des syndicats de salariés\"\n    },\n    {\n        \"id\": 711,\n        \"code\": \"9491Z\",\n        \"name\": \"Activités des organisations religieuses\"\n    },\n    {\n        \"id\": 712,\n        \"code\": \"9492Z\",\n        \"name\": \"Activités des organisations politiques\"\n    },\n    {\n        \"id\": 713,\n        \"code\": \"9499Z\",\n        \"name\": \"Autres organisations fonctionnant par adhésion volontaire\"\n    },\n    {\n        \"id\": 714,\n        \"code\": \"9511Z\",\n        \"name\": \"Réparation d'ordinateurs et d'équipements périphériques\"\n    },\n    {\n        \"id\": 715,\n        \"code\": \"9512Z\",\n        \"name\": \"Réparation d'équipements de communication\"\n    },\n    {\n        \"id\": 716,\n        \"code\": \"9521Z\",\n        \"name\": \"Réparation de produits électroniques grand public\"\n    },\n    {\n        \"id\": 717,\n        \"code\": \"9522Z\",\n        \"name\": \"Réparation d'appareils électroménagers et d'équipements pour la maison et le jardin\"\n    },\n    {\n        \"id\": 718,\n        \"code\": \"9523Z\",\n        \"name\": \"Réparation de chaussures et d'articles en cuir\"\n    },\n    {\n        \"id\": 719,\n        \"code\": \"9524Z\",\n        \"name\": \"Réparation de meubles et d'équipements du foyer\"\n    },\n    {\n        \"id\": 720,\n        \"code\": \"9525Z\",\n        \"name\": \"Réparation d'articles d'horlogerie et de bijouterie\"\n    },\n    {\n        \"id\": 721,\n        \"code\": \"9529Z\",\n        \"name\": \"Réparation d'autres biens personnels et domestiques\"\n    },\n    {\n        \"id\": 722,\n        \"code\": \"9601A\",\n        \"name\": \"Blanchisserie-teinturerie de gros\"\n    },\n    {\n        \"id\": 723,\n        \"code\": \"9601B\",\n        \"name\": \"Blanchisserie-teinturerie de détail\"\n    },\n    {\n        \"id\": 724,\n        \"code\": \"9602A\",\n        \"name\": \"Coiffure\"\n    },\n    {\n        \"id\": 725,\n        \"code\": \"9602B\",\n        \"name\": \"Soins de beauté\"\n    },\n    {\n        \"id\": 726,\n        \"code\": \"9603Z\",\n        \"name\": \"Services funéraires\"\n    },\n    {\n        \"id\": 727,\n        \"code\": \"9604Z\",\n        \"name\": \"Entretien corporel\"\n    },\n    {\n        \"id\": 728,\n        \"code\": \"9609Z\",\n        \"name\": \"Autres services personnels n.c.a.\"\n    },\n    {\n        \"id\": 729,\n        \"code\": \"9700Z\",\n        \"name\": \"Activités des ménages en tant qu'employeurs de personnel domestique\"\n    },\n    {\n        \"id\": 730,\n        \"code\": \"9810Z\",\n        \"name\": \"Activités indifférenciées des ménages en tant que producteurs de biens pour usage propre\"\n    },\n    {\n        \"id\": 731,\n        \"code\": \"9820Z\",\n        \"name\": \"Activités indifférenciées des ménages en tant que producteurs de services pour usage propre\"\n    },\n    {\n        \"id\": 732,\n        \"code\": \"9900Z\",\n        \"name\": \"Activités des organisations et organismes extraterritoriaux\"\n    },\n    {\n        \"id\": 733,\n        \"code\": \"015ZAA\",\n        \"name\": \"Piégeur de ragondin (ancien)\"\n    },\n    {\n        \"id\": 734,\n        \"code\": \"015ZAZ\",\n        \"name\": \"Chasse (ancien)\"\n    },\n    {\n        \"id\": 735,\n        \"code\": \"0170ZA\",\n        \"name\": \"Chasse, piégeage et services annexes\"\n    },\n    {\n        \"id\": 736,\n        \"code\": \"0170ZB\",\n        \"name\": \"Piégeur de ragondins\"\n    },\n    {\n        \"id\": 737,\n        \"code\": \"1812ZB\",\n        \"name\": \"Autre imprimerie (labeur) + autre activité (activité libérale)\"\n    },\n    {\n        \"id\": 738,\n        \"code\": \"1813ZB\",\n        \"name\": \"Activités de prépresse (activité libérale)\"\n    },\n    {\n        \"id\": 739,\n        \"code\": \"1813ZD\",\n        \"name\": \"Infographiste (activité libérale)\"\n    },\n    {\n        \"id\": 740,\n        \"code\": \"4619BA\",\n        \"name\": \"Autres intermédiaires du commerce en produits divers\"\n    },\n    {\n        \"id\": 741,\n        \"code\": \"4619BB\",\n        \"name\": \"Agent commercial\"\n    },\n    {\n        \"id\": 742,\n        \"code\": \"4619BC\",\n        \"name\": \"Agent commercial en immobilier\"\n    },\n    {\n        \"id\": 743,\n        \"code\": \"511TAA\",\n        \"name\": \"Agent commercial (ancien)\"\n    },\n    {\n        \"id\": 744,\n        \"code\": \"511TAB\",\n        \"name\": \"Agent commercial en immobilier (ancien)\"\n    },\n    {\n        \"id\": 745,\n        \"code\": \"511TAZ\",\n        \"name\": \"Intermédiaires non spécialisés du commerce (ancien)\"\n    },\n    {\n        \"id\": 746,\n        \"code\": \"522LAA\",\n        \"name\": \"Débitant de tabac (ancien)\"\n    },\n    {\n        \"id\": 747,\n        \"code\": \"522LAZ\",\n        \"name\": \"Commerce détail de tabac (ancien)\"\n    },\n    {\n        \"id\": 748,\n        \"code\": \"5829CB\",\n        \"name\": \"Edition de logiciels applicatifs (activité libérale)\"\n    },\n    {\n        \"id\": 749,\n        \"code\": \"5912ZB\",\n        \"name\": \"Postproduction de films cinématographiques, de vidéo et de programmes de télévision (activité libérale)\"\n    },\n    {\n        \"id\": 750,\n        \"code\": \"6201ZB\",\n        \"name\": \"Programmation informatique (activité libérale)\"\n    },\n    {\n        \"id\": 751,\n        \"code\": \"6202AA\",\n        \"name\": \"Conseil en systèmes et logiciels informatiques\"\n    },\n    {\n        \"id\": 752,\n        \"code\": \"6209ZA\",\n        \"name\": \"Autres activités informatiques\"\n    },\n    {\n        \"id\": 753,\n        \"code\": \"6311ZA\",\n        \"name\": \"Traitement de données, hébergement et activités connexes\"\n    },\n    {\n        \"id\": 754,\n        \"code\": \"6311ZB\",\n        \"name\": \"Traitement à façon bureautique et informatique\"\n    },\n    {\n        \"id\": 755,\n        \"code\": \"6391ZB\",\n        \"name\": \"Activités des agences de presse (activité libérale)\"\n    },\n    {\n        \"id\": 756,\n        \"code\": \"6391ZC\",\n        \"name\": \"Conception de jeux pour la presse\"\n    },\n    {\n        \"id\": 757,\n        \"code\": \"6611ZB\",\n        \"name\": \"Administration de marchés financiers (activité libérale)\"\n    },\n    {\n        \"id\": 758,\n        \"code\": \"6611ZC\",\n        \"name\": \"Négociation individuelle du parquet\"\n    },\n    {\n        \"id\": 759,\n        \"code\": \"6619BB\",\n        \"name\": \"Autres activités auxiliaires de services financiers, hors assurance et caisses de retraite (activité libérale)\"\n    },\n    {\n        \"id\": 760,\n        \"code\": \"6619BC\",\n        \"name\": \"Conseil en gestion de patrimoine\"\n    },\n    {\n        \"id\": 761,\n        \"code\": \"6621ZA\",\n        \"name\": \"Evaluation des risques et dommages\"\n    },\n    {\n        \"id\": 762,\n        \"code\": \"6622ZB\",\n        \"name\": \"Agent d'assurance\"\n    },\n    {\n        \"id\": 763,\n        \"code\": \"6622ZC\",\n        \"name\": \"Courtier d'assurance\"\n    },\n    {\n        \"id\": 764,\n        \"code\": \"6630ZB\",\n        \"name\": \"Gestion de portefeuilles\"\n    },\n    {\n        \"id\": 765,\n        \"code\": \"671AAA\",\n        \"name\": \"Négociation individuelle du parquet (ancien)\"\n    },\n    {\n        \"id\": 766,\n        \"code\": \"671AAZ\",\n        \"name\": \"Administration de marchés financiers (ancien)\"\n    },\n    {\n        \"id\": 767,\n        \"code\": \"671CAA\",\n        \"name\": \"Conseil en patrimoine (ancien)\"\n    },\n    {\n        \"id\": 768,\n        \"code\": \"671CAZ\",\n        \"name\": \"Gestion de portefeuilles (ancien)\"\n    },\n    {\n        \"id\": 769,\n        \"code\": \"671EAA\",\n        \"name\": \"Autres auxiliaires financiers (ancien)\"\n    },\n    {\n        \"id\": 770,\n        \"code\": \"671EAZ\",\n        \"name\": \"Autres auxiliaires financiers (ancien)\"\n    },\n    {\n        \"id\": 771,\n        \"code\": \"672ZAA\",\n        \"name\": \"Agent d'assurance (ancien)\"\n    },\n    {\n        \"id\": 772,\n        \"code\": \"672ZAB\",\n        \"name\": \"Expert auprès des compagnies d'assurances (ancien)\"\n    },\n    {\n        \"id\": 773,\n        \"code\": \"672ZAC\",\n        \"name\": \"Mandataire de compagnie d'assurances (ancien)\"\n    },\n    {\n        \"id\": 774,\n        \"code\": \"672ZAZ\",\n        \"name\": \"Auxiliaires d'assurance (courtiers mandatés, agent d'ass., experts chargés d'évaluer les dommages). (ancien)\"\n    },\n    {\n        \"id\": 775,\n        \"code\": \"6820BA\",\n        \"name\": \"Location de terrains et d'autres biens immobiliers (activité libérale) (ancien)\"\n    },\n    {\n        \"id\": 776,\n        \"code\": \"6820BB\",\n        \"name\": \"Location de terrains et d'autres biens immobiliers (activité libérale)\"\n    },\n    {\n        \"id\": 777,\n        \"code\": \"6910ZA\",\n        \"name\": \"Activités juridiques\"\n    },\n    {\n        \"id\": 778,\n        \"code\": \"6910ZB\",\n        \"name\": \"Administrateur liquidateur judiciaire\"\n    },\n    {\n        \"id\": 779,\n        \"code\": \"6910ZC\",\n        \"name\": \"Avocat\"\n    },\n    {\n        \"id\": 780,\n        \"code\": \"6910ZD\",\n        \"name\": \"Avocat fiscaliste\"\n    },\n    {\n        \"id\": 781,\n        \"code\": \"6910ZE\",\n        \"name\": \"Avocat près du conseil d'état\"\n    },\n    {\n        \"id\": 782,\n        \"code\": \"6910ZF\",\n        \"name\": \"Avocat près de la cour de cassation\"\n    },\n    {\n        \"id\": 783,\n        \"code\": \"6910ZG\",\n        \"name\": \"Avoué\"\n    },\n    {\n        \"id\": 784,\n        \"code\": \"6910ZH\",\n        \"name\": \"Conseil et assistance en marques et brevets\"\n    },\n    {\n        \"id\": 785,\n        \"code\": \"6910ZI\",\n        \"name\": \"Conseil et assistance juridique\"\n    },\n    {\n        \"id\": 786,\n        \"code\": \"6910ZJ\",\n        \"name\": \"Expert en législation sociale\"\n    },\n    {\n        \"id\": 787,\n        \"code\": \"6910ZK\",\n        \"name\": \"Gérant de tutelle\"\n    },\n    {\n        \"id\": 788,\n        \"code\": \"6910ZL\",\n        \"name\": \"Greffier des tribunaux de commerce\"\n    },\n    {\n        \"id\": 789,\n        \"code\": \"6910ZM\",\n        \"name\": \"Huissier\"\n    },\n    {\n        \"id\": 790,\n        \"code\": \"6910ZN\",\n        \"name\": \"Notaire\"\n    },\n    {\n        \"id\": 791,\n        \"code\": \"6910ZO\",\n        \"name\": \"Rédacteur d'actes\"\n    },\n    {\n        \"id\": 792,\n        \"code\": \"6920ZA\",\n        \"name\": \"Activités comptables\"\n    },\n    {\n        \"id\": 793,\n        \"code\": \"6920ZB\",\n        \"name\": \"Commissaire aux comptes\"\n    },\n    {\n        \"id\": 794,\n        \"code\": \"6920ZC\",\n        \"name\": \"Expert comptable\"\n    },\n    {\n        \"id\": 795,\n        \"code\": \"6920ZD\",\n        \"name\": \"Expert-comptable Commissaire aux comptes\"\n    },\n    {\n        \"id\": 796,\n        \"code\": \"7021ZA\",\n        \"name\": \"Conseil en relations publiques et communication\"\n    },\n    {\n        \"id\": 797,\n        \"code\": \"7021ZB\",\n        \"name\": \"Attaché de presse\"\n    },\n    {\n        \"id\": 798,\n        \"code\": \"7021ZC\",\n        \"name\": \"Conseil en communication\"\n    },\n    {\n        \"id\": 799,\n        \"code\": \"7022ZA\",\n        \"name\": \"Conseil pour les affaires et autres conseils de gestion\"\n    },\n    {\n        \"id\": 800,\n        \"code\": \"7022ZB\",\n        \"name\": \"Conseil artistique\"\n    },\n    {\n        \"id\": 801,\n        \"code\": \"7022ZC\",\n        \"name\": \"Conseil culturel\"\n    },\n    {\n        \"id\": 802,\n        \"code\": \"7022ZD\",\n        \"name\": \"Conseil en agencement décoration\"\n    },\n    {\n        \"id\": 803,\n        \"code\": \"7022ZE\",\n        \"name\": \"Conseil culinaire\"\n    },\n    {\n        \"id\": 804,\n        \"code\": \"7022ZF\",\n        \"name\": \"Conseil en prêt-à-porter\"\n    },\n    {\n        \"id\": 805,\n        \"code\": \"7022ZG\",\n        \"name\": \"Conseil en stratégie d'entreprise\"\n    },\n    {\n        \"id\": 806,\n        \"code\": \"7022ZH\",\n        \"name\": \"Conseil en économie gestion\"\n    },\n    {\n        \"id\": 807,\n        \"code\": \"7022ZI\",\n        \"name\": \"Conseil en exportation\"\n    },\n    {\n        \"id\": 808,\n        \"code\": \"7022ZJ\",\n        \"name\": \"Conseil en organisation\"\n    },\n    {\n        \"id\": 809,\n        \"code\": \"7022ZK\",\n        \"name\": \"Conseil financier\"\n    },\n    {\n        \"id\": 810,\n        \"code\": \"7022ZL\",\n        \"name\": \"Conseil en image (relooker)\"\n    },\n    {\n        \"id\": 811,\n        \"code\": \"7022ZM\",\n        \"name\": \"Conseil en marketing\"\n    },\n    {\n        \"id\": 812,\n        \"code\": \"7022ZN\",\n        \"name\": \"Conseil en publicité\"\n    },\n    {\n        \"id\": 813,\n        \"code\": \"7022ZO\",\n        \"name\": \"Conseil en aéronautique\"\n    },\n    {\n        \"id\": 814,\n        \"code\": \"7022ZP\",\n        \"name\": \"Conseil en logistique\"\n    },\n    {\n        \"id\": 815,\n        \"code\": \"7022ZQ\",\n        \"name\": \"Conseil en propriété industrielle\"\n    },\n    {\n        \"id\": 816,\n        \"code\": \"7022ZR\",\n        \"name\": \"Conseil en psychologie\"\n    },\n    {\n        \"id\": 817,\n        \"code\": \"7022ZS\",\n        \"name\": \"Conseil en développement\"\n    },\n    {\n        \"id\": 818,\n        \"code\": \"7022ZT\",\n        \"name\": \"Conseil en ressources humaines\"\n    },\n    {\n        \"id\": 819,\n        \"code\": \"7022ZU\",\n        \"name\": \"Conseil en formation animation\"\n    },\n    {\n        \"id\": 820,\n        \"code\": \"7022ZV\",\n        \"name\": \"Conseil en hôtellerie\"\n    },\n    {\n        \"id\": 821,\n        \"code\": \"7022ZW\",\n        \"name\": \"Conseil en environnement\"\n    },\n    {\n        \"id\": 822,\n        \"code\": \"7022ZX\",\n        \"name\": \"Conseil en tourisme d'affaires\"\n    },\n    {\n        \"id\": 823,\n        \"code\": \"7022ZY\",\n        \"name\": \"Conseil en exploitation forestière\"\n    },\n    {\n        \"id\": 824,\n        \"code\": \"702CAA\",\n        \"name\": \"Location de biens non meublés (ancien)\"\n    },\n    {\n        \"id\": 825,\n        \"code\": \"702CAZ\",\n        \"name\": \"Location d'autres biens immobiliers (ancien)\"\n    },\n    {\n        \"id\": 826,\n        \"code\": \"7111ZA\",\n        \"name\": \"Activités d'architecture\"\n    },\n    {\n        \"id\": 827,\n        \"code\": \"7111ZB\",\n        \"name\": \"Architecte paysager\"\n    },\n    {\n        \"id\": 828,\n        \"code\": \"7111ZC\",\n        \"name\": \"Architecte urbaniste\"\n    },\n    {\n        \"id\": 829,\n        \"code\": \"7111ZD\",\n        \"name\": \"Architecte naval\"\n    },\n    {\n        \"id\": 830,\n        \"code\": \"7112AA\",\n        \"name\": \"Activité des géomètres\"\n    },\n    {\n        \"id\": 831,\n        \"code\": \"7112AB\",\n        \"name\": \"Métreur\"\n    },\n    {\n        \"id\": 832,\n        \"code\": \"7112AC\",\n        \"name\": \"Géomètre Expert\"\n    },\n    {\n        \"id\": 833,\n        \"code\": \"7112AD\",\n        \"name\": \"Topographe\"\n    },\n    {\n        \"id\": 834,\n        \"code\": \"7112AE\",\n        \"name\": \"Cartographe\"\n    },\n    {\n        \"id\": 835,\n        \"code\": \"7112BA\",\n        \"name\": \"Ingénierie, études techniques\"\n    },\n    {\n        \"id\": 836,\n        \"code\": \"7112BB\",\n        \"name\": \"Géologue\"\n    },\n    {\n        \"id\": 837,\n        \"code\": \"7112BC\",\n        \"name\": \"Hélio thermicien\"\n    },\n    {\n        \"id\": 838,\n        \"code\": \"7112BD\",\n        \"name\": \"Ingénieur acousticien\"\n    },\n    {\n        \"id\": 839,\n        \"code\": \"7112BE\",\n        \"name\": \"Ingénieur chimiste\"\n    },\n    {\n        \"id\": 840,\n        \"code\": \"7112BF\",\n        \"name\": \"Ingénieur thermicien\"\n    },\n    {\n        \"id\": 841,\n        \"code\": \"7112BG\",\n        \"name\": \"Ingénieur travaux publics\"\n    },\n    {\n        \"id\": 842,\n        \"code\": \"7219ZB\",\n        \"name\": \"Recherche-développement en autres sciences physiques et naturelles (activité libérale)\"\n    },\n    {\n        \"id\": 843,\n        \"code\": \"721ZAA\",\n        \"name\": \"Conseil en systèmes informatiques (ancien)\"\n    },\n    {\n        \"id\": 844,\n        \"code\": \"721ZAZ\",\n        \"name\": \"Conseil en systèmes informatiques (ancien)\"\n    },\n    {\n        \"id\": 845,\n        \"code\": \"7220ZB\",\n        \"name\": \"Recherche-développement en sciences humaines et sociales (activité libérale)\"\n    },\n    {\n        \"id\": 846,\n        \"code\": \"722AAA\",\n        \"name\": \"Réalisation et créations de logiciels (ancien)\"\n    },\n    {\n        \"id\": 847,\n        \"code\": \"722AAZ\",\n        \"name\": \"Réalisation et créations de logiciels (ancien)\"\n    },\n    {\n        \"id\": 848,\n        \"code\": \"722CAA\",\n        \"name\": \"Développement de site internet (ancien)\"\n    },\n    {\n        \"id\": 849,\n        \"code\": \"722CAZ\",\n        \"name\": \"Autres activités de réalisation de logiciels (ancien)\"\n    },\n    {\n        \"id\": 850,\n        \"code\": \"723ZAA\",\n        \"name\": \"Traitement à façon bureautique et informatique (ancien)\"\n    },\n    {\n        \"id\": 851,\n        \"code\": \"723ZAZ\",\n        \"name\": \"Traitement de données (ancien)\"\n    },\n    {\n        \"id\": 852,\n        \"code\": \"726ZAA\",\n        \"name\": \"Infographiste (ancien)\"\n    },\n    {\n        \"id\": 853,\n        \"code\": \"726ZAZ\",\n        \"name\": \"Autres activités rattachées à l'informatique (ancien)\"\n    },\n    {\n        \"id\": 854,\n        \"code\": \"7311ZB\",\n        \"name\": \"Activités des agences de publicité (activité libérale)\"\n    },\n    {\n        \"id\": 855,\n        \"code\": \"7311ZC\",\n        \"name\": \"Concepteur rédacteur publicitaire\"\n    },\n    {\n        \"id\": 856,\n        \"code\": \"7312ZB\",\n        \"name\": \"Régie publicitaire de médias (activité libérale)\"\n    },\n    {\n        \"id\": 857,\n        \"code\": \"731ZAA\",\n        \"name\": \"Recherche - Développement scientifique (ancien)\"\n    },\n    {\n        \"id\": 858,\n        \"code\": \"731ZAZ\",\n        \"name\": \"Recherche - Développement en Sc. physiques et naturelles (ancien)\"\n    },\n    {\n        \"id\": 859,\n        \"code\": \"7320ZB\",\n        \"name\": \"Etudes de marché et sondages (activité libérale)\"\n    },\n    {\n        \"id\": 860,\n        \"code\": \"7320ZC\",\n        \"name\": \"Etudes marketing, économiques et sociales\"\n    },\n    {\n        \"id\": 861,\n        \"code\": \"732ZAA\",\n        \"name\": \"Recherche - Développement en Science humaines et sociales (ancien)\"\n    },\n    {\n        \"id\": 862,\n        \"code\": \"732ZAZ\",\n        \"name\": \"Recherche - Développement en Sc. humaines et sociales (ancien)\"\n    },\n    {\n        \"id\": 863,\n        \"code\": \"7410ZA\",\n        \"name\": \"Activités spécialisées de design\"\n    },\n    {\n        \"id\": 864,\n        \"code\": \"7410ZB\",\n        \"name\": \"Designer\"\n    },\n    {\n        \"id\": 865,\n        \"code\": \"7410ZC\",\n        \"name\": \"Architecte d'intérieur, décorateur\"\n    },\n    {\n        \"id\": 866,\n        \"code\": \"7410ZD\",\n        \"name\": \"Créateur de modèles, modéliste, styliste\"\n    },\n    {\n        \"id\": 867,\n        \"code\": \"7410ZE\",\n        \"name\": \"Etalagiste\"\n    },\n    {\n        \"id\": 868,\n        \"code\": \"741AAA\",\n        \"name\": \"Administrateur liquidateur judiciaire (ancien)\"\n    },\n    {\n        \"id\": 869,\n        \"code\": \"741AAB\",\n        \"name\": \"Avocat (ancien)\"\n    },\n    {\n        \"id\": 870,\n        \"code\": \"741AAC\",\n        \"name\": \"Avocat près du Conseil d'Etat (ancien)\"\n    },\n    {\n        \"id\": 871,\n        \"code\": \"741AAD\",\n        \"name\": \"Avocat près la Cour de Cassation (ancien)\"\n    },\n    {\n        \"id\": 872,\n        \"code\": \"741AAE\",\n        \"name\": \"Avoué (ancien)\"\n    },\n    {\n        \"id\": 873,\n        \"code\": \"741AAF\",\n        \"name\": \"Conseil et assistance en marques et brevets (ancien)\"\n    },\n    {\n        \"id\": 874,\n        \"code\": \"741AAG\",\n        \"name\": \"Conseil et assistance juridique (ancien)\"\n    },\n    {\n        \"id\": 875,\n        \"code\": \"741AAH\",\n        \"name\": \"Expert en législation sociale (ancien)\"\n    },\n    {\n        \"id\": 876,\n        \"code\": \"741AAI\",\n        \"name\": \"Gérant de tutelle (ancien)\"\n    },\n    {\n        \"id\": 877,\n        \"code\": \"741AAJ\",\n        \"name\": \"Greffier (ancien)\"\n    },\n    {\n        \"id\": 878,\n        \"code\": \"741AAK\",\n        \"name\": \"Huissier (ancien)\"\n    },\n    {\n        \"id\": 879,\n        \"code\": \"741AAL\",\n        \"name\": \"Notaire (ancien)\"\n    },\n    {\n        \"id\": 880,\n        \"code\": \"741AAM\",\n        \"name\": \"Rédacteur d'actes (ancien)\"\n    },\n    {\n        \"id\": 881,\n        \"code\": \"741AAZ\",\n        \"name\": \"Activités juridiques (ancien)\"\n    },\n    {\n        \"id\": 882,\n        \"code\": \"741CAA\",\n        \"name\": \"Commissaire aux comptes (ancien)\"\n    },\n    {\n        \"id\": 883,\n        \"code\": \"741CAB\",\n        \"name\": \"Expert-comptable (ancien)\"\n    },\n    {\n        \"id\": 884,\n        \"code\": \"741CAY\",\n        \"name\": \"Expert-comptable - Commissaire aux comptes (ancien)\"\n    },\n    {\n        \"id\": 885,\n        \"code\": \"741CAZ\",\n        \"name\": \"Activités comptables (ancien)\"\n    },\n    {\n        \"id\": 886,\n        \"code\": \"741EAA\",\n        \"name\": \"Etude marketing, économique et sociale (ancien)\"\n    },\n    {\n        \"id\": 887,\n        \"code\": \"741EAZ\",\n        \"name\": \"Etudes de marchés et sondage (ancien)\"\n    },\n    {\n        \"id\": 888,\n        \"code\": \"741GAA\",\n        \"name\": \"Conseil artistique (ancien)\"\n    },\n    {\n        \"id\": 889,\n        \"code\": \"741GAB\",\n        \"name\": \"Conseil coloriste (ancien)\"\n    },\n    {\n        \"id\": 890,\n        \"code\": \"741GAC\",\n        \"name\": \"Conseil culturel (ancien)\"\n    },\n    {\n        \"id\": 891,\n        \"code\": \"741GAD\",\n        \"name\": \"Conseil en agencement décoration (ancien)\"\n    },\n    {\n        \"id\": 892,\n        \"code\": \"741GAE\",\n        \"name\": \"Conseil culinaire (ancien)\"\n    },\n    {\n        \"id\": 893,\n        \"code\": \"741GAF\",\n        \"name\": \"Conseil en prêt-à-porter (ancien)\"\n    },\n    {\n        \"id\": 894,\n        \"code\": \"741GAZ\",\n        \"name\": \"Conseils ayant un caractère artistique ou culturel (ancien)\"\n    },\n    {\n        \"id\": 895,\n        \"code\": \"741GBA\",\n        \"name\": \"Conseil en stratégie d'entreprise (ancien)\"\n    },\n    {\n        \"id\": 896,\n        \"code\": \"741GBB\",\n        \"name\": \"Conseil en économie gestion (ancien)\"\n    },\n    {\n        \"id\": 897,\n        \"code\": \"741GBC\",\n        \"name\": \"Conseil en exportation (ancien)\"\n    },\n    {\n        \"id\": 898,\n        \"code\": \"741GBD\",\n        \"name\": \"Conseil en organisation (ancien)\"\n    },\n    {\n        \"id\": 899,\n        \"code\": \"741GBZ\",\n        \"name\": \"Conseils directement liés à la gestion de l'entreprise (ancien)\"\n    },\n    {\n        \"id\": 900,\n        \"code\": \"741GCA\",\n        \"name\": \"Attaché de presse (ancien)\"\n    },\n    {\n        \"id\": 901,\n        \"code\": \"741GCB\",\n        \"name\": \"Conseil en relation publique (ancien)\"\n    },\n    {\n        \"id\": 902,\n        \"code\": \"741GCC\",\n        \"name\": \"Conseil en communication (ancien)\"\n    },\n    {\n        \"id\": 903,\n        \"code\": \"741GCD\",\n        \"name\": \"Conseil en image (relookeur) (ancien)\"\n    },\n    {\n        \"id\": 904,\n        \"code\": \"741GCE\",\n        \"name\": \"Conseil en marketing (ancien)\"\n    },\n    {\n        \"id\": 905,\n        \"code\": \"741GCF\",\n        \"name\": \"Conseil en publicité (ancien)\"\n    },\n    {\n        \"id\": 906,\n        \"code\": \"741GCZ\",\n        \"name\": \"Conseils liés à la communication (ancien)\"\n    },\n    {\n        \"id\": 907,\n        \"code\": \"741GDA\",\n        \"name\": \"Conseil en technologie (ancien)\"\n    },\n    {\n        \"id\": 908,\n        \"code\": \"741GDB\",\n        \"name\": \"Conseil en aéronautique (ancien)\"\n    },\n    {\n        \"id\": 909,\n        \"code\": \"741GDC\",\n        \"name\": \"Conseil en ascenseur (ancien)\"\n    },\n    {\n        \"id\": 910,\n        \"code\": \"741GDD\",\n        \"name\": \"Conseil en logistique (ancien)\"\n    },\n    {\n        \"id\": 911,\n        \"code\": \"741GDE\",\n        \"name\": \"Conseil en propriété industrielle (ancien)\"\n    },\n    {\n        \"id\": 912,\n        \"code\": \"741GDZ\",\n        \"name\": \"Conseils liés à la production (ancien)\"\n    },\n    {\n        \"id\": 913,\n        \"code\": \"741GEA\",\n        \"name\": \"Conseil en psychologie (ancien)\"\n    },\n    {\n        \"id\": 914,\n        \"code\": \"741GEB\",\n        \"name\": \"Conseil en relations de travail (ancien)\"\n    },\n    {\n        \"id\": 915,\n        \"code\": \"741GEC\",\n        \"name\": \"Conseil en développement (ancien)\"\n    },\n    {\n        \"id\": 916,\n        \"code\": \"741GED\",\n        \"name\": \"Conseil en ressources humaines (ancien)\"\n    },\n    {\n        \"id\": 917,\n        \"code\": \"741GEE\",\n        \"name\": \"Conseil en formation animation (ancien)\"\n    },\n    {\n        \"id\": 918,\n        \"code\": \"741GEZ\",\n        \"name\": \"Conseils liés aux ressources humaines (ancien)\"\n    },\n    {\n        \"id\": 919,\n        \"code\": \"741GYA\",\n        \"name\": \"Conseil en hôtellerie (ancien)\"\n    },\n    {\n        \"id\": 920,\n        \"code\": \"741GYB\",\n        \"name\": \"Conseil en parfumerie (ancien)\"\n    },\n    {\n        \"id\": 921,\n        \"code\": \"741GYC\",\n        \"name\": \"Conseil en amincissement (ancien)\"\n    },\n    {\n        \"id\": 922,\n        \"code\": \"741GYD\",\n        \"name\": \"Conseil en environnement (ancien)\"\n    },\n    {\n        \"id\": 923,\n        \"code\": \"741GYE\",\n        \"name\": \"Conseil en information documentation (ancien)\"\n    },\n    {\n        \"id\": 924,\n        \"code\": \"741GYF\",\n        \"name\": \"Conseil en tourisme d'affaires (ancien)\"\n    },\n    {\n        \"id\": 925,\n        \"code\": \"741GYG\",\n        \"name\": \"Conseil en valorisation forestière (ancien)\"\n    },\n    {\n        \"id\": 926,\n        \"code\": \"741GYH\",\n        \"name\": \"Conseil financier (ancien)\"\n    },\n    {\n        \"id\": 927,\n        \"code\": \"741GYZ\",\n        \"name\": \"Autres conseils (ancien)\"\n    },\n    {\n        \"id\": 928,\n        \"code\": \"741GZ1\",\n        \"name\": \"Conseils (ancien)\"\n    },\n    {\n        \"id\": 929,\n        \"code\": \"7420ZB\",\n        \"name\": \"Activités photographiques (activité libérale)\"\n    },\n    {\n        \"id\": 930,\n        \"code\": \"7420ZE\",\n        \"name\": \"Photographie aérienne et sous-marine\"\n    },\n    {\n        \"id\": 931,\n        \"code\": \"7420ZH\",\n        \"name\": \"Photographe indépendant pour la presse\"\n    },\n    {\n        \"id\": 932,\n        \"code\": \"742AAA\",\n        \"name\": \"Architecte agréé en architecture (ancien)\"\n    },\n    {\n        \"id\": 933,\n        \"code\": \"742AAB\",\n        \"name\": \"Architecte paysager (ancien)\"\n    },\n    {\n        \"id\": 934,\n        \"code\": \"742AAC\",\n        \"name\": \"Maître d'œuvre (ancien)\"\n    },\n    {\n        \"id\": 935,\n        \"code\": \"742AAD\",\n        \"name\": \"Urbaniste, Architecte urbaniste (ancien)\"\n    },\n    {\n        \"id\": 936,\n        \"code\": \"742AAZ\",\n        \"name\": \"Activités d'architecture (ancien)\"\n    },\n    {\n        \"id\": 937,\n        \"code\": \"742BAA\",\n        \"name\": \"Economiste de la construction (ancien)\"\n    },\n    {\n        \"id\": 938,\n        \"code\": \"742BAB\",\n        \"name\": \"Géomètre expert (ancien)\"\n    },\n    {\n        \"id\": 939,\n        \"code\": \"742BAC\",\n        \"name\": \"Métreur (ancien)\"\n    },\n    {\n        \"id\": 940,\n        \"code\": \"742BAD\",\n        \"name\": \"Topographe (ancien)\"\n    },\n    {\n        \"id\": 941,\n        \"code\": \"742BAE\",\n        \"name\": \"Géographe, cartographe (ancien)\"\n    },\n    {\n        \"id\": 942,\n        \"code\": \"742BAZ\",\n        \"name\": \"Métreurs, géomètres (ancien)\"\n    },\n    {\n        \"id\": 943,\n        \"code\": \"742CAA\",\n        \"name\": \"Géologue (ancien)\"\n    },\n    {\n        \"id\": 944,\n        \"code\": \"742CAB\",\n        \"name\": \"Heliothermicien (ancien)\"\n    },\n    {\n        \"id\": 945,\n        \"code\": \"742CAC\",\n        \"name\": \"Ingénieur accousticien (ancien)\"\n    },\n    {\n        \"id\": 946,\n        \"code\": \"742CAD\",\n        \"name\": \"Ingénieur chimiste (ancien)\"\n    },\n    {\n        \"id\": 947,\n        \"code\": \"742CAE\",\n        \"name\": \"Ingénieur thermicien (ancien)\"\n    },\n    {\n        \"id\": 948,\n        \"code\": \"742CAF\",\n        \"name\": \"Ingénieur travaux publics (ancien)\"\n    },\n    {\n        \"id\": 949,\n        \"code\": \"742CAZ\",\n        \"name\": \"Ingénierie, Etudes techniques (ancien)\"\n    },\n    {\n        \"id\": 950,\n        \"code\": \"7430ZB\",\n        \"name\": \"Traduction et interprétation (activité libérale)\"\n    },\n    {\n        \"id\": 951,\n        \"code\": \"744AAA\",\n        \"name\": \"Intermédiaire en publicité (ancien)\"\n    },\n    {\n        \"id\": 952,\n        \"code\": \"744AAZ\",\n        \"name\": \"Gestion de supports de publicité (ancien)\"\n    },\n    {\n        \"id\": 953,\n        \"code\": \"744BAA\",\n        \"name\": \"Concepteur, rédacteur publicitaire (ancien)\"\n    },\n    {\n        \"id\": 954,\n        \"code\": \"744BAZ\",\n        \"name\": \"Agences, Conseil en publicité (ancien)\"\n    },\n    {\n        \"id\": 955,\n        \"code\": \"745AAA\",\n        \"name\": \"Conseil en recrutement (ancien)\"\n    },\n    {\n        \"id\": 956,\n        \"code\": \"745AAZ\",\n        \"name\": \"Sélection et mise à disposition du personnel (ancien)\"\n    },\n    {\n        \"id\": 957,\n        \"code\": \"746ZAA\",\n        \"name\": \"Contrôleur diagnostic sécurité (ancien)\"\n    },\n    {\n        \"id\": 958,\n        \"code\": \"746ZAB\",\n        \"name\": \"Détective privé (ancien)\"\n    },\n    {\n        \"id\": 959,\n        \"code\": \"746ZAZ\",\n        \"name\": \"Enquêtes et sécurité (ancien)\"\n    },\n    {\n        \"id\": 960,\n        \"code\": \"748AAA\",\n        \"name\": \"Photographie aérienne et sous - marine (ancien)\"\n    },\n    {\n        \"id\": 961,\n        \"code\": \"748AAZ\",\n        \"name\": \"Studios et autres activités photographiques (ancien)\"\n    },\n    {\n        \"id\": 962,\n        \"code\": \"748FAA\",\n        \"name\": \"Dessin industriel (ancien)\"\n    },\n    {\n        \"id\": 963,\n        \"code\": \"748FAB\",\n        \"name\": \"Dessinateur en batiment (ancien)\"\n    },\n    {\n        \"id\": 964,\n        \"code\": \"748FAC\",\n        \"name\": \"Dessinateur projeteur (ancien)\"\n    },\n    {\n        \"id\": 965,\n        \"code\": \"748FAD\",\n        \"name\": \"Interprète, traducteur (ancien)\"\n    },\n    {\n        \"id\": 966,\n        \"code\": \"748FAE\",\n        \"name\": \"Sténotypiste (ancien)\"\n    },\n    {\n        \"id\": 967,\n        \"code\": \"748FAF\",\n        \"name\": \"Secrétariat à façon (ancien)\"\n    },\n    {\n        \"id\": 968,\n        \"code\": \"748FAZ\",\n        \"name\": \"Secrétariat et traduction (ancien)\"\n    },\n    {\n        \"id\": 969,\n        \"code\": \"748JAA\",\n        \"name\": \"Organisations de manifestations, foires et salons (ancien)\"\n    },\n    {\n        \"id\": 970,\n        \"code\": \"748JAZ\",\n        \"name\": \"Organisations foires et salons (ancien)\"\n    },\n    {\n        \"id\": 971,\n        \"code\": \"748KAA\",\n        \"name\": \"Expert agricole et foncier (ancien)\"\n    },\n    {\n        \"id\": 972,\n        \"code\": \"748KAB\",\n        \"name\": \"Expert automobile (ancien)\"\n    },\n    {\n        \"id\": 973,\n        \"code\": \"748KAC\",\n        \"name\": \"Expert chimiste (ancien)\"\n    },\n    {\n        \"id\": 974,\n        \"code\": \"748KAD\",\n        \"name\": \"Expert écologiste (ancien)\"\n    },\n    {\n        \"id\": 975,\n        \"code\": \"748KAE\",\n        \"name\": \"Expert en batiments (ancien)\"\n    },\n    {\n        \"id\": 976,\n        \"code\": \"748KAF\",\n        \"name\": \"Expert en biologie (ancien)\"\n    },\n    {\n        \"id\": 977,\n        \"code\": \"748KAG\",\n        \"name\": \"Expert en biotechnologie (ancien)\"\n    },\n    {\n        \"id\": 978,\n        \"code\": \"748KAH\",\n        \"name\": \"Expert en incendie (ancien)\"\n    },\n    {\n        \"id\": 979,\n        \"code\": \"748KAI\",\n        \"name\": \"Expert en marchandises (ancien)\"\n    },\n    {\n        \"id\": 980,\n        \"code\": \"748KAJ\",\n        \"name\": \"Expert en métrologie (ancien)\"\n    },\n    {\n        \"id\": 981,\n        \"code\": \"748KAK\",\n        \"name\": \"Expert en objets d'art (ancien)\"\n    },\n    {\n        \"id\": 982,\n        \"code\": \"748KAL\",\n        \"name\": \"Expert évaluateur foncier (ancien)\"\n    },\n    {\n        \"id\": 983,\n        \"code\": \"748KAM\",\n        \"name\": \"Expert maritime (ancien)\"\n    },\n    {\n        \"id\": 984,\n        \"code\": \"748KAN\",\n        \"name\": \"Expert traducteur (ancien)\"\n    },\n    {\n        \"id\": 985,\n        \"code\": \"748KAZ\",\n        \"name\": \"Experts divers (ancien)\"\n    },\n    {\n        \"id\": 986,\n        \"code\": \"748KBA\",\n        \"name\": \"Agent littéraire (ancien)\"\n    },\n    {\n        \"id\": 987,\n        \"code\": \"748KBB\",\n        \"name\": \"Architecte d'intérieur, décorateur (ancien)\"\n    },\n    {\n        \"id\": 988,\n        \"code\": \"748KBC\",\n        \"name\": \"Architecte naval (ancien)\"\n    },\n    {\n        \"id\": 989,\n        \"code\": \"748KBD\",\n        \"name\": \"Commissaire priseur (ancien)\"\n    },\n    {\n        \"id\": 990,\n        \"code\": \"748KBE\",\n        \"name\": \"Créateur de modéles, Modéliste, Styliste (ancien)\"\n    },\n    {\n        \"id\": 991,\n        \"code\": \"748KBF\",\n        \"name\": \"Etalagiste (ancien)\"\n    },\n    {\n        \"id\": 992,\n        \"code\": \"748KBG\",\n        \"name\": \"Impressario (ancien)\"\n    },\n    {\n        \"id\": 993,\n        \"code\": \"748KBH\",\n        \"name\": \"Inventoriste (ancien)\"\n    },\n    {\n        \"id\": 994,\n        \"code\": \"748KBI\",\n        \"name\": \"Inventoriste en pharmacie (ancien)\"\n    },\n    {\n        \"id\": 995,\n        \"code\": \"748KBJ\",\n        \"name\": \"Maquettiste (ancien)\"\n    },\n    {\n        \"id\": 996,\n        \"code\": \"748KBK\",\n        \"name\": \"Recouvrement de créances (ancien)\"\n    },\n    {\n        \"id\": 997,\n        \"code\": \"748KBZ\",\n        \"name\": \"Autres services annexes à la production (ancien)\"\n    },\n    {\n        \"id\": 998,\n        \"code\": \"7490AA\",\n        \"name\": \"Economiste de la construction\"\n    },\n    {\n        \"id\": 999,\n        \"code\": \"7490AB\",\n        \"name\": \"Maitre d'œuvre\"\n    },\n    {\n        \"id\": 1000,\n        \"code\": \"7490BA\",\n        \"name\": \"Activités spécialisées, scientifiques et techniques diverses\"\n    },\n    {\n        \"id\": 1001,\n        \"code\": \"7490BC\",\n        \"name\": \"Impresario\"\n    },\n    {\n        \"id\": 1002,\n        \"code\": \"7490BD\",\n        \"name\": \"Agent littéraire\"\n    },\n    {\n        \"id\": 1003,\n        \"code\": \"7500ZA\",\n        \"name\": \"Activités vétérinaires\"\n    },\n    {\n        \"id\": 1004,\n        \"code\": \"7500ZB\",\n        \"name\": \"Vétérinaire secteur rural\"\n    },\n    {\n        \"id\": 1005,\n        \"code\": \"7500ZC\",\n        \"name\": \"Vétérinaire secteur urbain\"\n    },\n    {\n        \"id\": 1006,\n        \"code\": \"7500ZD\",\n        \"name\": \"Dentiste équin\"\n    },\n    {\n        \"id\": 1007,\n        \"code\": \"7500ZE\",\n        \"name\": \"Ostéopathe équin\"\n    },\n    {\n        \"id\": 1008,\n        \"code\": \"7500ZF\",\n        \"name\": \"Pédicure bovin\"\n    },\n    {\n        \"id\": 1009,\n        \"code\": \"7810ZB\",\n        \"name\": \"Activités des agences de placement de main-d'œuvre  (activité libérale)\"\n    },\n    {\n        \"id\": 1010,\n        \"code\": \"7810ZC\",\n        \"name\": \"Cabinet de recrutement\"\n    },\n    {\n        \"id\": 1011,\n        \"code\": \"8010ZB\",\n        \"name\": \"Activités de sécurité privée (activité libérale)\"\n    },\n    {\n        \"id\": 1012,\n        \"code\": \"8020ZA\",\n        \"name\": \"Activités liées aux systèmes de sécurité\"\n    },\n    {\n        \"id\": 1013,\n        \"code\": \"8030ZA\",\n        \"name\": \"Activités d'enquête\"\n    },\n    {\n        \"id\": 1014,\n        \"code\": \"803DAF\",\n        \"name\": \"Professeur de piano (ancien)\"\n    },\n    {\n        \"id\": 1015,\n        \"code\": \"804AAA\",\n        \"name\": \"Auto - Ecoles (ancien)\"\n    },\n    {\n        \"id\": 1016,\n        \"code\": \"804AAB\",\n        \"name\": \"Bateaux- Ecoles (ancien)\"\n    },\n    {\n        \"id\": 1017,\n        \"code\": \"804AAC\",\n        \"name\": \"Ecoles de conduite sportive (ancien)\"\n    },\n    {\n        \"id\": 1018,\n        \"code\": \"804AAD\",\n        \"name\": \"Ecoles de pilotage d'avion (ancien)\"\n    },\n    {\n        \"id\": 1019,\n        \"code\": \"804AAZ\",\n        \"name\": \"Ecoles de conduite (ancien)\"\n    },\n    {\n        \"id\": 1020,\n        \"code\": \"804CAA\",\n        \"name\": \"Ecole de coiffure (ancien)\"\n    },\n    {\n        \"id\": 1021,\n        \"code\": \"804CAB\",\n        \"name\": \"Professeur de comptabilité (ancien)\"\n    },\n    {\n        \"id\": 1022,\n        \"code\": \"804CAC\",\n        \"name\": \"Professeur de français (ancien)\"\n    },\n    {\n        \"id\": 1023,\n        \"code\": \"804CAD\",\n        \"name\": \"Professeur de langues (ancien)\"\n    },\n    {\n        \"id\": 1024,\n        \"code\": \"804CAE\",\n        \"name\": \"Professeur de mathématiques (ancien)\"\n    },\n    {\n        \"id\": 1025,\n        \"code\": \"804CAF\",\n        \"name\": \"Professeur de psychanalyse (ancien)\"\n    },\n    {\n        \"id\": 1026,\n        \"code\": \"804CAG\",\n        \"name\": \"Professeur de psychologie (ancien)\"\n    },\n    {\n        \"id\": 1027,\n        \"code\": \"804CAH\",\n        \"name\": \"Professeur d'économie (ancien)\"\n    },\n    {\n        \"id\": 1028,\n        \"code\": \"804CAI\",\n        \"name\": \"Professeur d'informatique (ancien)\"\n    },\n    {\n        \"id\": 1029,\n        \"code\": \"804CAY\",\n        \"name\": \"Professeur-formateur divers et consultant (ancien)\"\n    },\n    {\n        \"id\": 1030,\n        \"code\": \"804CAZ\",\n        \"name\": \"Formation des adultes et formation continue (ancien)\"\n    },\n    {\n        \"id\": 1031,\n        \"code\": \"804DAA\",\n        \"name\": \"Professeur de mannequinat (ancien)\"\n    },\n    {\n        \"id\": 1032,\n        \"code\": \"804DAB\",\n        \"name\": \"Professeur d'art dramatique (ancien)\"\n    },\n    {\n        \"id\": 1033,\n        \"code\": \"804DAC\",\n        \"name\": \"Professeur d'autres instruments de musique (ancien)\"\n    },\n    {\n        \"id\": 1034,\n        \"code\": \"804DAD\",\n        \"name\": \"Professeur de danse (ancien)\"\n    },\n    {\n        \"id\": 1035,\n        \"code\": \"804DAE\",\n        \"name\": \"Professeur de dessin (ancien)\"\n    },\n    {\n        \"id\": 1036,\n        \"code\": \"804DAG\",\n        \"name\": \"Professeur d'orgue (ancien)\"\n    },\n    {\n        \"id\": 1037,\n        \"code\": \"804DAZ\",\n        \"name\": \"Autres enseignements (hors sports et jeux) (ancien)\"\n    },\n    {\n        \"id\": 1038,\n        \"code\": \"8211ZB\",\n        \"name\": \"Services administratifs combinés de bureau (activité libérale)\"\n    },\n    {\n        \"id\": 1039,\n        \"code\": \"8219ZB\",\n        \"name\": \"Sténotypiste\"\n    },\n    {\n        \"id\": 1040,\n        \"code\": \"8219ZC\",\n        \"name\": \"Secrétariat à façon\"\n    },\n    {\n        \"id\": 1041,\n        \"code\": \"8219ZD\",\n        \"name\": \"Dessinateur industriel\"\n    },\n    {\n        \"id\": 1042,\n        \"code\": \"8219ZE\",\n        \"name\": \"Dessinateur en bâtiment\"\n    },\n    {\n        \"id\": 1043,\n        \"code\": \"8219ZF\",\n        \"name\": \"Dessinateur projeteur\"\n    },\n    {\n        \"id\": 1044,\n        \"code\": \"8230ZB\",\n        \"name\": \"Organisation de foires, salons professionnels et congrès (activité libérale)\"\n    },\n    {\n        \"id\": 1045,\n        \"code\": \"8291ZB\",\n        \"name\": \"Recouvrement de créances\"\n    },\n    {\n        \"id\": 1046,\n        \"code\": \"8299ZB\",\n        \"name\": \"Commissaire priseur\"\n    },\n    {\n        \"id\": 1047,\n        \"code\": \"8299ZC\",\n        \"name\": \"Inventoriste\"\n    },\n    {\n        \"id\": 1048,\n        \"code\": \"8299ZD\",\n        \"name\": \"Maquettiste\"\n    },\n    {\n        \"id\": 1049,\n        \"code\": \"851CAA\",\n        \"name\": \"Addictologie clinique (ancien)\"\n    },\n    {\n        \"id\": 1050,\n        \"code\": \"851CAB\",\n        \"name\": \"Allergologie (ancien)\"\n    },\n    {\n        \"id\": 1051,\n        \"code\": \"851CAC\",\n        \"name\": \"Anatomie et cytologies pathologiques (ancien)\"\n    },\n    {\n        \"id\": 1052,\n        \"code\": \"851CAD\",\n        \"name\": \"Andrologie (ancien)\"\n    },\n    {\n        \"id\": 1053,\n        \"code\": \"851CAE\",\n        \"name\": \"Anesthésie - réanimation (ancien)\"\n    },\n    {\n        \"id\": 1054,\n        \"code\": \"851CAF\",\n        \"name\": \"Angéiologie - médecine vasculaire (ancien)\"\n    },\n    {\n        \"id\": 1055,\n        \"code\": \"851CAZ\",\n        \"name\": \"Pratique médicale (ancien)\"\n    },\n    {\n        \"id\": 1056,\n        \"code\": \"851CBA\",\n        \"name\": \"Biologie médicale (ancien)\"\n    },\n    {\n        \"id\": 1057,\n        \"code\": \"851CCA\",\n        \"name\": \"Cancérologie (ancien)\"\n    },\n    {\n        \"id\": 1058,\n        \"code\": \"851CCB\",\n        \"name\": \"Cardiologie / Pathologie cardio vasculaire (ancien)\"\n    },\n    {\n        \"id\": 1059,\n        \"code\": \"851CCC\",\n        \"name\": \"Chirurgie de la face et du cou (ancien)\"\n    },\n    {\n        \"id\": 1060,\n        \"code\": \"851CCD\",\n        \"name\": \"Chirurgie générale (ancien)\"\n    },\n    {\n        \"id\": 1061,\n        \"code\": \"851CCE\",\n        \"name\": \"Chirurgie infantile (ancien)\"\n    },\n    {\n        \"id\": 1062,\n        \"code\": \"851CCF\",\n        \"name\": \"Chirurgie maxillo-faciale (ancien)\"\n    },\n    {\n        \"id\": 1063,\n        \"code\": \"851CCG\",\n        \"name\": \"Chirurgie orthopédique et traumatologique (ancien)\"\n    },\n    {\n        \"id\": 1064,\n        \"code\": \"851CCH\",\n        \"name\": \"Chirurgie plastique reconstructrice et esthétique (ancien)\"\n    },\n    {\n        \"id\": 1065,\n        \"code\": \"851CCI\",\n        \"name\": \"Chirurgie thoracique et cardio-vasculaire (ancien)\"\n    },\n    {\n        \"id\": 1066,\n        \"code\": \"851CCJ\",\n        \"name\": \"Chirurgie urologique (ancien)\"\n    },\n    {\n        \"id\": 1067,\n        \"code\": \"851CCK\",\n        \"name\": \"Chirurgie vasculaire (ancien)\"\n    },\n    {\n        \"id\": 1068,\n        \"code\": \"851CCL\",\n        \"name\": \"Chirurgie viscérale (ancien)\"\n    },\n    {\n        \"id\": 1069,\n        \"code\": \"851CDA\",\n        \"name\": \"Dermatologie et vénérologie (ancien)\"\n    },\n    {\n        \"id\": 1070,\n        \"code\": \"851CEA\",\n        \"name\": \"Endocrinologie et métabolisme (ancien)\"\n    },\n    {\n        \"id\": 1071,\n        \"code\": \"851CEB\",\n        \"name\": \"Evaluation et traitement de la douleur (ancien)\"\n    },\n    {\n        \"id\": 1072,\n        \"code\": \"851CGA\",\n        \"name\": \"Gastro-entérologie et hépatologie (ancien)\"\n    },\n    {\n        \"id\": 1073,\n        \"code\": \"851CGB\",\n        \"name\": \"Génétique médicale (ancien)\"\n    },\n    {\n        \"id\": 1074,\n        \"code\": \"851CGC\",\n        \"name\": \"Gériatrie / Gérontologie (ancien)\"\n    },\n    {\n        \"id\": 1075,\n        \"code\": \"851CGD\",\n        \"name\": \"Gynécologie médicale (ancien)\"\n    },\n    {\n        \"id\": 1076,\n        \"code\": \"851CGE\",\n        \"name\": \"Gynécologie - Obstétrique (ancien)\"\n    },\n    {\n        \"id\": 1077,\n        \"code\": \"851CGF\",\n        \"name\": \"Gynéticien (ancien)\"\n    },\n    {\n        \"id\": 1078,\n        \"code\": \"851CHA\",\n        \"name\": \"Hématologie (ancien)\"\n    },\n    {\n        \"id\": 1079,\n        \"code\": \"851CHB\",\n        \"name\": \"Hémobiologie - Transfusion / Technologie transfusionnelle (ancien)\"\n    },\n    {\n        \"id\": 1080,\n        \"code\": \"851CHC\",\n        \"name\": \"Hydrologie et climatologie médicale (ancien)\"\n    },\n    {\n        \"id\": 1081,\n        \"code\": \"851CIA\",\n        \"name\": \"Immunologie et Immunopathologie (ancien)\"\n    },\n    {\n        \"id\": 1082,\n        \"code\": \"851CMA\",\n        \"name\": \"Médecin acupuncteur (ancien)\"\n    },\n    {\n        \"id\": 1083,\n        \"code\": \"851CMB\",\n        \"name\": \"Médecin acupuncteur homéopathe (ancien)\"\n    },\n    {\n        \"id\": 1084,\n        \"code\": \"851CMC\",\n        \"name\": \"Médecine aérospatiale (ancien)\"\n    },\n    {\n        \"id\": 1085,\n        \"code\": \"851CMD\",\n        \"name\": \"Médecine de la catastrophe (ancien)\"\n    },\n    {\n        \"id\": 1086,\n        \"code\": \"851CME\",\n        \"name\": \"Médecine de la reproduction et gynécologie médicale (ancien)\"\n    },\n    {\n        \"id\": 1087,\n        \"code\": \"851CMF\",\n        \"name\": \"Médecine d'urgence (ancien)\"\n    },\n    {\n        \"id\": 1088,\n        \"code\": \"851CMG\",\n        \"name\": \"Médecine du travail (ancien)\"\n    },\n    {\n        \"id\": 1089,\n        \"code\": \"851CMH\",\n        \"name\": \"Médecine et biologie du sport (ancien)\"\n    },\n    {\n        \"id\": 1090,\n        \"code\": \"851CMI\",\n        \"name\": \"Médecine générale (ancien)\"\n    },\n    {\n        \"id\": 1091,\n        \"code\": \"851CMJ\",\n        \"name\": \"Médecin homéopathe (ancien)\"\n    },\n    {\n        \"id\": 1092,\n        \"code\": \"851CMK\",\n        \"name\": \"Médecine interne (ancien)\"\n    },\n    {\n        \"id\": 1093,\n        \"code\": \"851CML\",\n        \"name\": \"Médecine légale et expertises médicales (ancien)\"\n    },\n    {\n        \"id\": 1094,\n        \"code\": \"851CMM\",\n        \"name\": \"Médecine nucléaire (ancien)\"\n    },\n    {\n        \"id\": 1095,\n        \"code\": \"851CMN\",\n        \"name\": \"Médecine pénitentiaire (ancien)\"\n    },\n    {\n        \"id\": 1096,\n        \"code\": \"851CMO\",\n        \"name\": \"Médecine physique et de réadaptation (ancien)\"\n    },\n    {\n        \"id\": 1097,\n        \"code\": \"851CMP\",\n        \"name\": \"Médecin remplaçant (ancien)\"\n    },\n    {\n        \"id\": 1098,\n        \"code\": \"851CMQ\",\n        \"name\": \"Médecine sociale et santé publique (ancien)\"\n    },\n    {\n        \"id\": 1099,\n        \"code\": \"851CMR\",\n        \"name\": \"Médecin spécialiste remplaçant (ancien)\"\n    },\n    {\n        \"id\": 1100,\n        \"code\": \"851CMS\",\n        \"name\": \"Médecine vasculaire (ancien)\"\n    },\n    {\n        \"id\": 1101,\n        \"code\": \"851CNA\",\n        \"name\": \"Néphrologie (ancien)\"\n    },\n    {\n        \"id\": 1102,\n        \"code\": \"851CNB\",\n        \"name\": \"Neurochirurgie (ancien)\"\n    },\n    {\n        \"id\": 1103,\n        \"code\": \"851CNC\",\n        \"name\": \"Neurologie (ancien)\"\n    },\n    {\n        \"id\": 1104,\n        \"code\": \"851CND\",\n        \"name\": \"Neuro-psychiatrie (ancien)\"\n    },\n    {\n        \"id\": 1105,\n        \"code\": \"851CNE\",\n        \"name\": \"Nutrition (ancien)\"\n    },\n    {\n        \"id\": 1106,\n        \"code\": \"851COA\",\n        \"name\": \"Oncologie médicale (ancien)\"\n    },\n    {\n        \"id\": 1107,\n        \"code\": \"851COB\",\n        \"name\": \"Oncologie option radiothérapie (ancien)\"\n    },\n    {\n        \"id\": 1108,\n        \"code\": \"851COC\",\n        \"name\": \"Ophtalmologie (ancien)\"\n    },\n    {\n        \"id\": 1109,\n        \"code\": \"851COD\",\n        \"name\": \"Orthopédie dento-maxillo-faciale (ancien)\"\n    },\n    {\n        \"id\": 1110,\n        \"code\": \"851COE\",\n        \"name\": \"Oto-rhino-laryngologie et chirurgie cervico-faciale (ancien)\"\n    },\n    {\n        \"id\": 1111,\n        \"code\": \"851CPA\",\n        \"name\": \"Pathologie infectieuse et tropicale clinique et biologique (ancien)\"\n    },\n    {\n        \"id\": 1112,\n        \"code\": \"851CPB\",\n        \"name\": \"Pédiatrie (ancien)\"\n    },\n    {\n        \"id\": 1113,\n        \"code\": \"851CPC\",\n        \"name\": \"Pharmacologue, évaluation des thérapeutiques (ancien)\"\n    },\n    {\n        \"id\": 1114,\n        \"code\": \"851CPD\",\n        \"name\": \"Phoniatrie (ancien)\"\n    },\n    {\n        \"id\": 1115,\n        \"code\": \"851CPE\",\n        \"name\": \"Pneumologie (ancien)\"\n    },\n    {\n        \"id\": 1116,\n        \"code\": \"851CPF\",\n        \"name\": \"Proctologue (ancien)\"\n    },\n    {\n        \"id\": 1117,\n        \"code\": \"851CPG\",\n        \"name\": \"Psychiatrie (ancien)\"\n    },\n    {\n        \"id\": 1118,\n        \"code\": \"851CPH\",\n        \"name\": \"Psychiatrie de l'enfant et de l'adolescent (ancien)\"\n    },\n    {\n        \"id\": 1119,\n        \"code\": \"851CRA\",\n        \"name\": \"Radio-diagnostic et imagerie médicale (ancien)\"\n    },\n    {\n        \"id\": 1120,\n        \"code\": \"851CRB\",\n        \"name\": \"Réanimation médicale (ancien)\"\n    },\n    {\n        \"id\": 1121,\n        \"code\": \"851CRC\",\n        \"name\": \"Recherche médicale (ancien)\"\n    },\n    {\n        \"id\": 1122,\n        \"code\": \"851CRD\",\n        \"name\": \"Rhumatologie (ancien)\"\n    },\n    {\n        \"id\": 1123,\n        \"code\": \"851CSA\",\n        \"name\": \"Stomatologie (ancien)\"\n    },\n    {\n        \"id\": 1124,\n        \"code\": \"851CTA\",\n        \"name\": \"Toxicomanies et alcoologie (ancien)\"\n    },\n    {\n        \"id\": 1125,\n        \"code\": \"851CUA\",\n        \"name\": \"Urologie (ancien)\"\n    },\n    {\n        \"id\": 1126,\n        \"code\": \"851EAA\",\n        \"name\": \"Chirurgien dentiste (ancien)\"\n    },\n    {\n        \"id\": 1127,\n        \"code\": \"851EAB\",\n        \"name\": \"Orthodontiste (ancien)\"\n    },\n    {\n        \"id\": 1128,\n        \"code\": \"851EAC\",\n        \"name\": \"Chirurgien dentiste remplaçant (ancien)\"\n    },\n    {\n        \"id\": 1129,\n        \"code\": \"851EAD\",\n        \"name\": \"Chirurgien dentiste collaborateur (ancien)\"\n    },\n    {\n        \"id\": 1130,\n        \"code\": \"851EAZ\",\n        \"name\": \"Pratique dentaire (ancien)\"\n    },\n    {\n        \"id\": 1131,\n        \"code\": \"851GAA\",\n        \"name\": \"Audio psycho phonologue (ancien)\"\n    },\n    {\n        \"id\": 1132,\n        \"code\": \"851GAB\",\n        \"name\": \"Diététicien (ancien)\"\n    },\n    {\n        \"id\": 1133,\n        \"code\": \"851GAC\",\n        \"name\": \"Epithèsiste (ancien)\"\n    },\n    {\n        \"id\": 1134,\n        \"code\": \"851GAD\",\n        \"name\": \"Infirmier (ancien)\"\n    },\n    {\n        \"id\": 1135,\n        \"code\": \"851GAE\",\n        \"name\": \"Infirmier remplaçant (ancien)\"\n    },\n    {\n        \"id\": 1136,\n        \"code\": \"851GAF\",\n        \"name\": \"Kinésithérapeute (ancien)\"\n    },\n    {\n        \"id\": 1137,\n        \"code\": \"851GAG\",\n        \"name\": \"Kinésithérapeute remplaçant (ancien)\"\n    },\n    {\n        \"id\": 1138,\n        \"code\": \"851GAH\",\n        \"name\": \"Orthophoniste (ancien)\"\n    },\n    {\n        \"id\": 1139,\n        \"code\": \"851GAI\",\n        \"name\": \"Orthoptiste (ancien)\"\n    },\n    {\n        \"id\": 1140,\n        \"code\": \"851GAJ\",\n        \"name\": \"Pédicure - Podologue (ancien)\"\n    },\n    {\n        \"id\": 1141,\n        \"code\": \"851GAK\",\n        \"name\": \"Psychanalyste (ancien)\"\n    },\n    {\n        \"id\": 1142,\n        \"code\": \"851GAL\",\n        \"name\": \"Psychologue (ancien)\"\n    },\n    {\n        \"id\": 1143,\n        \"code\": \"851GAM\",\n        \"name\": \"Psychomotricien (ancien)\"\n    },\n    {\n        \"id\": 1144,\n        \"code\": \"851GAN\",\n        \"name\": \"Psychopédagogue (ancien)\"\n    },\n    {\n        \"id\": 1145,\n        \"code\": \"851GAO\",\n        \"name\": \"Psychothérapeute (ancien)\"\n    },\n    {\n        \"id\": 1146,\n        \"code\": \"851GAP\",\n        \"name\": \"Psychothérapeute sexologue (ancien)\"\n    },\n    {\n        \"id\": 1147,\n        \"code\": \"851GAQ\",\n        \"name\": \"Rééducation fonctionnelle (ergothérapie) (ancien)\"\n    },\n    {\n        \"id\": 1148,\n        \"code\": \"851GAR\",\n        \"name\": \"Sage - Femme (ancien)\"\n    },\n    {\n        \"id\": 1149,\n        \"code\": \"851GAZ\",\n        \"name\": \"Activités des auxiliaires médicaux (ancien)\"\n    },\n    {\n        \"id\": 1150,\n        \"code\": \"851HAA\",\n        \"name\": \"Actinodermiste (ancien)\"\n    },\n    {\n        \"id\": 1151,\n        \"code\": \"851HAB\",\n        \"name\": \"Acupresseur (ancien)\"\n    },\n    {\n        \"id\": 1152,\n        \"code\": \"851HAC\",\n        \"name\": \"Acupuncteur (ancien)\"\n    },\n    {\n        \"id\": 1153,\n        \"code\": \"851HAD\",\n        \"name\": \"Chiropracteur (ancien)\"\n    },\n    {\n        \"id\": 1154,\n        \"code\": \"851HAE\",\n        \"name\": \"Energéticien (ancien)\"\n    },\n    {\n        \"id\": 1155,\n        \"code\": \"851HAF\",\n        \"name\": \"Etiopathe (ancien)\"\n    },\n    {\n        \"id\": 1156,\n        \"code\": \"851HAG\",\n        \"name\": \"Guérisseur, Rebouteux (ancien)\"\n    },\n    {\n        \"id\": 1157,\n        \"code\": \"851HAH\",\n        \"name\": \"Iridologue (ancien)\"\n    },\n    {\n        \"id\": 1158,\n        \"code\": \"851HAI\",\n        \"name\": \"Kinésiologue (ancien)\"\n    },\n    {\n        \"id\": 1159,\n        \"code\": \"851HAJ\",\n        \"name\": \"Magnétiseur (ancien)\"\n    },\n    {\n        \"id\": 1160,\n        \"code\": \"851HAK\",\n        \"name\": \"Ostéopathe (ancien)\"\n    },\n    {\n        \"id\": 1161,\n        \"code\": \"851HAL\",\n        \"name\": \"Pédologue (ancien)\"\n    },\n    {\n        \"id\": 1162,\n        \"code\": \"851HAM\",\n        \"name\": \"Phytothérapeute (ancien)\"\n    },\n    {\n        \"id\": 1163,\n        \"code\": \"851HAN\",\n        \"name\": \"Sophrologue (ancien)\"\n    },\n    {\n        \"id\": 1164,\n        \"code\": \"851HAZ\",\n        \"name\": \"Soins hors d'un cadre réglementé (non médecin) (ancien)\"\n    },\n    {\n        \"id\": 1165,\n        \"code\": \"851KAA\",\n        \"name\": \"Laboratoire d'analyses industrielles (ancien)\"\n    },\n    {\n        \"id\": 1166,\n        \"code\": \"851KAZ\",\n        \"name\": \"Laboratoires d'analyses médicales (ancien)\"\n    },\n    {\n        \"id\": 1167,\n        \"code\": \"852ZAA\",\n        \"name\": \"Dentiste équin (ancien)\"\n    },\n    {\n        \"id\": 1168,\n        \"code\": \"852ZAB\",\n        \"name\": \"Ostéopathe équin (ancien)\"\n    },\n    {\n        \"id\": 1169,\n        \"code\": \"852ZAC\",\n        \"name\": \"Pédicure bovin (ancien)\"\n    },\n    {\n        \"id\": 1170,\n        \"code\": \"852ZAD\",\n        \"name\": \"Vétérinaire secteur rural (ancien)\"\n    },\n    {\n        \"id\": 1171,\n        \"code\": \"852ZAE\",\n        \"name\": \"Vétérinaire secteur urbain (ancien)\"\n    },\n    {\n        \"id\": 1172,\n        \"code\": \"852ZAF\",\n        \"name\": \"Vétérinaire secteur non défini (ancien)\"\n    },\n    {\n        \"id\": 1173,\n        \"code\": \"852ZAZ\",\n        \"name\": \"Activités vétérinaires (ancien)\"\n    },\n    {\n        \"id\": 1174,\n        \"code\": \"8551ZA\",\n        \"name\": \"Enseignement de discipline sportive\"\n    },\n    {\n        \"id\": 1175,\n        \"code\": \"8551ZB\",\n        \"name\": \"Moniteur de ski\"\n    },\n    {\n        \"id\": 1176,\n        \"code\": \"8551ZC\",\n        \"name\": \"Professeur de bridge\"\n    },\n    {\n        \"id\": 1177,\n        \"code\": \"8551ZD\",\n        \"name\": \"Professeur d'échecs\"\n    },\n    {\n        \"id\": 1178,\n        \"code\": \"8552ZA\",\n        \"name\": \"Enseignement culturel\"\n    },\n    {\n        \"id\": 1179,\n        \"code\": \"8552ZB\",\n        \"name\": \"Professeur d'art dramatique\"\n    },\n    {\n        \"id\": 1180,\n        \"code\": \"8552ZC\",\n        \"name\": \"Professeur de musique\"\n    },\n    {\n        \"id\": 1181,\n        \"code\": \"8552ZD\",\n        \"name\": \"Professeur de danse\"\n    },\n    {\n        \"id\": 1182,\n        \"code\": \"8552ZE\",\n        \"name\": \"Professeur de dessin\"\n    },\n    {\n        \"id\": 1183,\n        \"code\": \"8552ZF\",\n        \"name\": \"Professeur de mannequinat\"\n    },\n    {\n        \"id\": 1184,\n        \"code\": \"8553ZB\",\n        \"name\": \"Enseignement de la conduite (activité libérale)\"\n    },\n    {\n        \"id\": 1185,\n        \"code\": \"8553ZC\",\n        \"name\": \"Auto-école\"\n    },\n    {\n        \"id\": 1186,\n        \"code\": \"8553ZD\",\n        \"name\": \"Bateaux-Ecole\"\n    },\n    {\n        \"id\": 1187,\n        \"code\": \"8553ZE\",\n        \"name\": \"Ecole de conduite sportive\"\n    },\n    {\n        \"id\": 1188,\n        \"code\": \"8553ZF\",\n        \"name\": \"Ecole de pilotage d'avion\"\n    },\n    {\n        \"id\": 1189,\n        \"code\": \"8559AA\",\n        \"name\": \"Formation continue d'adultes\"\n    },\n    {\n        \"id\": 1190,\n        \"code\": \"8559AB\",\n        \"name\": \"Ecole de coiffure\"\n    },\n    {\n        \"id\": 1191,\n        \"code\": \"8559AC\",\n        \"name\": \"Professeur de comptabilité\"\n    },\n    {\n        \"id\": 1192,\n        \"code\": \"8559AD\",\n        \"name\": \"Professeur de français\"\n    },\n    {\n        \"id\": 1193,\n        \"code\": \"8559AE\",\n        \"name\": \"Professeur de langues\"\n    },\n    {\n        \"id\": 1194,\n        \"code\": \"8559AF\",\n        \"name\": \"Professeur de mathématiques\"\n    },\n    {\n        \"id\": 1195,\n        \"code\": \"8559AG\",\n        \"name\": \"Professeur de psychanalyse\"\n    },\n    {\n        \"id\": 1196,\n        \"code\": \"8559AH\",\n        \"name\": \"Professeur de psychologie\"\n    },\n    {\n        \"id\": 1197,\n        \"code\": \"8559AI\",\n        \"name\": \"Professeur d'économie\"\n    },\n    {\n        \"id\": 1198,\n        \"code\": \"8559AJ\",\n        \"name\": \"Professeur d'informatique\"\n    },\n    {\n        \"id\": 1199,\n        \"code\": \"8559BA\",\n        \"name\": \"Autres enseignements\"\n    },\n    {\n        \"id\": 1200,\n        \"code\": \"8560ZA\",\n        \"name\": \"Activités de soutien à l'enseignement\"\n    },\n    {\n        \"id\": 1201,\n        \"code\": \"8610ZA\",\n        \"name\": \"Activités hospitalières\"\n    },\n    {\n        \"id\": 1202,\n        \"code\": \"8621ZA\",\n        \"name\": \"Activité des médecins généralistes\"\n    },\n    {\n        \"id\": 1203,\n        \"code\": \"8621ZB\",\n        \"name\": \"Médecin remplaçant\"\n    },\n    {\n        \"id\": 1204,\n        \"code\": \"8621ZC\",\n        \"name\": \"Médecin urgentiste\"\n    },\n    {\n        \"id\": 1205,\n        \"code\": \"8621ZD\",\n        \"name\": \"Médecine aérospatiale\"\n    },\n    {\n        \"id\": 1206,\n        \"code\": \"8621ZE\",\n        \"name\": \"Médecin acupuncteur\"\n    },\n    {\n        \"id\": 1207,\n        \"code\": \"8621ZF\",\n        \"name\": \"Médecin acupuncteur homéopathe\"\n    },\n    {\n        \"id\": 1208,\n        \"code\": \"8621ZG\",\n        \"name\": \"Médecin de la catastrophe\"\n    },\n    {\n        \"id\": 1209,\n        \"code\": \"8621ZH\",\n        \"name\": \"Médecin de la reproduction et gynécologie médicale\"\n    },\n    {\n        \"id\": 1210,\n        \"code\": \"8621ZI\",\n        \"name\": \"Médecin de travail\"\n    },\n    {\n        \"id\": 1211,\n        \"code\": \"8621ZJ\",\n        \"name\": \"Médecin et biologiste du sport\"\n    },\n    {\n        \"id\": 1212,\n        \"code\": \"8621ZK\",\n        \"name\": \"Médecin homéopathe\"\n    },\n    {\n        \"id\": 1213,\n        \"code\": \"8621ZL\",\n        \"name\": \"Médecin interne\"\n    },\n    {\n        \"id\": 1214,\n        \"code\": \"8621ZM\",\n        \"name\": \"Médecin légal et expert médical\"\n    },\n    {\n        \"id\": 1215,\n        \"code\": \"8621ZN\",\n        \"name\": \"Médecin nucléaire\"\n    },\n    {\n        \"id\": 1216,\n        \"code\": \"8621ZO\",\n        \"name\": \"Médecin pénitentiaire\"\n    },\n    {\n        \"id\": 1217,\n        \"code\": \"8621ZP\",\n        \"name\": \"Médecine physique et réadaptation\"\n    },\n    {\n        \"id\": 1218,\n        \"code\": \"8621ZQ\",\n        \"name\": \"Médecin social et de santé publique\"\n    },\n    {\n        \"id\": 1219,\n        \"code\": \"8622AA\",\n        \"name\": \"Radiodiagnostic et radiothérapie\"\n    },\n    {\n        \"id\": 1220,\n        \"code\": \"8622AB\",\n        \"name\": \"Radio nucléaire\"\n    },\n    {\n        \"id\": 1221,\n        \"code\": \"8622AC\",\n        \"name\": \"Radio Echographe\"\n    },\n    {\n        \"id\": 1222,\n        \"code\": \"8622BA\",\n        \"name\": \"Chirurgie\"\n    },\n    {\n        \"id\": 1223,\n        \"code\": \"8622BB\",\n        \"name\": \"Chirurgie viscérale\"\n    },\n    {\n        \"id\": 1224,\n        \"code\": \"8622BC\",\n        \"name\": \"Chirurgie de la face et du cou\"\n    },\n    {\n        \"id\": 1225,\n        \"code\": \"8622BD\",\n        \"name\": \"Chirurgie générale\"\n    },\n    {\n        \"id\": 1226,\n        \"code\": \"8622BE\",\n        \"name\": \"Chirurgie infantile\"\n    },\n    {\n        \"id\": 1227,\n        \"code\": \"8622BF\",\n        \"name\": \"Chirurgie maxillo-faciale\"\n    },\n    {\n        \"id\": 1228,\n        \"code\": \"8622BG\",\n        \"name\": \"Chirurgie orthopédique et traumatologique\"\n    },\n    {\n        \"id\": 1229,\n        \"code\": \"8622BH\",\n        \"name\": \"Chirurgie plastique reconstructrice et esthétique\"\n    },\n    {\n        \"id\": 1230,\n        \"code\": \"8622BI\",\n        \"name\": \"Chirurgie thoracique et cardio-vasculaire\"\n    },\n    {\n        \"id\": 1231,\n        \"code\": \"8622BJ\",\n        \"name\": \"Chirurgie urologique\"\n    },\n    {\n        \"id\": 1232,\n        \"code\": \"8622BK\",\n        \"name\": \"Chirurgie vasculaire\"\n    },\n    {\n        \"id\": 1233,\n        \"code\": \"8622CA\",\n        \"name\": \"Autres activités des médecins spécialistes\"\n    },\n    {\n        \"id\": 1234,\n        \"code\": \"8622CB\",\n        \"name\": \"Addictologie clinique\"\n    },\n    {\n        \"id\": 1235,\n        \"code\": \"8622CC\",\n        \"name\": \"Allergologie\"\n    },\n    {\n        \"id\": 1236,\n        \"code\": \"8622CD\",\n        \"name\": \"Anatomie et cytologie pathologique\"\n    },\n    {\n        \"id\": 1237,\n        \"code\": \"8622CE\",\n        \"name\": \"Andrologie\"\n    },\n    {\n        \"id\": 1238,\n        \"code\": \"8622CF\",\n        \"name\": \"Biologie médicale\"\n    },\n    {\n        \"id\": 1239,\n        \"code\": \"8622CG\",\n        \"name\": \"Cancérologie\"\n    },\n    {\n        \"id\": 1240,\n        \"code\": \"8622CH\",\n        \"name\": \"Evaluation et traitement de la douleur\"\n    },\n    {\n        \"id\": 1241,\n        \"code\": \"8622CI\",\n        \"name\": \"Génétique médicale\"\n    },\n    {\n        \"id\": 1242,\n        \"code\": \"8622CJ\",\n        \"name\": \"Gériatrie Gérontologie\"\n    },\n    {\n        \"id\": 1243,\n        \"code\": \"8622CK\",\n        \"name\": \"Généticien\"\n    },\n    {\n        \"id\": 1244,\n        \"code\": \"8622CL\",\n        \"name\": \"Hématologie\"\n    },\n    {\n        \"id\": 1245,\n        \"code\": \"8622CM\",\n        \"name\": \"Hémobiologie Technique transfusionnelle\"\n    },\n    {\n        \"id\": 1246,\n        \"code\": \"8622CN\",\n        \"name\": \"Hydrologie et climatologie médicale\"\n    },\n    {\n        \"id\": 1247,\n        \"code\": \"8622CO\",\n        \"name\": \"Immunologie et immunopathologie\"\n    },\n    {\n        \"id\": 1248,\n        \"code\": \"8622CP\",\n        \"name\": \"Pédiatrie\"\n    },\n    {\n        \"id\": 1249,\n        \"code\": \"8622CQ\",\n        \"name\": \"Anesthésie\"\n    },\n    {\n        \"id\": 1250,\n        \"code\": \"8622CR\",\n        \"name\": \"Pneumologie\"\n    },\n    {\n        \"id\": 1251,\n        \"code\": \"8622CS\",\n        \"name\": \"Angéiologie - Médecine vasculaire\"\n    },\n    {\n        \"id\": 1252,\n        \"code\": \"8622CT\",\n        \"name\": \"Rhumatologie\"\n    },\n    {\n        \"id\": 1253,\n        \"code\": \"8622CU\",\n        \"name\": \"Cardiologue\"\n    },\n    {\n        \"id\": 1254,\n        \"code\": \"8622CV\",\n        \"name\": \"Stomatologie\"\n    },\n    {\n        \"id\": 1255,\n        \"code\": \"8622CW\",\n        \"name\": \"Dermatologie et vénérologie\"\n    },\n    {\n        \"id\": 1256,\n        \"code\": \"8622CX\",\n        \"name\": \"Endocrinologie et hépatologie\"\n    },\n    {\n        \"id\": 1257,\n        \"code\": \"8622CY\",\n        \"name\": \"Gastro-entérologie et hépatologie\"\n    },\n    {\n        \"id\": 1258,\n        \"code\": \"8622DA\",\n        \"name\": \"Gynécologie médicale\"\n    },\n    {\n        \"id\": 1259,\n        \"code\": \"8622DB\",\n        \"name\": \"Gynécologie Obstétrique\"\n    },\n    {\n        \"id\": 1260,\n        \"code\": \"8622DC\",\n        \"name\": \"Neuropsychiatrie\"\n    },\n    {\n        \"id\": 1261,\n        \"code\": \"8622DD\",\n        \"name\": \"Ophtalmologie\"\n    },\n    {\n        \"id\": 1262,\n        \"code\": \"8622DE\",\n        \"name\": \"Oto-rhino-laryngologie\"\n    },\n    {\n        \"id\": 1263,\n        \"code\": \"8622DF\",\n        \"name\": \"Pathologie infectieuse et tropicale clinique et biologique\"\n    },\n    {\n        \"id\": 1264,\n        \"code\": \"8622DG\",\n        \"name\": \"Pharmacologie et évaluation des thérapeutiques\"\n    },\n    {\n        \"id\": 1265,\n        \"code\": \"8622DH\",\n        \"name\": \"Phoniatrie\"\n    },\n    {\n        \"id\": 1266,\n        \"code\": \"8622DI\",\n        \"name\": \"Proctologie\"\n    },\n    {\n        \"id\": 1267,\n        \"code\": \"8622DJ\",\n        \"name\": \"Psychiatrie\"\n    },\n    {\n        \"id\": 1268,\n        \"code\": \"8622DK\",\n        \"name\": \"Psychiatrie de l'enfant et de l'adolescent\"\n    },\n    {\n        \"id\": 1269,\n        \"code\": \"8622DL\",\n        \"name\": \"Réanimation médicale\"\n    },\n    {\n        \"id\": 1270,\n        \"code\": \"8622DM\",\n        \"name\": \"Recherche médicale\"\n    },\n    {\n        \"id\": 1271,\n        \"code\": \"8622DN\",\n        \"name\": \"Toxicomanie et alcoologie\"\n    },\n    {\n        \"id\": 1272,\n        \"code\": \"8622DO\",\n        \"name\": \"Urologie\"\n    },\n    {\n        \"id\": 1273,\n        \"code\": \"8623ZA\",\n        \"name\": \"Pratique dentaire\"\n    },\n    {\n        \"id\": 1274,\n        \"code\": \"8623ZB\",\n        \"name\": \"Chirurgien dentiste\"\n    },\n    {\n        \"id\": 1275,\n        \"code\": \"8623ZC\",\n        \"name\": \"Orthodontiste\"\n    },\n    {\n        \"id\": 1276,\n        \"code\": \"8623ZD\",\n        \"name\": \"Chirurgien dentiste remplaçant\"\n    },\n    {\n        \"id\": 1277,\n        \"code\": \"8623ZE\",\n        \"name\": \"Chirurgien dentiste collaborateur\"\n    },\n    {\n        \"id\": 1278,\n        \"code\": \"8690BA\",\n        \"name\": \"Laboratoires d'analyses médicales\"\n    },\n    {\n        \"id\": 1279,\n        \"code\": \"8690DA\",\n        \"name\": \"Activités des infirmiers et des sages-femmes\"\n    },\n    {\n        \"id\": 1280,\n        \"code\": \"8690DB\",\n        \"name\": \"Infirmier\"\n    },\n    {\n        \"id\": 1281,\n        \"code\": \"8690DC\",\n        \"name\": \"Infirmier remplaçant\"\n    },\n    {\n        \"id\": 1282,\n        \"code\": \"8690DD\",\n        \"name\": \"Sage-femme\"\n    },\n    {\n        \"id\": 1283,\n        \"code\": \"8690EC\",\n        \"name\": \"Audio psycho phonologue\"\n    },\n    {\n        \"id\": 1284,\n        \"code\": \"8690ED\",\n        \"name\": \"Epithèsiste\"\n    },\n    {\n        \"id\": 1285,\n        \"code\": \"8690EE\",\n        \"name\": \"Kinésithérapeute\"\n    },\n    {\n        \"id\": 1286,\n        \"code\": \"8690EF\",\n        \"name\": \"Kinésithérapeute remplaçant\"\n    },\n    {\n        \"id\": 1287,\n        \"code\": \"8690EG\",\n        \"name\": \"Orthophoniste\"\n    },\n    {\n        \"id\": 1288,\n        \"code\": \"8690EH\",\n        \"name\": \"Orthoptiste\"\n    },\n    {\n        \"id\": 1289,\n        \"code\": \"8690EI\",\n        \"name\": \"Rééducation fonctionnelles (ergothérapie)\"\n    },\n    {\n        \"id\": 1290,\n        \"code\": \"8690EJ\",\n        \"name\": \"Pédicure-Podologue\"\n    },\n    {\n        \"id\": 1291,\n        \"code\": \"8690FA\",\n        \"name\": \"Activités de santé humaine non classées ailleurs\"\n    },\n    {\n        \"id\": 1292,\n        \"code\": \"8690FB\",\n        \"name\": \"Diététicien\"\n    },\n    {\n        \"id\": 1293,\n        \"code\": \"8690FC\",\n        \"name\": \"Psychanalyste\"\n    },\n    {\n        \"id\": 1294,\n        \"code\": \"8690FD\",\n        \"name\": \"Psychologue\"\n    },\n    {\n        \"id\": 1295,\n        \"code\": \"8690FE\",\n        \"name\": \"Psychomotricien\"\n    },\n    {\n        \"id\": 1296,\n        \"code\": \"8690FF\",\n        \"name\": \"Psychopédagogue\"\n    },\n    {\n        \"id\": 1297,\n        \"code\": \"8690FG\",\n        \"name\": \"Psychothérapeute\"\n    },\n    {\n        \"id\": 1298,\n        \"code\": \"8690FH\",\n        \"name\": \"Psychothérapeute sexologue\"\n    },\n    {\n        \"id\": 1299,\n        \"code\": \"8690FI\",\n        \"name\": \"Chiropracteur\"\n    },\n    {\n        \"id\": 1300,\n        \"code\": \"8690FJ\",\n        \"name\": \"Ostéopathe\"\n    },\n    {\n        \"id\": 1301,\n        \"code\": \"8690FK\",\n        \"name\": \"Radiesthésie\"\n    },\n    {\n        \"id\": 1302,\n        \"code\": \"8690FL\",\n        \"name\": \"Relaxation\"\n    },\n    {\n        \"id\": 1303,\n        \"code\": \"9001ZB\",\n        \"name\": \"Arts du spectacle vivant (activité libérale)\"\n    },\n    {\n        \"id\": 1304,\n        \"code\": \"9001ZC\",\n        \"name\": \"Artiste de variétés\"\n    },\n    {\n        \"id\": 1305,\n        \"code\": \"9001ZD\",\n        \"name\": \"Cinéaste conférencier\"\n    },\n    {\n        \"id\": 1306,\n        \"code\": \"9001ZE\",\n        \"name\": \"Comédien\"\n    },\n    {\n        \"id\": 1307,\n        \"code\": \"9001ZF\",\n        \"name\": \"Danseur\"\n    },\n    {\n        \"id\": 1308,\n        \"code\": \"9001ZG\",\n        \"name\": \"Musicien\"\n    },\n    {\n        \"id\": 1309,\n        \"code\": \"9001ZH\",\n        \"name\": \"Conteur\"\n    },\n    {\n        \"id\": 1310,\n        \"code\": \"9002ZB\",\n        \"name\": \"Activités de soutien au spectacle vivant (activité libérale)\"\n    },\n    {\n        \"id\": 1311,\n        \"code\": \"9002ZC\",\n        \"name\": \"Scénographe\"\n    },\n    {\n        \"id\": 1312,\n        \"code\": \"9003AB\",\n        \"name\": \"Création artististique relevant des arts plastiques (activité libérale)\"\n    },\n    {\n        \"id\": 1313,\n        \"code\": \"9003AC\",\n        \"name\": \"Artiste peintre\"\n    },\n    {\n        \"id\": 1314,\n        \"code\": \"9003AD\",\n        \"name\": \"Artiste sculpteur-plasticien\"\n    },\n    {\n        \"id\": 1315,\n        \"code\": \"9003AE\",\n        \"name\": \"Dessinateur Créateur\"\n    },\n    {\n        \"id\": 1316,\n        \"code\": \"9003AF\",\n        \"name\": \"Illustrateur\"\n    },\n    {\n        \"id\": 1317,\n        \"code\": \"9003AG\",\n        \"name\": \"Laqueur\"\n    },\n    {\n        \"id\": 1318,\n        \"code\": \"9003AH\",\n        \"name\": \"Maître verrier\"\n    },\n    {\n        \"id\": 1319,\n        \"code\": \"9003AI\",\n        \"name\": \"Potier\"\n    },\n    {\n        \"id\": 1320,\n        \"code\": \"9003AJ\",\n        \"name\": \"Restaurateur d'objets d'art\"\n    },\n    {\n        \"id\": 1321,\n        \"code\": \"9003AK\",\n        \"name\": \"Iconographe\"\n    },\n    {\n        \"id\": 1322,\n        \"code\": \"9003BA\",\n        \"name\": \"Autre création artistique\"\n    },\n    {\n        \"id\": 1323,\n        \"code\": \"9003BB\",\n        \"name\": \"Ecrivain\"\n    },\n    {\n        \"id\": 1324,\n        \"code\": \"9003BC\",\n        \"name\": \"Journaliste\"\n    },\n    {\n        \"id\": 1325,\n        \"code\": \"9101ZB\",\n        \"name\": \"Gestion des bibliothèques et des archives (activité libérale)\"\n    },\n    {\n        \"id\": 1326,\n        \"code\": \"9101ZC\",\n        \"name\": \"Bibliothécaire indépendant\"\n    },\n    {\n        \"id\": 1327,\n        \"code\": \"9200ZB\",\n        \"name\": \"Organisation de jeux de hasard et d'argent (activité libérale)\"\n    },\n    {\n        \"id\": 1328,\n        \"code\": \"921DAZ\",\n        \"name\": \"Prestations techniques pour le cinema et la télévision (ancien)\"\n    },\n    {\n        \"id\": 1329,\n        \"code\": \"923AAA\",\n        \"name\": \"Artiste de variétés (ancien)\"\n    },\n    {\n        \"id\": 1330,\n        \"code\": \"923AAB\",\n        \"name\": \"Artiste peintre (ancien)\"\n    },\n    {\n        \"id\": 1331,\n        \"code\": \"923AAC\",\n        \"name\": \"Artiste sculpteur - Plasticien (ancien)\"\n    },\n    {\n        \"id\": 1332,\n        \"code\": \"923AAD\",\n        \"name\": \"Cinéaste conférencier (ancien)\"\n    },\n    {\n        \"id\": 1333,\n        \"code\": \"923AAE\",\n        \"name\": \"Comédien (ancien)\"\n    },\n    {\n        \"id\": 1334,\n        \"code\": \"923AAF\",\n        \"name\": \"Danseur (ancien)\"\n    },\n    {\n        \"id\": 1335,\n        \"code\": \"923AAG\",\n        \"name\": \"Designer (ancien)\"\n    },\n    {\n        \"id\": 1336,\n        \"code\": \"923AAH\",\n        \"name\": \"Dessinateur - Créateur (ancien)\"\n    },\n    {\n        \"id\": 1337,\n        \"code\": \"923AAI\",\n        \"name\": \"Ecrivain (ancien)\"\n    },\n    {\n        \"id\": 1338,\n        \"code\": \"923AAJ\",\n        \"name\": \"Iconographe (ancien)\"\n    },\n    {\n        \"id\": 1339,\n        \"code\": \"923AAK\",\n        \"name\": \"Illustrateur (ancien)\"\n    },\n    {\n        \"id\": 1340,\n        \"code\": \"923AAL\",\n        \"name\": \"Laqueur (ancien)\"\n    },\n    {\n        \"id\": 1341,\n        \"code\": \"923AAM\",\n        \"name\": \"Maître verrier (ancien)\"\n    },\n    {\n        \"id\": 1342,\n        \"code\": \"923AAN\",\n        \"name\": \"Musicien (ancien)\"\n    },\n    {\n        \"id\": 1343,\n        \"code\": \"923AAO\",\n        \"name\": \"Potier (ancien)\"\n    },\n    {\n        \"id\": 1344,\n        \"code\": \"923AAP\",\n        \"name\": \"Restaurateur d'objet d'art (ancien)\"\n    },\n    {\n        \"id\": 1345,\n        \"code\": \"923AAQ\",\n        \"name\": \"Scénographe (ancien)\"\n    },\n    {\n        \"id\": 1346,\n        \"code\": \"923AAR\",\n        \"name\": \"Conteur (ancien)\"\n    },\n    {\n        \"id\": 1347,\n        \"code\": \"923AAZ\",\n        \"name\": \"Activités artistiques (ancien)\"\n    },\n    {\n        \"id\": 1348,\n        \"code\": \"923BAA\",\n        \"name\": \"Services techniques des spectacles (ancien)\"\n    },\n    {\n        \"id\": 1349,\n        \"code\": \"923BAZ\",\n        \"name\": \"Services annexes aux spectacles (ancien)\"\n    },\n    {\n        \"id\": 1350,\n        \"code\": \"924ZAA\",\n        \"name\": \"Conception de jeux pour la presse (ancien)\"\n    },\n    {\n        \"id\": 1351,\n        \"code\": \"924ZAB\",\n        \"name\": \"Journaliste (ancien)\"\n    },\n    {\n        \"id\": 1352,\n        \"code\": \"924ZAC\",\n        \"name\": \"Photographe indépendant pour la presse (ancien)\"\n    },\n    {\n        \"id\": 1353,\n        \"code\": \"924ZAZ\",\n        \"name\": \"Agence de presse (ancien)\"\n    },\n    {\n        \"id\": 1354,\n        \"code\": \"925AAA\",\n        \"name\": \"Bibliothécaire indépendant (ancien)\"\n    },\n    {\n        \"id\": 1355,\n        \"code\": \"925AAZ\",\n        \"name\": \"Gestion des bibliothèques (ancien)\"\n    },\n    {\n        \"id\": 1356,\n        \"code\": \"926CAA\",\n        \"name\": \"Arbitre (ancien)\"\n    },\n    {\n        \"id\": 1357,\n        \"code\": \"926CAB\",\n        \"name\": \"Jockey (ancien)\"\n    },\n    {\n        \"id\": 1358,\n        \"code\": \"926CAC\",\n        \"name\": \"Professeur de fitness (ancien)\"\n    },\n    {\n        \"id\": 1359,\n        \"code\": \"926CAD\",\n        \"name\": \"Professeur de golf (ancien)\"\n    },\n    {\n        \"id\": 1360,\n        \"code\": \"926CAE\",\n        \"name\": \"Professeur de parapente (ancien)\"\n    },\n    {\n        \"id\": 1361,\n        \"code\": \"926CAF\",\n        \"name\": \"Professeur de patinage (ancien)\"\n    },\n    {\n        \"id\": 1362,\n        \"code\": \"926CAG\",\n        \"name\": \"Professeur de ski (ancien)\"\n    },\n    {\n        \"id\": 1363,\n        \"code\": \"926CAH\",\n        \"name\": \"Professeur de tennis (ancien)\"\n    },\n    {\n        \"id\": 1364,\n        \"code\": \"926CAI\",\n        \"name\": \"Professeur de yoga (ancien)\"\n    },\n    {\n        \"id\": 1365,\n        \"code\": \"926CAJ\",\n        \"name\": \"Professeur d'éducation  physique (ancien)\"\n    },\n    {\n        \"id\": 1366,\n        \"code\": \"926CAK\",\n        \"name\": \"Professeur d'équitation (ancien)\"\n    },\n    {\n        \"id\": 1367,\n        \"code\": \"926CAL\",\n        \"name\": \"Professeur d'escrime (ancien)\"\n    },\n    {\n        \"id\": 1368,\n        \"code\": \"926CAM\",\n        \"name\": \"Razeteur (ancien)\"\n    },\n    {\n        \"id\": 1369,\n        \"code\": \"926CAN\",\n        \"name\": \"Sportif professionnel (ancien)\"\n    },\n    {\n        \"id\": 1370,\n        \"code\": \"926CAO\",\n        \"name\": \"Professeur d'arts martiaux (ancien)\"\n    },\n    {\n        \"id\": 1371,\n        \"code\": \"926CAP\",\n        \"name\": \"Professeur d'autres sports et jeux (ancien)\"\n    },\n    {\n        \"id\": 1372,\n        \"code\": \"926CAQ\",\n        \"name\": \"Guide de montagne (ancien)\"\n    },\n    {\n        \"id\": 1373,\n        \"code\": \"926CAZ\",\n        \"name\": \"Autres activités sportives (ancien)\"\n    },\n    {\n        \"id\": 1374,\n        \"code\": \"927AAA\",\n        \"name\": \"Intermédiaire jeu de hasard (ancien)\"\n    },\n    {\n        \"id\": 1375,\n        \"code\": \"927AAZ\",\n        \"name\": \"Jeux de hasard et d'argent (ancien)\"\n    },\n    {\n        \"id\": 1376,\n        \"code\": \"927CAA\",\n        \"name\": \"Centre equestre (ancien)\"\n    },\n    {\n        \"id\": 1377,\n        \"code\": \"927CAB\",\n        \"name\": \"Professeur de bridge (ancien)\"\n    },\n    {\n        \"id\": 1378,\n        \"code\": \"927CAC\",\n        \"name\": \"Professeur d'échecs  (ancien)\"\n    },\n    {\n        \"id\": 1379,\n        \"code\": \"927CAD\",\n        \"name\": \"Œnologue (ancien)\"\n    },\n    {\n        \"id\": 1380,\n        \"code\": \"927CAZ\",\n        \"name\": \"Autres activités récréatives (ancien)\"\n    },\n    {\n        \"id\": 1381,\n        \"code\": \"930EAA\",\n        \"name\": \"Soins esthétiques - Maquillage (ancien)\"\n    },\n    {\n        \"id\": 1382,\n        \"code\": \"930EAZ\",\n        \"name\": \"Soins et beauté (ancien)\"\n    },\n    {\n        \"id\": 1383,\n        \"code\": \"930GAA\",\n        \"name\": \"Embaumeur thanatopracteur (ancien)\"\n    },\n    {\n        \"id\": 1384,\n        \"code\": \"930GAZ\",\n        \"name\": \"Soins aux défunts (ancien)\"\n    },\n    {\n        \"id\": 1385,\n        \"code\": \"930NAA\",\n        \"name\": \"Astrologie (ancien)\"\n    },\n    {\n        \"id\": 1386,\n        \"code\": \"930NAB\",\n        \"name\": \"Cartomancien tarologue (ancien)\"\n    },\n    {\n        \"id\": 1387,\n        \"code\": \"930NAC\",\n        \"name\": \"Conseil matrimonial (ancien)\"\n    },\n    {\n        \"id\": 1388,\n        \"code\": \"930NAD\",\n        \"name\": \"Correcteur de copies (ancien)\"\n    },\n    {\n        \"id\": 1389,\n        \"code\": \"930NAE\",\n        \"name\": \"Ecrivain public (ancien)\"\n    },\n    {\n        \"id\": 1390,\n        \"code\": \"930NAF\",\n        \"name\": \"Généalogiste (ancien)\"\n    },\n    {\n        \"id\": 1391,\n        \"code\": \"930NAG\",\n        \"name\": \"Graphologue (ancien)\"\n    },\n    {\n        \"id\": 1392,\n        \"code\": \"930NAH\",\n        \"name\": \"Parapsychologue (ancien)\"\n    },\n    {\n        \"id\": 1393,\n        \"code\": \"930NAI\",\n        \"name\": \"Radiesthésiste (ancien)\"\n    },\n    {\n        \"id\": 1394,\n        \"code\": \"930NAJ\",\n        \"name\": \"Relaxation (ancien)\"\n    },\n    {\n        \"id\": 1395,\n        \"code\": \"930NAK\",\n        \"name\": \"Tatoueur (ancien)\"\n    },\n    {\n        \"id\": 1396,\n        \"code\": \"930NAL\",\n        \"name\": \"Voyant Medium (ancien)\"\n    },\n    {\n        \"id\": 1397,\n        \"code\": \"930NAZ\",\n        \"name\": \"Autres services personnels (ancien)\"\n    },\n    {\n        \"id\": 1398,\n        \"code\": \"9319ZA\",\n        \"name\": \"Autres activités liés au sport\"\n    },\n    {\n        \"id\": 1399,\n        \"code\": \"9319ZB\",\n        \"name\": \"Arbitre\"\n    },\n    {\n        \"id\": 1400,\n        \"code\": \"9319ZC\",\n        \"name\": \"Jockey\"\n    },\n    {\n        \"id\": 1401,\n        \"code\": \"9319ZD\",\n        \"name\": \"Razeteur\"\n    },\n    {\n        \"id\": 1402,\n        \"code\": \"9319ZE\",\n        \"name\": \"Sportif professionnel\"\n    },\n    {\n        \"id\": 1403,\n        \"code\": \"9319ZF\",\n        \"name\": \"Guide de montagne\"\n    },\n    {\n        \"id\": 1404,\n        \"code\": \"9329ZB\",\n        \"name\": \"Autres activités récréatives et de loisirs (activité libérale)\"\n    },\n    {\n        \"id\": 1405,\n        \"code\": \"9603ZB\",\n        \"name\": \"Services funéraires (activité libérale)\"\n    },\n    {\n        \"id\": 1406,\n        \"code\": \"9603ZD\",\n        \"name\": \"Embaumeur thanatopracteur\"\n    },\n    {\n        \"id\": 1407,\n        \"code\": \"9609ZB\",\n        \"name\": \"Autres services personnel (activité libérale)\"\n    },\n    {\n        \"id\": 1408,\n        \"code\": \"9609ZH\",\n        \"name\": \"tatoueur\"\n    },\n    {\n        \"id\": 1409,\n        \"code\": \"9609ZJ\",\n        \"name\": \"Astrologie\"\n    },\n    {\n        \"id\": 1410,\n        \"code\": \"9609ZK\",\n        \"name\": \"Cartomancien tarologue\"\n    },\n    {\n        \"id\": 1411,\n        \"code\": \"9609ZL\",\n        \"name\": \"Ecrivain public\"\n    },\n    {\n        \"id\": 1412,\n        \"code\": \"9609ZM\",\n        \"name\": \"Généalogiste\"\n    },\n    {\n        \"id\": 1413,\n        \"code\": \"9609ZN\",\n        \"name\": \"Graphologue\"\n    },\n    {\n        \"id\": 1414,\n        \"code\": \"9609ZO\",\n        \"name\": \"Parapsychologue\"\n    },\n    {\n        \"id\": 1415,\n        \"code\": \"9609ZP\",\n        \"name\": \"Voyant médium\"\n    },\n    {\n        \"id\": 1416,\n        \"code\": \"9609ZQ\",\n        \"name\": \"Conseiller matrimonial\"\n    },\n    {\n        \"id\": 1417,\n        \"code\": \"0000Z\",\n        \"name\": \"En attente de chiffrement sans activité\"\n    }\n]"},{"id":"5e5122a4-6873-45a3-afd9-219f65d6e5d1","name":"Get one","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","type":"text","value":""},{"key":"society-id","value":"1","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/society/ape?code=0113Z","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","society","ape"],"query":[{"key":"code","value":"0113Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"name\": \"Culture de légumes, de melons, de racines et de tubercules\",\n        \"code\": \"0113Z\"\n    }\n]"}],"_postman_id":"869f5418-4b90-436e-8c2c-f5d7f3a99dd6"},{"name":"Flags","id":"89c16f64-b8c5-4d4f-b677-9dc81edcf20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/flags","description":"<p>📢 The complete static list of available flags kind in MyUnisoft</p>\n","urlObject":{"protocol":"https","path":["api","v1","flags"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"1cedc646-bdbe-4960-8bc1-3318dbeba453","name":"flags","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/flags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"1596442585.866154"},{"key":"X-Rate-Limit-Total","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 03 Aug 2020 08:16:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"352"}],"cookie":[],"responseTime":null,"body":"{\n    \"flag_types\": [\n        {\n            \"id\": 1,\n            \"code\": \"CCA\",\n            \"label\": \"Charges constatées d'avance\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 2,\n            \"code\": \"PCA\",\n            \"label\": \"Produits constatés d'avance\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 3,\n            \"code\": \"FNP\",\n            \"label\": \"Factures non parvenues\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 4,\n            \"code\": \"AAR\",\n            \"label\": \"Avoirs à recevoir\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 5,\n            \"code\": \"AAE\",\n            \"label\": \"Avoirs à établir\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 6,\n            \"code\": \"CAP_PER\",\n            \"label\": \"CAP Personnel\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 7,\n            \"code\": \"CAP_CS\",\n            \"label\": \"CAP Charges sociales\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 8,\n            \"code\": \"CAP_IT\",\n            \"label\": \"CAP Impôts et taxes\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 9,\n            \"code\": \"CAP_DIV\",\n            \"label\": \"CAP divers\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 11,\n            \"code\": \"FAE\",\n            \"label\": \"Factures à etablir\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 13,\n            \"code\": \"IMMO\",\n            \"label\": \"Immobilisation\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 16,\n            \"code\": \"CPE\",\n            \"label\": \"Charges et produits exceptionnels\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 17,\n            \"code\": \"CPE_ANT\",\n            \"label\": \"Charges et produits exceptionnels antérieurs\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 18,\n            \"code\": \"VEH\",\n            \"label\": \"Véhicule\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 19,\n            \"code\": \"C-B\",\n            \"label\": \"Crédit-bail\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 52,\n            \"code\": \"EMP\",\n            \"label\": \"Emprunt\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 10,\n            \"code\": \"CAP_INT\",\n            \"label\": \"CAP Intérêts courus non échus\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 53,\n            \"code\": \"PAR_DIV\",\n            \"label\": \"PAR Divers\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 54,\n            \"code\": \"PAR_INT\",\n            \"label\": \"PAR Intérêt\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 55,\n            \"code\": \"PAR_IT\",\n            \"label\": \"PAR Impôts et Taxes\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 56,\n            \"code\": \"PAR_CS\",\n            \"label\": \"PAR Charges Sociales\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 57,\n            \"code\": \"PAR_PER\",\n            \"label\": \"PAR Personnel\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 24,\n            \"code\": \"SUBV\",\n            \"label\": \"Subvention\",\n            \"is_worksheet\": true\n        },\n        {\n            \"id\": 58,\n            \"code\": \"INFO/PJ\",\n            \"label\": \"INFO/PJ\",\n            \"is_worksheet\": false\n        },\n        {\n            \"id\": 59,\n            \"code\": \"DB_DEBT\",\n            \"label\": \"Clients douteux\",\n            \"is_worksheet\": true\n        }\n    ]\n}"}],"_postman_id":"89c16f64-b8c5-4d4f-b677-9dc81edcf20b"},{"name":"Formes juridiques","id":"81c41f32-c8ef-49af-b288-37f97c251a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"{{root}}/api/v1/legal_form","description":"<p>📢This endpoint let you get all legal forms available</p>\n","urlObject":{"path":["api","v1","legal_form"],"host":["{{root}}"],"query":[],"variable":[]}},"response":[{"id":"517505fd-d2e3-4534-98dd-891d146a1881","name":"Formes juridiques","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"{{root}}/api/v1/legal_form"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 60,\n        \"name\": \"Agent commercial\",\n        \"code\": \"Agent commercial\",\n        \"code_edi\": \"AGC\"\n    },\n    {\n        \"id\": 71,\n        \"name\": \"Artisan\",\n        \"code\": \"Artisan\",\n        \"code_edi\": \"ATN\"\n    },\n    {\n        \"id\": 70,\n        \"name\": \"Artisan-commercant\",\n        \"code\": \"Artisan-commercant\",\n        \"code_edi\": \"ATC\"\n    },\n    {\n        \"id\": 314,\n        \"name\": \"Association non fiscalisée\",\n        \"code\": \"ASS\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Association déclarée\",\n        \"code\": \"Association\",\n        \"code_edi\": \"ASS\"\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Association de frais\",\n        \"code\": \"Association de frais\",\n        \"code_edi\": \"ASF\"\n    },\n    {\n        \"id\": 61,\n        \"name\": \"Associé gérant de société\",\n        \"code\": \"Associé gérant de société\",\n        \"code_edi\": \"AGS\"\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Assurance mutuelle agricole\",\n        \"code\": \"Assurance mutuelle agricole\",\n        \"code_edi\": \"AMA\"\n    },\n    {\n        \"id\": 55,\n        \"name\": \"Autorité administrative ou publique indépendante\",\n        \"code\": \"Autorité administrative ou publique indépendante\",\n        \"code_edi\": \"AAI\"\n    },\n    {\n        \"id\": 58,\n        \"name\": \"Autorité consitutionnel\",\n        \"code\": \"Autorité consitutionnel\",\n        \"code_edi\": \"ACT\"\n    },\n    {\n        \"id\": 56,\n        \"name\": \"(Autre) Collectivité territoriale\",\n        \"code\": \"(Autre) Collectivité territoriale\",\n        \"code_edi\": \"ACL\"\n    },\n    {\n        \"id\": 114,\n        \"name\": \"(Autre) Établissement public administratif local\",\n        \"code\": \"(Autre) Établissement public administratif local\",\n        \"code_edi\": \"EPA\"\n    },\n    {\n        \"id\": 115,\n        \"name\": \"Autre établissement public local de coopération non spécialisé ou entente\",\n        \"code\": \"Autre établissement public local de coopération non spécialisé ou entente\",\n        \"code_edi\": \"EPC\"\n    },\n    {\n        \"id\": 65,\n        \"name\": \"Autre Etablissement public national administratif à compétence territoriale limité\",\n        \"code\": \"Autre Etablissement public national administratif à compétence territoriale limité\",\n        \"code_edi\": \"APA\"\n    },\n    {\n        \"id\": 109,\n        \"name\": \"Autre établissement public national d’enseignements\",\n        \"code\": \"Autre établissmeent public national d’enseignements\",\n        \"code_edi\": \"ENE\"\n    },\n    {\n        \"id\": 132,\n        \"name\": \"Autre groupement de droit privé non doté de la personnalité morale\",\n        \"code\": \"Autre groupement de droit privé non doté de la personnalité morale\",\n        \"code_edi\": \"GDP\"\n    },\n    {\n        \"id\": 63,\n        \"name\": \"Autre organisme mutualiste\",\n        \"code\": \"Autre organisme mutualiste\",\n        \"code_edi\": \"AOM\"\n    },\n    {\n        \"id\": 64,\n        \"name\": \"Autre organisme professionnel\",\n        \"code\": \"Autre organisme professionnel\",\n        \"code_edi\": \"AOP\"\n    },\n    {\n        \"id\": 159,\n        \"name\": \"Autre personne de droit privé inscrite au registre du commerce et des sociétés\",\n        \"code\": \"Autre personne de droit privé inscrite au registre du commerce et des sociétés\",\n        \"code_edi\": \"PDP\"\n    },\n    {\n        \"id\": 67,\n        \"name\": \"Autre personne morale de droit administratif\",\n        \"code\": \"Autre personne morale de droit administratif\",\n        \"code_edi\": \"APM\"\n    },\n    {\n        \"id\": 164,\n        \"name\": \"Autre personne morale de droit privé\",\n        \"code\": \"Autre personne morale de droit privé\",\n        \"code_edi\": \"PMD\"\n    },\n    {\n        \"id\": 166,\n        \"name\": \"(Autre) Personne physique\",\n        \"code\": \"(Autre) Personne physique\",\n        \"code_edi\": \"PSP\"\n    },\n    {\n        \"id\": 69,\n        \"name\": \"Autre régime de prévoyance sociale\",\n        \"code\": \"Autre régime de prévoyance sociale\",\n        \"code_edi\": \"ARP\"\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Autres\",\n        \"code\": \"Autres\",\n        \"code_edi\": \"ZZZ\"\n    },\n    {\n        \"id\": 101,\n        \"name\": \"Autre service déconcentré de l'Etat à compétence territoriale\",\n        \"code\": \"Autre service déconcentré de l'Etat à compétence territoriale\",\n        \"code_edi\": \"DET\"\n    },\n    {\n        \"id\": 191,\n        \"name\": \"Autre société civile\",\n        \"code\": \"Autre société civile\",\n        \"code_edi\": \"SC\"\n    },\n    {\n        \"id\": 73,\n        \"name\": \"Cabinet\",\n        \"code\": \"Cabinet\",\n        \"code_edi\": \"CAB\"\n    },\n    {\n        \"id\": 75,\n        \"name\": \"Caisse de crédit agricole mutuelle\",\n        \"code\": \"Caisse de crédit agricole mutuelle\",\n        \"code_edi\": \"CAM\"\n    },\n    {\n        \"id\": 77,\n        \"name\": \"Caisse de crédit maritime mutuel\",\n        \"code\": \"Caisse de crédit maritime mutuel\",\n        \"code_edi\": \"CC1\"\n    },\n    {\n        \"id\": 80,\n        \"name\": \"Caisse de crédit municipale\",\n        \"code\": \"Caisse de crédit municipale\",\n        \"code_edi\": \"CCM\"\n    },\n    {\n        \"id\": 82,\n        \"name\": \"Caisse d'épargne et de prévoyance\",\n        \"code\": \"Caisse d'épargne et de prévoyance\",\n        \"code_edi\": \"CEP\"\n    },\n    {\n        \"id\": 119,\n        \"name\": \"Caisse d'épargne et de prévoyance à forme coopérative\",\n        \"code\": \"Caisse d'épargne et de prévoyance à forme coopérative\",\n        \"code_edi\": \"EPP\"\n    },\n    {\n        \"id\": 81,\n        \"name\": \"Caisse des écoles\",\n        \"code\": \"Caisse des écoles\",\n        \"code_edi\": \"CDE\"\n    },\n    {\n        \"id\": 78,\n        \"name\": \"Caisse (fédérale) de crédit mutuel\",\n        \"code\": \"Caisse (fédérale) de crédit mutuel\",\n        \"code_edi\": \"CC2\"\n    },\n    {\n        \"id\": 87,\n        \"name\": \"Caisse locale de crédit mutuel\",\n        \"code\": \"Caisse locale de crédit mutuel\",\n        \"code_edi\": \"CLC\"\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Comité d'Entreprise\",\n        \"code\": \"CE\",\n        \"code_edi\": \"CE\"\n    },\n    {\n        \"id\": 79,\n        \"name\": \"Centre communal d’action sociale\",\n        \"code\": \"Centre communal d’action sociale\",\n        \"code_edi\": \"CCA\"\n    },\n    {\n        \"id\": 84,\n        \"name\": \"Centre Intercommunal d’action sociale (CIAS)\",\n        \"code\": \"Centre Intercommunal d’action sociale (CIAS)\",\n        \"code_edi\": \"CIA\"\n    },\n    {\n        \"id\": 97,\n        \"name\": \"Centre technique industriel ou comité professionnel du développement économique\",\n        \"code\": \"Centre technique industriel ou comité professionnel du développement économique\",\n        \"code_edi\": \"CTE\"\n    },\n    {\n        \"id\": 86,\n        \"name\": \"Collectivité et territoire d’Outre-mer\",\n        \"code\": \"Collectivité et territoire d’Outre-mer\",\n        \"code_edi\": \"CL\"\n    },\n    {\n        \"id\": 74,\n        \"name\": \"Comité d’agglomération\",\n        \"code\": \"Comité d’agglomération\",\n        \"code_edi\": \"CAG\"\n    },\n    {\n        \"id\": 91,\n        \"name\": \"Commercant\",\n        \"code\": \"Commercant\",\n        \"code_edi\": \"CMT\"\n    },\n    {\n        \"id\": 206,\n        \"name\": \"Commission syndicale pour la gestion des biens indivis des communes\",\n        \"code\": \"Commission syndicale pour la gestion des biens indivis des communes\",\n        \"code_edi\": \"SGB\"\n    },\n    {\n        \"id\": 90,\n        \"name\": \"Commité d’établissement\",\n        \"code\": \"Commité d’établissement\",\n        \"code_edi\": \"CME\"\n    },\n    {\n        \"id\": 76,\n        \"name\": \"Communane associé et commune déléguée\",\n        \"code\": \"Communane associé et commune déléguée\",\n        \"code_edi\": \"CAS\"\n    },\n    {\n        \"id\": 88,\n        \"name\": \"Communauté de communes\",\n        \"code\": \"Communauté de communes\",\n        \"code_edi\": \"CMC\"\n    },\n    {\n        \"id\": 93,\n        \"name\": \"Communauté de villes\",\n        \"code\": \"Communauté de villes\",\n        \"code_edi\": \"CMV\"\n    },\n    {\n        \"id\": 92,\n        \"name\": \"Communauté urbaine\",\n        \"code\": \"Communauté urbaine\",\n        \"code_edi\": \"CMU\"\n    },\n    {\n        \"id\": 95,\n        \"name\": \"Commune et commune nouvelle\",\n        \"code\": \"Commune et commune nouvelle\",\n        \"code_edi\": \"COM\"\n    },\n    {\n        \"id\": 85,\n        \"name\": \"Compagnie\",\n        \"code\": \"Compagnie\",\n        \"code_edi\": \"CIE\"\n    },\n    {\n        \"id\": 83,\n        \"name\": \"Congrégation\",\n        \"code\": \"Congrégation\",\n        \"code_edi\": \"CGG\"\n    },\n    {\n        \"id\": 21,\n        \"name\": \"CUMA\",\n        \"code\": \"CUMA\",\n        \"code_edi\": \"CMA\"\n    },\n    {\n        \"id\": 102,\n        \"name\": \"Département\",\n        \"code\": \"Département\",\n        \"code_edi\": \"DPT\"\n    },\n    {\n        \"id\": 103,\n        \"name\": \"District urbain\",\n        \"code\": \"District urbain\",\n        \"code_edi\": \"DTU\"\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Exploitation Agricole à Responsabilité Limitée\",\n        \"code\": \"EARL\",\n        \"code_edi\": \"ARL\"\n    },\n    {\n        \"id\": 110,\n        \"name\": \"Ecole nationale non dotéede la personnalité morale\",\n        \"code\": \"Ecole nationale non dotéede la personnalité morale\",\n        \"code_edi\": \"ENP\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Entreprise individuelle à responsabilité limitée\",\n        \"code\": \"EIRL\",\n        \"code_edi\": \"EIR\"\n    },\n    {\n        \"id\": 111,\n        \"name\": \"Ensemble Urbain\",\n        \"code\": \"Ensemble Urbain\",\n        \"code_edi\": \"ENU\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Entreprise Individuelle\",\n        \"code\": \"Ent. Indiv.\",\n        \"code_edi\": \"EI\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Entreprise\",\n        \"code\": \"Entreprise\",\n        \"code_edi\": \"ENT\"\n    },\n    {\n        \"id\": 94,\n        \"name\": \"Entreprise collective\",\n        \"code\": \"Entreprise collective\",\n        \"code_edi\": \"COL\"\n    },\n    {\n        \"id\": 121,\n        \"name\": \"Etablissement\",\n        \"code\": \"Etablissement\",\n        \"code_edi\": \"ETS\"\n    },\n    {\n        \"id\": 107,\n        \"name\": \"Etablissement d’hospitalisation\",\n        \"code\": \"Etablissement d’hospitalisation\",\n        \"code_edi\": \"EHP\"\n    },\n    {\n        \"id\": 105,\n        \"name\": \"Etablissement public administratif, cercle et foyers dans les armée\",\n        \"code\": \"Etablissement public administratif, cercle et foyers dans les armée\",\n        \"code_edi\": \"CDF\"\n    },\n    {\n        \"id\": 104,\n        \"name\": \"Etablissement public des cultes d’Alsace Lorraine\",\n        \"code\": \"Etablissement public des cultes d’Alsace Lorraine\",\n        \"code_edi\": \"ECA\"\n    },\n    {\n        \"id\": 106,\n        \"name\": \"Etablissement public local à caractère industriel ou commercial\",\n        \"code\": \"Etablissement public local à caractère industriel ou commercial\",\n        \"code_edi\": \"ECI\"\n    },\n    {\n        \"id\": 108,\n        \"name\": \"Etablissement public local culturel\",\n        \"code\": \"Etablissement public local culturel\",\n        \"code_edi\": \"ELC\"\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Etablissement public local d’enseignement\",\n        \"code\": \"Etablissement public local d’enseignement\",\n        \"code_edi\": \"APE\"\n    },\n    {\n        \"id\": 117,\n        \"name\": \"Etablissement public local social et médico-social\",\n        \"code\": \"Etablissement public local social et médico-social\",\n        \"code_edi\": \"EPL\"\n    },\n    {\n        \"id\": 68,\n        \"name\": \"Etablissement public national à caractère administratif\",\n        \"code\": \"Etablissement public national à caractère administratif\",\n        \"code_edi\": \"APN\"\n    },\n    {\n        \"id\": 113,\n        \"name\": \"Etablissement public national à caractère indusctriel ou commercial  non doté d’un comptable public.\",\n        \"code\": \"Etablissement public national à caractère indusctriel ou commercial  non doté d’un comptable public.\",\n        \"code_edi\": \"EP2\"\n    },\n    {\n        \"id\": 112,\n        \"name\": \"Etablissement public national à caractère industriel ou commerciale doté d’un comptable public\",\n        \"code\": \"Etablissement public national à caractère industriel ou commerciale doté d’un comptable public\",\n        \"code_edi\": \"EP1\"\n    },\n    {\n        \"id\": 120,\n        \"name\": \"Etablissement public national à caractère scientifique culturel et professionnel\",\n        \"code\": \"Etablissement public national à caractère scientifique culturel et professionnel\",\n        \"code_edi\": \"EPS\"\n    },\n    {\n        \"id\": 118,\n        \"name\": \"Etablissement public national ayant fonction d'administration centrale\",\n        \"code\": \"Etablissement public national ayant fonction d'administration centrale\",\n        \"code_edi\": \"EPN\"\n    },\n    {\n        \"id\": 116,\n        \"name\": \"État, collectivité ou établissement public étranger\",\n        \"code\": \"État, collectivité ou établissement public étranger\",\n        \"code_edi\": \"EPE\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Entreprise Unipersonnelle à Responsabilité Limitée\",\n        \"code\": \"EURL\",\n        \"code_edi\": \"ERL\"\n    },\n    {\n        \"id\": 122,\n        \"name\": \"Exploitant agricole\",\n        \"code\": \"Exploitant agricole\",\n        \"code_edi\": \"EXA\"\n    },\n    {\n        \"id\": 123,\n        \"name\": \"Exploitant public\",\n        \"code\": \"Exploitant public\",\n        \"code_edi\": \"EXP\"\n    },\n    {\n        \"id\": 52,\n        \"name\": \"Fonds de dotation\",\n        \"code\": \"FDD\",\n        \"code_edi\": \"FDD\"\n    },\n    {\n        \"id\": 125,\n        \"name\": \"Fédération\",\n        \"code\": \"Fédération\",\n        \"code_edi\": \"FED\"\n    },\n    {\n        \"id\": 124,\n        \"name\": \"Fiducie\",\n        \"code\": \"Fiducie\",\n        \"code_edi\": \"FDC\"\n    },\n    {\n        \"id\": 54,\n        \"name\": \"Fondation\",\n        \"code\": \"Fondation\",\n        \"code_edi\": \"FDT\"\n    },\n    {\n        \"id\": 126,\n        \"name\": \"Fonds à forme sociétale à conseil d'administration\",\n        \"code\": \"Fonds à forme sociétale à conseil d'administration\",\n        \"code_edi\": \"FFC\"\n    },\n    {\n        \"id\": 127,\n        \"name\": \"Fonds à forme sociétale à directoire\",\n        \"code\": \"Fonds à forme sociétale à directoire\",\n        \"code_edi\": \"FFS\"\n    },\n    {\n        \"id\": 25,\n        \"name\": \"Groupement agricole d'exploitation en commun\",\n        \"code\": \"GAEC\",\n        \"code_edi\": \"GEC\"\n    },\n    {\n        \"id\": 316,\n        \"name\": \"Groupement de coopération sociale et médico-sociale\",\n        \"code\": \"GCSMS\",\n        \"code_edi\": \"GCS\"\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Groupement Foncier Agricole\",\n        \"code\": \"GFA\",\n        \"code_edi\": \"GFA\"\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Groupement d'intérêt économique\",\n        \"code\": \"GIE\",\n        \"code_edi\": \"GIE\"\n    },\n    {\n        \"id\": 130,\n        \"name\": \"Groupement agricole foncier\",\n        \"code\": \"Groupement agricole foncier\",\n        \"code_edi\": \"GAF\"\n    },\n    {\n        \"id\": 131,\n        \"name\": \"Groupement de coopération sanitaire à gestion privée\",\n        \"code\": \"Groupement de coopération sanitaire à gestion privée\",\n        \"code_edi\": \"GCS\"\n    },\n    {\n        \"id\": 96,\n        \"name\": \"Groupement de coopération sanitaire à gestion publique\",\n        \"code\": \"Groupement de coopération sanitaire à gestion publique\",\n        \"code_edi\": \"CSG\"\n    },\n    {\n        \"id\": 138,\n        \"name\": \"Groupement d'employeurs\",\n        \"code\": \"Groupement d'employeurs\",\n        \"code_edi\": \"GPT\"\n    },\n    {\n        \"id\": 136,\n        \"name\": \"Groupement d'intérêt public (GIP)\",\n        \"code\": \"Groupement d'intérêt public (GIP)\",\n        \"code_edi\": \"GIP\"\n    },\n    {\n        \"id\": 133,\n        \"name\": \"Groupement européen d'intérêt économique (GEIE)\",\n        \"code\": \"Groupement européen d'intérêt économique (GEIE)\",\n        \"code_edi\": \"GEI\"\n    },\n    {\n        \"id\": 135,\n        \"name\": \"Groupement foncier et rural\",\n        \"code\": \"Groupement foncier et rural\",\n        \"code_edi\": \"GFR\"\n    },\n    {\n        \"id\": 134,\n        \"name\": \"Groupement forestier\",\n        \"code\": \"Groupement forestier\",\n        \"code_edi\": \"GF\"\n    },\n    {\n        \"id\": 137,\n        \"name\": \"Groupement pastoral\",\n        \"code\": \"Groupement pastoral\",\n        \"code_edi\": \"GPP\"\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Indivision\",\n        \"code\": \"Indivision\",\n        \"code_edi\": \"IND\"\n    },\n    {\n        \"id\": 143,\n        \"name\": \"Indivision avec personne morale\",\n        \"code\": \"Indivision avec personne morale\",\n        \"code_edi\": \"IPM\"\n    },\n    {\n        \"id\": 144,\n        \"name\": \"Indivision entre personnes physiques\",\n        \"code\": \"Indivision entre personnes physiques\",\n        \"code_edi\": \"IPP\"\n    },\n    {\n        \"id\": 139,\n        \"name\": \"Institution Banque de France\",\n        \"code\": \"Institution Banque de France\",\n        \"code_edi\": \"IBF\"\n    },\n    {\n        \"id\": 147,\n        \"name\": \"Institution de prévoyance\",\n        \"code\": \"Institution de prévoyance\",\n        \"code_edi\": \"ITP\"\n    },\n    {\n        \"id\": 145,\n        \"name\": \"Institution de retraite complémentaire\",\n        \"code\": \"Institution de retraite complémentaire\",\n        \"code_edi\": \"IRC\"\n    },\n    {\n        \"id\": 146,\n        \"name\": \"Institution de retraite supplémentaire\",\n        \"code\": \"Institution de retraite supplémentaire\",\n        \"code_edi\": \"IRS\"\n    },\n    {\n        \"id\": 141,\n        \"name\": \"Institution interdépartementale ou entente\",\n        \"code\": \"Institution interdépartementale ou entente\",\n        \"code_edi\": \"IID\"\n    },\n    {\n        \"id\": 142,\n        \"name\": \"Institution interrégionale ou entente\",\n        \"code\": \"Institution interrégionale ou entente\",\n        \"code_edi\": \"IIT\"\n    },\n    {\n        \"id\": 152,\n        \"name\": \"Métropole\",\n        \"code\": \"Métropole\",\n        \"code_edi\": \"MTP\"\n    },\n    {\n        \"id\": 150,\n        \"name\": \"Ministère\",\n        \"code\": \"Ministère\",\n        \"code_edi\": \"MNS\"\n    },\n    {\n        \"id\": 151,\n        \"name\": \"Mutualité sociale agricole\",\n        \"code\": \"Mutualité sociale agricole\",\n        \"code_edi\": \"MSA\"\n    },\n    {\n        \"id\": 153,\n        \"name\": \"Mutuelle\",\n        \"code\": \"Mutuelle\",\n        \"code_edi\": \"MUT\"\n    },\n    {\n        \"id\": 157,\n        \"name\": \"Office public d'habitation à loyer modéré (OPHLM)\",\n        \"code\": \"Office public d'habitation à loyer modéré (OPHLM)\",\n        \"code_edi\": \"OPH\"\n    },\n    {\n        \"id\": 158,\n        \"name\": \"Officier public ou ministériel\",\n        \"code\": \"Officier public ou ministériel\",\n        \"code_edi\": \"OPM\"\n    },\n    {\n        \"id\": 28,\n        \"name\": \"OGEC\",\n        \"code\": \"OGEC\",\n        \"code_edi\": \"ASS\"\n    },\n    {\n        \"id\": 156,\n        \"name\": \"Ordre professionnel ou assimilé\",\n        \"code\": \"Ordre professionnel ou assimilé\",\n        \"code_edi\": \"OPA\"\n    },\n    {\n        \"id\": 155,\n        \"name\": \"Organisation internationale\",\n        \"code\": \"Organisation internationale\",\n        \"code_edi\": \"OGI\"\n    },\n    {\n        \"id\": 154,\n        \"name\": \"Organisme consulaire\",\n        \"code\": \"Organisme consulaire\",\n        \"code_edi\": \"OGC\"\n    },\n    {\n        \"id\": 163,\n        \"name\": \"Paroisse hors zone concordataire\",\n        \"code\": \"Paroisse hors zone concordataire\",\n        \"code_edi\": \"PHZ\"\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Particulier\",\n        \"code\": \"Particulier\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Personne morale de droit étranger\",\n        \"code\": \"Personne morale de droit étranger\",\n        \"code_edi\": \"PME\"\n    },\n    {\n        \"id\": 160,\n        \"name\": \"Pôle d'équilibre territorial et rural (PETR)\",\n        \"code\": \"Pôle d'équilibre territorial et rural (PETR)\",\n        \"code_edi\": \"PET\"\n    },\n    {\n        \"id\": 165,\n        \"name\": \"Pôle métropolitain\",\n        \"code\": \"Pôle métropolitain\",\n        \"code_edi\": \"PMT\"\n    },\n    {\n        \"id\": 162,\n        \"name\": \"Profession libérale\",\n        \"code\": \"Profession libérale\",\n        \"code_edi\": \"PFL\"\n    },\n    {\n        \"id\": 168,\n        \"name\": \"Régie d'une collectivité locale à caractère administratif\",\n        \"code\": \"Régie d'une collectivité locale à caractère administratif\",\n        \"code_edi\": \"RCA\"\n    },\n    {\n        \"id\": 169,\n        \"name\": \"Régie d'une collectivité locale à caractère industriel ou commercial\",\n        \"code\": \"Régie d'une collectivité locale à caractère industriel ou commercial\",\n        \"code_edi\": \"RCL\"\n    },\n    {\n        \"id\": 167,\n        \"name\": \"Régime d'assurance chômage\",\n        \"code\": \"Régime d'assurance chômage\",\n        \"code_edi\": \"RAC\"\n    },\n    {\n        \"id\": 172,\n        \"name\": \"Régime général de la Sécurité Sociale\",\n        \"code\": \"Régime général de la Sécurité Sociale\",\n        \"code_edi\": \"RGS\"\n    },\n    {\n        \"id\": 173,\n        \"name\": \"Régime maladie des non-salariés non agricoles\",\n        \"code\": \"Régime maladie des non-salariés non agricoles\",\n        \"code_edi\": \"RMN\"\n    },\n    {\n        \"id\": 174,\n        \"name\": \"Régime spécial de Sécurité Sociale\",\n        \"code\": \"Régime spécial de Sécurité Sociale\",\n        \"code_edi\": \"RSS\"\n    },\n    {\n        \"id\": 175,\n        \"name\": \"Régime vieillesse ne dépendant pas du régime général de la Sécurité Sociale\",\n        \"code\": \"Régime vieillesse ne dépendant pas du régime général de la Sécurité Sociale\",\n        \"code_edi\": \"RVI\"\n    },\n    {\n        \"id\": 170,\n        \"name\": \"Région\",\n        \"code\": \"Région\",\n        \"code_edi\": \"REG\"\n    },\n    {\n        \"id\": 171,\n        \"name\": \"Représentation ou agence commerciale d'état ou organisme public étranger immatriculé au RCS\",\n        \"code\": \"Représentation ou agence commerciale d'état ou organisme public étranger immatriculé au RCS\",\n        \"code_edi\": \"REI\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Société Anonyme\",\n        \"code\": \"SA\",\n        \"code_edi\": \"SA\"\n    },\n    {\n        \"id\": 187,\n        \"name\": \"SA à conseil d'administration (s.a.i.)\",\n        \"code\": \"SA à conseil d'administration (s.a.i.)\",\n        \"code_edi\": \"SAI\"\n    },\n    {\n        \"id\": 200,\n        \"name\": \"SA à directoire (s.a.i.)\",\n        \"code\": \"SA à directoire (s.a.i.)\",\n        \"code_edi\": \"SDT\"\n    },\n    {\n        \"id\": 223,\n        \"name\": \"SA à participation ouvrière à conseil d'administration\",\n        \"code\": \"SA à participation ouvrière à conseil d'administration\",\n        \"code_edi\": \"SPA\"\n    },\n    {\n        \"id\": 226,\n        \"name\": \"SA à participation ouvrière à directoire\",\n        \"code\": \"SA à participation ouvrière à directoire\",\n        \"code_edi\": \"SPO\"\n    },\n    {\n        \"id\": 185,\n        \"name\": \"SA d'aménagement foncier et d'équipement rural (SAFER) à conseil d'administration\",\n        \"code\": \"SA d'aménagement foncier et d'équipement rural (SAFER) à conseil d'administration\",\n        \"code_edi\": \"SAF\"\n    },\n    {\n        \"id\": 182,\n        \"name\": \"SA d'attribution à conseil d'administration\",\n        \"code\": \"SA d'attribution à conseil d'administration\",\n        \"code_edi\": \"SAC\"\n    },\n    {\n        \"id\": 190,\n        \"name\": \"SA d'attribution à directoire\",\n        \"code\": \"SA d'attribution à directoire\",\n        \"code_edi\": \"SAT\"\n    },\n    {\n        \"id\": 193,\n        \"name\": \"SA de crédit immobilier à conseil d'administration\",\n        \"code\": \"SA de crédit immobilier à conseil d'administration\",\n        \"code_edi\": \"SC3\"\n    },\n    {\n        \"id\": 89,\n        \"name\": \"SA de crédit immobilier à directoire\",\n        \"code\": \"SA de crédit immobilier à directoire\",\n        \"code_edi\": \"CMD\"\n    },\n    {\n        \"id\": 207,\n        \"name\": \"SA de HLM à conseil d'administration\",\n        \"code\": \"SA de HLM à conseil d'administration\",\n        \"code_edi\": \"SHC\"\n    },\n    {\n        \"id\": 208,\n        \"name\": \"SA de HLM à directoire\",\n        \"code\": \"SA de HLM à directoire\",\n        \"code_edi\": \"SHD\"\n    },\n    {\n        \"id\": 183,\n        \"name\": \"Safer anonyme à directoire\",\n        \"code\": \"Safer anonyme à directoire\",\n        \"code_edi\": \"SAD\"\n    },\n    {\n        \"id\": 212,\n        \"name\": \"SA immobilière d'investissement à conseil d'administration\",\n        \"code\": \"SA immobilière d'investissement à conseil d'administration\",\n        \"code_edi\": \"SII\"\n    },\n    {\n        \"id\": 210,\n        \"name\": \"SA immobilière d'investissement à directoire\",\n        \"code\": \"SA immobilière d'investissement à directoire\",\n        \"code_edi\": \"SI2\"\n    },\n    {\n        \"id\": 140,\n        \"name\": \"SA immobilière pour le commerce et l'industrie (SICOMI) à conseil d'administration\",\n        \"code\": \"SA immobilière pour le commerce et l'industrie (SICOMI) à conseil d'administration\",\n        \"code_edi\": \"ICI\"\n    },\n    {\n        \"id\": 209,\n        \"name\": \"SA immobilière pour le commerce et l'industrie (SICOMI) à directoire\",\n        \"code\": \"SA immobilière pour le commerce et l'industrie (SICOMI) à directoire\",\n        \"code_edi\": \"SI1\"\n    },\n    {\n        \"id\": 217,\n        \"name\": \"SA mixte d'intérêt agricole (SMIA)\",\n        \"code\": \"SA mixte d'intérêt agricole (SMIA)\",\n        \"code_edi\": \"SMI\"\n    },\n    {\n        \"id\": 219,\n        \"name\": \"SA nationale à conseil d'administration\",\n        \"code\": \"SA nationale à conseil d'administration\",\n        \"code_edi\": \"SN3\"\n    },\n    {\n        \"id\": 221,\n        \"name\": \"SA nationale à directoire\",\n        \"code\": \"SA nationale à directoire\",\n        \"code_edi\": \"SND\"\n    },\n    {\n        \"id\": 1,\n        \"name\": \"Société à Responsabilité Limitée\",\n        \"code\": \"SARL\",\n        \"code_edi\": \"SRL\"\n    },\n    {\n        \"id\": 177,\n        \"name\": \"SARL d'aménagement foncier et d'équipement rural (SAFER)\",\n        \"code\": \"SARL d'aménagement foncier et d'équipement rural (SAFER)\",\n        \"code_edi\": \"S05\"\n    },\n    {\n        \"id\": 179,\n        \"name\": \"SARL d'attribution\",\n        \"code\": \"SARL d'attribution\",\n        \"code_edi\": \"S08\"\n    },\n    {\n        \"id\": 211,\n        \"name\": \"SARL immobilière de gestion\",\n        \"code\": \"SARL immobilière de gestion\",\n        \"code_edi\": \"SIG\"\n    },\n    {\n        \"id\": 181,\n        \"name\": \"SARL immobilière pour le commerce et l'industrie (SICOMI)\",\n        \"code\": \"SARL immobilière pour le commerce et l'industrie (SICOMI)\",\n        \"code_edi\": \"SA3\"\n    },\n    {\n        \"id\": 178,\n        \"name\": \"SARL mixte d'intérêt agricole (SMIA)\",\n        \"code\": \"SARL mixte d'intérêt agricole (SMIA)\",\n        \"code_edi\": \"S06\"\n    },\n    {\n        \"id\": 176,\n        \"name\": \"SARL nationale\",\n        \"code\": \"SARL nationale\",\n        \"code_edi\": \"S01\"\n    },\n    {\n        \"id\": 180,\n        \"name\": \"SARL unipersonnelle\",\n        \"code\": \"SARL unipersonnelle\",\n        \"code_edi\": \"S17\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Société par Actions Simplifiée\",\n        \"code\": \"SAS\",\n        \"code_edi\": \"SAS\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \" Société par Actions Simplifiée Unipersonnelle\",\n        \"code\": \"SASU\",\n        \"code_edi\": \"SAA\"\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Sociétés Civiles\",\n        \"code\": \"SC\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 43,\n        \"name\": \"Société en commandite par actions\",\n        \"code\": \"SCA\",\n        \"code_edi\": \"SCA\"\n    },\n    {\n        \"id\": 53,\n        \"name\": \"Société Civile de Construction Attribution\",\n        \"code\": \"SCCA\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Société Civile de Construction-Vente\",\n        \"code\": \"SCCV\",\n        \"code_edi\": \"SCV\"\n    },\n    {\n        \"id\": 31,\n        \"name\": \"Societe civile D'exploitation agricole\",\n        \"code\": \"SCEA\",\n        \"code_edi\": \"SEA\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Société Civile Immobilière\",\n        \"code\": \"SCI\",\n        \"code_edi\": \"SCI\"\n    },\n    {\n        \"id\": 33,\n        \"name\": \"SCI de location\",\n        \"code\": \"SCI de location\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 34,\n        \"name\": \"Société civile de moyens\",\n        \"code\": \"SCM\",\n        \"code_edi\": \"SCM\"\n    },\n    {\n        \"id\": 280,\n        \"name\": \"SARL coopérative ouvrière de production\",\n        \"code\": \"SCOP\",\n        \"code_edi\": \"S14\"\n    },\n    {\n        \"id\": 35,\n        \"name\": \"Société Coopérative et Participative\",\n        \"code\": \"SCOP\",\n        \"code_edi\": \"SCO\"\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Sociétés Civiles Professionnelles\",\n        \"code\": \"SCP\",\n        \"code_edi\": \"SCP\"\n    },\n    {\n        \"id\": 306,\n        \"name\": \"Société civile de placement collectif immobilier \",\n        \"code\": \"SCPI\",\n        \"code_edi\": \"SPI\"\n    },\n    {\n        \"id\": 36,\n        \"name\": \"Société en commandite simple\",\n        \"code\": \"SCS\",\n        \"code_edi\": \"SCS\"\n    },\n    {\n        \"id\": 230,\n        \"name\": \"Secteur de commune\",\n        \"code\": \"Secteur de commune\",\n        \"code_edi\": \"STC\"\n    },\n    {\n        \"id\": 218,\n        \"name\": \"Section de commune\",\n        \"code\": \"Section de commune\",\n        \"code_edi\": \"SMM\"\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Société d'Exercice Libéral A Responsabilité Limitée\",\n        \"code\": \"SELARL\",\n        \"code_edi\": \"SLR\"\n    },\n    {\n        \"id\": 38,\n        \"name\": \"Société d'exercice libéral par actions simplifiée\",\n        \"code\": \"SELAS\",\n        \"code_edi\": \"SL1\"\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Société d'exercice Libéral Unipersonnelle à Responsabilité Limitée\",\n        \"code\": \"SELURL\",\n        \"code_edi\": \"SLU\"\n    },\n    {\n        \"id\": 39,\n        \"name\": \"Société d'économie mixte\",\n        \"code\": \"SEM\",\n        \"code_edi\": \"SEM\"\n    },\n    {\n        \"id\": 51,\n        \"name\": \"Société en participation\",\n        \"code\": \"SEP\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 148,\n        \"name\": \"Service central d'un ministère\",\n        \"code\": \"Service central d'un ministère\",\n        \"code_edi\": \"MIN\"\n    },\n    {\n        \"id\": 98,\n        \"name\": \"Service déconcentré à compétence national d’un ministère (hors défense)\",\n        \"code\": \"Service déconcentré à compétence national d’un ministère (hors défense)\",\n        \"code_edi\": \"DCN\"\n    },\n    {\n        \"id\": 100,\n        \"name\": \"Service déconcentré de l'Etat à compétence (inter)départementale\",\n        \"code\": \"Service déconcentré de l'Etat à compétence (inter)départementale\",\n        \"code_edi\": \"DED\"\n    },\n    {\n        \"id\": 99,\n        \"name\": \"Service déconcentré de l'Etat à compétence (inter)régionale\",\n        \"code\": \"Service déconcentré de l'Etat à compétence (inter)régionale\",\n        \"code_edi\": \"DEC\"\n    },\n    {\n        \"id\": 199,\n        \"name\": \"Service départemental d'incendie et de secours (SDIS)\",\n        \"code\": \"Service départemental d'incendie et de secours (SDIS)\",\n        \"code_edi\": \"SDI\"\n    },\n    {\n        \"id\": 149,\n        \"name\": \"Service du ministère de la Défense\",\n        \"code\": \"Service du ministère de la Défense\",\n        \"code_edi\": \"MND\"\n    },\n    {\n        \"id\": 296,\n        \"name\": \"SA d'intérêt collectif agricole\",\n        \"code\": \"SICA\",\n        \"code_edi\": \"SIC\"\n    },\n    {\n        \"id\": 274,\n        \"name\": \"SARL d'intérêt collectif agricole (SICA) \",\n        \"code\": \"SICA\",\n        \"code_edi\": \"S07\"\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Société d'intérêt collectif agricole\",\n        \"code\": \"SICA\",\n        \"code_edi\": \"SIA\"\n    },\n    {\n        \"id\": 297,\n        \"name\": \"Syndicat intercommunal à vocation multiple\",\n        \"code\": \"SIVOM\",\n        \"code_edi\": \"SIT\"\n    },\n    {\n        \"id\": 298,\n        \"name\": \"Syndicat intercommunal à vocation unique \",\n        \"code\": \"SIVU\",\n        \"code_edi\": \"SIU\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Société en Nom Collectif\",\n        \"code\": \"SNC\",\n        \"code_edi\": \"SNC\"\n    },\n    {\n        \"id\": 184,\n        \"name\": \"Société anonyme d'exploitation\",\n        \"code\": \"Société anonyme d'exploitation\",\n        \"code_edi\": \"SAE\"\n    },\n    {\n        \"id\": 188,\n        \"name\": \"Société anonyme mixte d'intérêt agricole (SMIA) à conseil d'administration\",\n        \"code\": \"Société anonyme mixte d'intérêt agricole (SMIA) à conseil d'administration\",\n        \"code_edi\": \"SAM\"\n    },\n    {\n        \"id\": 72,\n        \"name\": \"Société civile d'attribution\",\n        \"code\": \"Société civile d'attribution\",\n        \"code_edi\": \"ATT\"\n    },\n    {\n        \"id\": 231,\n        \"name\": \"Société civile de vente volontaire\",\n        \"code\": \"Société civile de vente volontaire\",\n        \"code_edi\": \"SVV\"\n    },\n    {\n        \"id\": 194,\n        \"name\": \"Société civile d'exploitation\",\n        \"code\": \"Société civile d’exploitation\",\n        \"code_edi\": \"SCE\"\n    },\n    {\n        \"id\": 205,\n        \"name\": \"Société civile d'exploitation vinicole\",\n        \"code\": \"Société civile d'exploitation vinicole\",\n        \"code_edi\": \"SEV\"\n    },\n    {\n        \"id\": 195,\n        \"name\": \"Société civile foncière\",\n        \"code\": \"Société civile foncière\",\n        \"code_edi\": \"SCF\"\n    },\n    {\n        \"id\": 196,\n        \"name\": \"Société civile Holding\",\n        \"code\": \"Société civile Holding\",\n        \"code_edi\": \"SCH\"\n    },\n    {\n        \"id\": 213,\n        \"name\": \"Société civile immobilière d'accession progressive à la propriété\",\n        \"code\": \"Société civile immobilière d'accession progressive à la propriété\",\n        \"code_edi\": \"SIP\"\n    },\n    {\n        \"id\": 216,\n        \"name\": \"Société civile laitière\",\n        \"code\": \"Société civile laitière\",\n        \"code_edi\": \"SLT\"\n    },\n    {\n        \"id\": 41,\n        \"name\": \"Société civile participation\",\n        \"code\": \"Société civile participation\",\n        \"code_edi\": \"SPG\"\n    },\n    {\n        \"id\": 192,\n        \"name\": \"Société commerciale étrangère immatriculée au RCS\",\n        \"code\": \"Société commerciale étrangère immatriculée au RCS\",\n        \"code_edi\": \"SC1\"\n    },\n    {\n        \"id\": 202,\n        \"name\": \"Société créée de fait (avec personne morale)\",\n        \"code\": \"Société créée de fait (avec personne morale)\",\n        \"code_edi\": \"SEF\"\n    },\n    {\n        \"id\": 227,\n        \"name\": \"Société créée de fait entre personnes physiques\",\n        \"code\": \"Société créée de fait entre personnes physiques\",\n        \"code_edi\": \"SPY\"\n    },\n    {\n        \"id\": 59,\n        \"name\": \"Société d’assurance à forme mutuelle\",\n        \"code\": \"Société d’assurance à forme mutuelle\",\n        \"code_edi\": \"AFM\"\n    },\n    {\n        \"id\": 197,\n        \"name\": \"Société de caution mutuelle\",\n        \"code\": \"Société de caution mutuelle\",\n        \"code_edi\": \"SCT\"\n    },\n    {\n        \"id\": 198,\n        \"name\": \"Société de droit étranger\",\n        \"code\": \"Société de droit étranger\",\n        \"code_edi\": \"SDE\"\n    },\n    {\n        \"id\": 42,\n        \"name\": \"Société\",\n        \"code\": \"Société de fait\",\n        \"code_edi\": \"STE\"\n    },\n    {\n        \"id\": 57,\n        \"name\": \"Société de participation financières de professions libérale (SAS)\",\n        \"code\": \"Société de participation financières de professions libérale (SAS)\",\n        \"code_edi\": \"ACS\"\n    },\n    {\n        \"id\": 128,\n        \"name\": \"Société de Participations Financières de Profession Libérale Société anonyme à conseil d'administration (SPFPL SA à conseil d'administration)\",\n        \"code\": \"Société de Participations Financières de Profession Libérale Société anonyme à conseil d'administration (SPFPL SA à conseil d'administration)\",\n        \"code_edi\": \"FPL\"\n    },\n    {\n        \"id\": 129,\n        \"name\": \"Société de Participations Financières de Profession Libérale Société anonyme à Directoire (SPFPL SA à directoire)\",\n        \"code\": \"Société de Participations Financières de Profession Libérale Société anonyme à Directoire (SPFPL SA à directoire)\",\n        \"code_edi\": \"FPR\"\n    },\n    {\n        \"id\": 224,\n        \"name\": \"Société de Participations Financières de Profession Libérale Société à responsabilité limitée (SPFPL SARL)\",\n        \"code\": \"Société de Participations Financières de Profession Libérale Société à responsabilité limitée (SPFPL SARL)\",\n        \"code_edi\": \"SPF\"\n    },\n    {\n        \"id\": 161,\n        \"name\": \"Société de Participations Financières de Profession Libérale Société en commandite par actions (SPFPL SCA)\",\n        \"code\": \"Société de Participations Financières de Profession Libérale Société en commandite par actions (SPFPL SCA)\",\n        \"code_edi\": \"PFI\"\n    },\n    {\n        \"id\": 214,\n        \"name\": \"Société d'exercice libéral à forme anonyme à conseil d'administration\",\n        \"code\": \"Société d'exercice libéral à forme anonyme à conseil d'administration\",\n        \"code_edi\": \"SLA\"\n    },\n    {\n        \"id\": 201,\n        \"name\": \"Société d'exercice libéral à forme anonyme à directoire\",\n        \"code\": \"Société d'exercice libéral à forme anonyme à directoire\",\n        \"code_edi\": \"SE1\"\n    },\n    {\n        \"id\": 215,\n        \"name\": \"Société d'exercice libéral en commandite par actions\",\n        \"code\": \"Société d'exercice libéral en commandite par actions\",\n        \"code_edi\": \"SLC\"\n    },\n    {\n        \"id\": 203,\n        \"name\": \"Société d'exploitation libérale à forme anonyme\",\n        \"code\": \"Société d'exploitation libérale à forme anonyme\",\n        \"code_edi\": \"SEL\"\n    },\n    {\n        \"id\": 220,\n        \"name\": \"Société en non collectif\",\n        \"code\": \"Société en non collectif\",\n        \"code_edi\": \"SNC\"\n    },\n    {\n        \"id\": 228,\n        \"name\": \"Société en participation\",\n        \"code\": \"Société en participation\",\n        \"code_edi\": \"STP\"\n    },\n    {\n        \"id\": 225,\n        \"name\": \"Société en participation avec personne morale\",\n        \"code\": \"Société en participation avec personne morale\",\n        \"code_edi\": \"SPM\"\n    },\n    {\n        \"id\": 222,\n        \"name\": \"Société étrangère non immatriculée au RCS\",\n        \"code\": \"Société étrangère non immatriculée au RCS\",\n        \"code_edi\": \"SNI\"\n    },\n    {\n        \"id\": 204,\n        \"name\": \"Société européenne\",\n        \"code\": \"Société européenne\",\n        \"code_edi\": \"SEU\"\n    },\n    {\n        \"id\": 229,\n        \"name\": \"Sociétés Interprofessionnelles de Soins Ambulatoires \",\n        \"code\": \"Sociétés Interprofessionnelles de Soins Ambulatoires \",\n        \"code_edi\": \"SSA\"\n    },\n    {\n        \"id\": 45,\n        \"name\": \"Société en participation d’exercice conjoint\",\n        \"code\": \"SPEC\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 46,\n        \"name\": \"Les sociétés de participations financières de professions libérales\",\n        \"code\": \"SPFPL\",\n        \"code_edi\": \"SPL\"\n    },\n    {\n        \"id\": 315,\n        \"name\": \"Société à PréPondérance Immobilière à Capital Variable (SPPICAV)\",\n        \"code\": \"SPPICAV\",\n        \"code_edi\": \"ZZZ\"\n    },\n    {\n        \"id\": 47,\n        \"name\": \"Sté Coopérative\",\n        \"code\": \"Sté Coopérative\",\n        \"code_edi\": \"\"\n    },\n    {\n        \"id\": 186,\n        \"name\": \"Syndical agricole\",\n        \"code\": \"Syndical agricole\",\n        \"code_edi\": \"SAG\"\n    },\n    {\n        \"id\": 48,\n        \"name\": \"Syndicat\",\n        \"code\": \"Syndicat\",\n        \"code_edi\": \"SYN\"\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Syndicat de Copropriété\",\n        \"code\": \"Syndicat de Copropriété\",\n        \"code_edi\": \"SYC\"\n    },\n    {\n        \"id\": 232,\n        \"name\": \"Territoire d’outre-mer\",\n        \"code\": \"Territoire d’outre-mer\",\n        \"code_edi\": \"TOM\"\n    },\n    {\n        \"id\": 50,\n        \"name\": \"UCOOP\",\n        \"code\": \"UCOOP\",\n        \"code_edi\": \"SYC\"\n    },\n    {\n        \"id\": 285,\n        \"name\": \"Société en commandite par actions coopérative\",\n        \"code\": \"\",\n        \"code_edi\": \"SC4\"\n    },\n    {\n        \"id\": 286,\n        \"name\": \"SA coopérative de transport à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SC5\"\n    },\n    {\n        \"id\": 287,\n        \"name\": \"SA coopérative ouvrière de production (SCOP) à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"QC6\"\n    },\n    {\n        \"id\": 288,\n        \"name\": \"Autre SA coopérative à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SC7\"\n    },\n    {\n        \"id\": 289,\n        \"name\": \"SA coopérative de consommation à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SC8\"\n    },\n    {\n        \"id\": 290,\n        \"name\": \"SA coopérative de commerçants-détaillants à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SC9\"\n    },\n    {\n        \"id\": 291,\n        \"name\": \"Société coopérative agricole \",\n        \"code\": \"\",\n        \"code_edi\": \"SCB\"\n    },\n    {\n        \"id\": 292,\n        \"name\": \"Société civile coopérative de construction\",\n        \"code\": \"\",\n        \"code_edi\": \"SCC\"\n    },\n    {\n        \"id\": 294,\n        \"name\": \"SA coopérative de production de HLM à conseil d'administration \",\n        \"code\": \"\",\n        \"code_edi\": \"SHA\"\n    },\n    {\n        \"id\": 295,\n        \"name\": \"Syndicat inter hospitalier\",\n        \"code\": \"\",\n        \"code_edi\": \"SHP\"\n    },\n    {\n        \"id\": 300,\n        \"name\": \"Société civile coopérative entre médecins\",\n        \"code\": \"\",\n        \"code_edi\": \"SMD\"\n    },\n    {\n        \"id\": 301,\n        \"name\": \"Syndicat mixte fermé \",\n        \"code\": \"\",\n        \"code_edi\": \"SMF\"\n    },\n    {\n        \"id\": 302,\n        \"name\": \"Syndicat mixte ouvert\",\n        \"code\": \"\",\n        \"code_edi\": \"SMO\"\n    },\n    {\n        \"id\": 303,\n        \"name\": \"Société en nom collectif \",\n        \"code\": \"\",\n        \"code_edi\": \"SN1\"\n    },\n    {\n        \"id\": 304,\n        \"name\": \"Société en nom collectif coopérative \",\n        \"code\": \"\",\n        \"code_edi\": \"SN2\"\n    },\n    {\n        \"id\": 305,\n        \"name\": \"Société coopérative de production de HLM anonyme à directoire \",\n        \"code\": \"\",\n        \"code_edi\": \"SPH\"\n    },\n    {\n        \"id\": 293,\n        \"name\": \"Syndicat de salariés \",\n        \"code\": \"\",\n        \"code_edi\": \"SDS\"\n    },\n    {\n        \"id\": 307,\n        \"name\": \"Société en participation entre personnes physiques\",\n        \"code\": \"\",\n        \"code_edi\": \"SPP\"\n    },\n    {\n        \"id\": 308,\n        \"name\": \"SA union de sociétés coopératives à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SUS\"\n    },\n    {\n        \"id\": 309,\n        \"name\": \"Association syndicale libre\",\n        \"code\": \"\",\n        \"code_edi\": \"SYL\"\n    },\n    {\n        \"id\": 310,\n        \"name\": \"Syndicat patronal\",\n        \"code\": \"\",\n        \"code_edi\": \"SYP\"\n    },\n    {\n        \"id\": 311,\n        \"name\": \"Union de sociétés coopératives agricoles\",\n        \"code\": \"\",\n        \"code_edi\": \"USA\"\n    },\n    {\n        \"id\": 312,\n        \"name\": \"SA union de sociétés coopératives à directoire \",\n        \"code\": \"\",\n        \"code_edi\": \"USC\"\n    },\n    {\n        \"id\": 313,\n        \"name\": \"SCP de vétérinaires\",\n        \"code\": \"\",\n        \"code_edi\": \"VTN\"\n    },\n    {\n        \"id\": 299,\n        \"name\": \"SA d'économie mixte à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"SMA\"\n    },\n    {\n        \"id\": 233,\n        \"name\": \"SCP d’avocats aux conseils\",\n        \"code\": \"\",\n        \"code_edi\": \"ACC\"\n    },\n    {\n        \"id\": 234,\n        \"name\": \"Association d’avocats à responsabilité professionnelle individuelle\",\n        \"code\": \"\",\n        \"code_edi\": \"AAR\"\n    },\n    {\n        \"id\": 235,\n        \"name\": \"Autre SA coopérative à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"ACD\"\n    },\n    {\n        \"id\": 236,\n        \"name\": \"Association coopérative inscrite (droit local Alsace Moselle)\",\n        \"code\": \"\",\n        \"code_edi\": \"ACI\"\n    },\n    {\n        \"id\": 237,\n        \"name\": \"Association déclarée d’insertion par l’économie\",\n        \"code\": \"\",\n        \"code_edi\": \"ADE\"\n    },\n    {\n        \"id\": 238,\n        \"name\": \"Association de droit local (Bas-Rhin, Haut Rhin et Moselle)\",\n        \"code\": \"\",\n        \"code_edi\": \"ADL\"\n    },\n    {\n        \"id\": 239,\n        \"name\": \"Association foncière de remembrement\",\n        \"code\": \"\",\n        \"code_edi\": \"AFR\"\n    },\n    {\n        \"id\": 240,\n        \"name\": \"Association foncière urbaine\",\n        \"code\": \"\",\n        \"code_edi\": \"AFU\"\n    },\n    {\n        \"id\": 241,\n        \"name\": \"Association non déclarée\",\n        \"code\": \"\",\n        \"code_edi\": \"AND\"\n    },\n    {\n        \"id\": 242,\n        \"name\": \"SCP d’architectes\",\n        \"code\": \"\",\n        \"code_edi\": \"ART\"\n    },\n    {\n        \"id\": 243,\n        \"name\": \"Association syndicale autorisée\",\n        \"code\": \"\",\n        \"code_edi\": \"ASA\"\n    },\n    {\n        \"id\": 244,\n        \"name\": \"Association déclarée, reconnu d’utilité publique\",\n        \"code\": \"\",\n        \"code_edi\": \"ASD\"\n    },\n    {\n        \"id\": 245,\n        \"name\": \"Association intermédiaire\",\n        \"code\": \"\",\n        \"code_edi\": \"ASI\"\n    },\n    {\n        \"id\": 246,\n        \"name\": \"SCP d’avoués d’appel\",\n        \"code\": \"\",\n        \"code_edi\": \"AVA\"\n    },\n    {\n        \"id\": 247,\n        \"name\": \"SCP d’avocats\",\n        \"code\": \"\",\n        \"code_edi\": \"AVC\"\n    },\n    {\n        \"id\": 248,\n        \"name\": \"SCP de commissaire aux comptes\",\n        \"code\": \"\",\n        \"code_edi\": \"CAC\"\n    },\n    {\n        \"id\": 249,\n        \"name\": \"SA Coopérative artisanale à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"CAD\"\n    },\n    {\n        \"id\": 250,\n        \"name\": \"SA coopérative de construction à conseil d’administration\",\n        \"code\": \"\",\n        \"code_edi\": \"CCC\"\n    },\n    {\n        \"id\": 251,\n        \"name\": \"SA coopérative de consommation à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"CCD\"\n    },\n    {\n        \"id\": 252,\n        \"name\": \"SA coopérative de construction à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"CCN\"\n    },\n    {\n        \"id\": 253,\n        \"name\": \"SA coopérative d’intérêt maritime à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"CID\"\n    },\n    {\n        \"id\": 254,\n        \"name\": \"Société civile coopérative d'intérêt maritime\",\n        \"code\": \"\",\n        \"code_edi\": \"CIM\"\n    },\n    {\n        \"id\": 255,\n        \"name\": \"SCP de conseils juridique\",\n        \"code\": \"\",\n        \"code_edi\": \"CJD\"\n    },\n    {\n        \"id\": 256,\n        \"name\": \"SCP de commissaire-priseur\",\n        \"code\": \"\",\n        \"code_edi\": \"CMP\"\n    },\n    {\n        \"id\": 257,\n        \"name\": \"SA coopérative artisanale à conseil d’administration\",\n        \"code\": \"\",\n        \"code_edi\": \"COA\"\n    },\n    {\n        \"id\": 258,\n        \"name\": \"SA coopérative de commerçants-détaillants à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"COD\"\n    },\n    {\n        \"id\": 259,\n        \"name\": \"SA coopérative ouvrière de production (SCOP) à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"COO\"\n    },\n    {\n        \"id\": 260,\n        \"name\": \"Autre société civile coopérative\",\n        \"code\": \"\",\n        \"code_edi\": \"COP\"\n    },\n    {\n        \"id\": 261,\n        \"name\": \"SA coopérative de transport à directoire\",\n        \"code\": \"\",\n        \"code_edi\": \"CTD\"\n    },\n    {\n        \"id\": 262,\n        \"name\": \"SCP de directeurs de laboratoire d’analyse médicale\",\n        \"code\": \"\",\n        \"code_edi\": \"DLA\"\n    },\n    {\n        \"id\": 263,\n        \"name\": \"SCP de dentistes\",\n        \"code\": \"\",\n        \"code_edi\": \"DTT\"\n    },\n    {\n        \"id\": 264,\n        \"name\": \"SCP de géomètres experts\",\n        \"code\": \"\",\n        \"code_edi\": \"GME\"\n    },\n    {\n        \"id\": 265,\n        \"name\": \"SCP de greffiers de tribunal de commerce\",\n        \"code\": \"\",\n        \"code_edi\": \"GRF\"\n    },\n    {\n        \"id\": 266,\n        \"name\": \"SCP d'huissiers \",\n        \"code\": \"\",\n        \"code_edi\": \"HUI\"\n    },\n    {\n        \"id\": 267,\n        \"name\": \"SA d'intérêt collectif agricole (SICA) à conseil d'administration\",\n        \"code\": \"\",\n        \"code_edi\": \"ICA\"\n    },\n    {\n        \"id\": 268,\n        \"name\": \"SCP d'infirmiers \",\n        \"code\": \"\",\n        \"code_edi\": \"IFM\"\n    },\n    {\n        \"id\": 269,\n        \"name\": \"SA coopérative (d'intérêt) maritime à conseil d'administration \",\n        \"code\": \"\",\n        \"code_edi\": \"MCA\"\n    },\n    {\n        \"id\": 270,\n        \"name\": \"SCP de médecins \",\n        \"code\": \"\",\n        \"code_edi\": \"MDC\"\n    },\n    {\n        \"id\": 271,\n        \"name\": \"SCP de masseurs-kinésithérapeutes\",\n        \"code\": \"\",\n        \"code_edi\": \"MKT\"\n    },\n    {\n        \"id\": 272,\n        \"name\": \"SCP de notaires \",\n        \"code\": \"\",\n        \"code_edi\": \"NOT\"\n    },\n    {\n        \"id\": 273,\n        \"name\": \"SARL d'économie mixte \",\n        \"code\": \"\",\n        \"code_edi\": \"S02\"\n    },\n    {\n        \"id\": 275,\n        \"name\": \"SARL coopérative de construction\",\n        \"code\": \"\",\n        \"code_edi\": \"S09\"\n    },\n    {\n        \"id\": 276,\n        \"name\": \"SARL coopérative de consommation\",\n        \"code\": \"\",\n        \"code_edi\": \"S10\"\n    },\n    {\n        \"id\": 277,\n        \"name\": \"SARL coopérative artisanale \",\n        \"code\": \"\",\n        \"code_edi\": \"S11\"\n    },\n    {\n        \"id\": 278,\n        \"name\": \"SARL coopérative d'intérêt maritime \",\n        \"code\": \"\",\n        \"code_edi\": \"S12\"\n    },\n    {\n        \"id\": 279,\n        \"name\": \"SARL coopérative de transport\",\n        \"code\": \"\",\n        \"code_edi\": \"S13\"\n    },\n    {\n        \"id\": 281,\n        \"name\": \"SARL union de sociétés coopératives\",\n        \"code\": \"\",\n        \"code_edi\": \"S15\"\n    },\n    {\n        \"id\": 282,\n        \"name\": \"Autre SARL coopérative\",\n        \"code\": \"\",\n        \"code_edi\": \"S16\"\n    },\n    {\n        \"id\": 283,\n        \"name\": \"Société coopérative de banque populaire\",\n        \"code\": \"\",\n        \"code_edi\": \"SBP\"\n    },\n    {\n        \"id\": 284,\n        \"name\": \"Société en commandite simple coopérative\",\n        \"code\": \"\",\n        \"code_edi\": \"SC2\"\n    }\n]"}],"_postman_id":"81c41f32-c8ef-49af-b288-37f97c251a77"}],"id":"c4e97fc4-fed3-4946-81b2-38cdbfa24773","_postman_id":"c4e97fc4-fed3-4946-81b2-38cdbfa24773","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}}],"id":"f9d60a51-a8dc-4c97-b402-7157416e7463","_postman_id":"f9d60a51-a8dc-4c97-b402-7157416e7463","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"GED","item":[{"name":"Document data","id":"fa193f93-62e7-4b68-93c7-40b4dfa4cbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/document/:documentId/data","description":"<p>Get document data.</p>\n<p>For document of type <code>DB</code>, the <code>revisionFolder</code> field won't be in JSON response.</p>\n<p>About <code>folderPath</code> field, this array means that the document is in the following path : <code>PF/Contrôles/Régularité/Fiscal/modele-facture-fr-moderne-rouge-750px.png</code></p>\n<p>Here is the TypeScript interface of the response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">enum DocumentKind {\n    DossierAnnuel = \"AF\",\n    DossierPermanent = \"PF\",\n    BaseDocumentaire = \"DB\"\n}\ninterface DbDocument {\n  accountingFirm: {\n    id: string;\n  },\n  accountingFolder: {\n    activity: string;\n    apeCode: string;\n    charteredAccountant: string;\n    companyType: string;\n    headOfFolder: string\n    id: string;\n    legalFormCode: string;\n    manager: string;\n    name: string;\n    reference: string;\n    siret: string;\n  };\n  schema: {\n    id: string;\n  };\n  createdAt: string;\n  id: string;\n  kind: DocumentKind;\n  name: string;\n  folderPath: string[];\n  uploadedBy: string;\n  uuid: string;\n}\ninterface AfDocument extends DbDocument {\n  revisionFolder: {\n    type: string;\n    endDate: string;\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","document",":documentId","data"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"1c016900-b0d7-4abf-88a5-f29e3dd21d04","description":{"content":"<p>The id of the desired document</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"bb81b82a-f23d-4e50-a03a-36e340f53447","name":"Document data","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/document/:documentId/data","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","document",":documentId","data"],"variable":[{"key":"documentId","value":"292","description":"The id of the desired document"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountingFirm\": {\n        \"id\": \"1\"\n    },\n    \"accountingFolder\": {\n        \"activity\": \"Edition de logiciels applicatifs\",\n        \"apeCode\": \"5829C\",\n        \"charteredAccountant\": \"Prénom nom\",\n        \"companyType\": \"Client\",\n        \"headOfFolder\": \"Prénom nom\",\n        \"id\": \"3\",\n        \"legalFormCode\": \"Société par actions simplifiée\",\n        \"manager\": \"Prénom nom\",\n        \"name\": \"MY UNISOFT\",\n        \"reference\": \"MYU\",\n        \"siret\": \"84014327500039\"\n    },\n    \"createdAt\": \"2022-06-23T07:09:25.000Z\",\n    \"folderPath\": [\n        \"PF\",\n        \"Contrôles\",\n        \"Régularité\",\n        \"Fiscal\"\n    ],\n    \"id\": \"292\",\n    \"kind\": \"PF\",\n    \"name\": \"modele-facture-fr-moderne-rouge-750px.png\",\n    \"revisionFolder\": {\n        \"type\": \"Bilan\",\n        \"endDate\": \"31-12-2021\"\n    },\n    \"schema\": {\n        \"id\": \"5\"\n    },\n    \"uploadedBy\": \"Prénom nom\",\n    \"uuid\": \"27f2ed4a-2c85-5eed-beeb-769e80a76c75\"\n}"}],"_postman_id":"fa193f93-62e7-4b68-93c7-40b4dfa4cbd0"},{"name":"Document file","id":"1b4f5b33-f0a9-488c-8118-1f618cc4035a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/document/:documentId/file","description":"<p>Get document file.</p>\n<p>The file is sent to binary format. The filename may found in <code>Content-Disposition</code> response header.</p>\n","urlObject":{"protocol":"https","path":["api","v1","document",":documentId","file"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"b82801db-b5d6-43ef-8a02-145fd0ceb505","description":{"content":"<p>The id of the desired document</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[],"_postman_id":"1b4f5b33-f0a9-488c-8118-1f618cc4035a"},{"name":"Documents data","id":"e4150391-9401-4be2-b0c8-381e695d3d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/documents/data","description":"<p>Get documents data.</p>\n<p>Same as <code>/document/:documentId/data</code> but with an array in response.</p>\n<p>The following querystring can be used :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Querystring</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Comment</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountingFolderId</td>\n<td>✔️</td>\n<td>Accounting folder id</td>\n</tr>\n<tr>\n<td>kind</td>\n<td>✔️</td>\n<td><code>AF</code>, <code>PF</code> or <code>DB</code></td>\n</tr>\n<tr>\n<td>from</td>\n<td>✔️</td>\n<td>Date with <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td>to</td>\n<td>❌</td>\n<td>Date with <code>YYYY-MM-DD</code> format Today if not provided</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","documents","data"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"c7d5b7ce-1969-4215-b226-646f2902b5d4","name":"Documents data","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/documents/data?kind=DB&accountingFolderId=3&from=2023-01-01&to=2023-01-31","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","documents","data"],"query":[{"key":"kind","value":"DB","description":"Required. The kind of documents"},{"key":"accountingFolderId","value":"3","description":"Required. The accounting folder linked to desired documents "},{"key":"from","value":"2023-01-01","description":"Required. Start date range (document upload date)"},{"key":"to","value":"2023-01-31","description":"Not required. End date range (document upload date, today if not provided)"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"accountingFirm\": {\r\n            \"id\": \"1\"\r\n        },\r\n        \"accountingFolder\": {\r\n            \"activity\": \"Edition de logiciels applicatifs\",\r\n            \"apeCode\": \"5829C\",\r\n            \"charteredAccountant\": \"Prénom nom\",\r\n            \"companyType\": \"Client\",\r\n            \"headOfFolder\": \"Prénom nom\",\r\n            \"id\": \"3\",\r\n            \"legalFormCode\": \"Société par actions simplifiée\",\r\n            \"manager\": \"Prénom nom\",\r\n            \"name\": \"MY UNISOFT\",\r\n            \"reference\": \"MYU\",\r\n            \"siret\": \"84014327500039\"\r\n        },\r\n        \"createdAt\": \"2022-06-23T07:09:25.000Z\",\r\n        \"folderPath\": [\r\n            \"PF\",\r\n            \"Contrôles\",\r\n            \"Régularité\",\r\n            \"Fiscal\"\r\n        ],\r\n        \"id\": \"292\",\r\n        \"kind\": \"PF\",\r\n        \"name\": \"modele-facture-fr-moderne-rouge-750px.png\",\r\n        \"revisionFolder\": {\r\n            \"type\": \"Bilan\",\r\n            \"endDate\": \"31-12-2021\"\r\n        },\r\n        \"schema\": {\r\n            \"id\": \"5\"\r\n        },\r\n        \"uploadedBy\": \"Prénom nom\",\r\n        \"uuid\": \"27f2ed4a-2c85-5eed-beeb-769e80a76c75\"\r\n    }\r\n]"}],"_postman_id":"e4150391-9401-4be2-b0c8-381e695d3d17"},{"name":"Upload document","id":"658c0421-b442-4373-895c-539dc1bd486f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"x-filename","value":"fichier.jpg","description":"<p>File name with its extension</p>\n","type":"text"},{"key":"x-external-ref","value":"","description":"<p>No required. External reference of the partner document</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/document/upload","description":"<p>Upload raw file (binary).</p>\n<p>If the upload is a success the API will return a status code 201.</p>\n","urlObject":{"protocol":"https","path":["api","v1","document","upload"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"065e0b19-4c38-49ed-82a9-ebf1a8001184","name":"Upload document","originalRequest":{"method":"POST","header":[{"key":"x-filename","value":"fichier.jpg","description":"File name with its extension","type":"text"},{"key":"x-external-ref","value":"","description":"No required. External reference of the partner document","type":"text"},{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/document/upload"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"1\",\n    \"download\": \"https://app.myunisoft.fr/api/ged/ged/document/1-gTt2QkfLPABeb6Z/download\"\n}"}],"_postman_id":"658c0421-b442-4373-895c-539dc1bd486f"}],"id":"32b5f320-9b4f-45cb-bd8f-c152e0ddfd22","description":"<p>The following endpoints allow you to get document data and document file.</p>\n<p>There are 3 kinds of document :</p>\n<ul>\n<li><p><code>AF</code> =&gt; Annual Folder</p>\n</li>\n<li><p><code>PF</code> =&gt; Permanent Folder</p>\n</li>\n<li><p><code>DB</code> =&gt; Documentary Base</p>\n</li>\n</ul>\n<p>For example, to upload a document from these categories :</p>\n<p><em><strong>Documentary Base :</strong></em></p>\n<p>You have to go in <code>Tenue &gt; GED &gt; Base documentaire</code> then use the <code>Ajouter un fichier</code> button.</p>\n<img src=\"https://content.pstmn.io/aa3e3a23-4075-4f62-8151-d46eb9fbb34c/Q2FwdHVyZS5KUEc=\" />\n\n<p><em><strong>Annual Folder :</strong></em></p>\n<p>You have to go in <code>Révision &gt; Dossier de révision &gt; Achats + Fournisseurs</code> then upload a document in a Diligence.</p>\n<img src=\"https://content.pstmn.io/07f72c9e-ba02-4996-aa2a-1a71867d1bcf/Q2FwdHVyZS5KUEc=\" />\n\n<p><em><strong>Permanent Folder :</strong></em></p>\n<p>You have to go in <code>Révision &gt; Dossier de révision &gt; Régularité</code> then upload a document in a Diligence.</p>\n<img src=\"https://content.pstmn.io/8082dfc8-97e9-4bd9-9dd4-a041f9990117/Q2FwdHVyZS5KUEc=\" />\n\n<p>These documents are respectively available in <code>Tenue &gt; GED &gt; Base documentaire &gt; Your_folder</code>, <code>Tenue &gt; GED &gt; Dossier de révision &gt; DA</code> and <code>Tenue &gt; GED &gt; Dossier de révision &gt; DP</code>.</p>\n<p>For each of the above actions, a <code>CREATE</code> document event is triggered. if a partner has a webhook attached to this event, they will be notified when a new document is created at MyUnisoft.</p>\n<blockquote>\n<p>⚠️ Document size limit is 50MB</p>\n</blockquote>\n","_postman_id":"32b5f320-9b4f-45cb-bd8f-c152e0ddfd22","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Webhook (BETA)","item":[{"name":"Global","item":[{"name":"Create","id":"bc8c6bc2-c6cb-428e-a8c7-1958b8493ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postUrl\": \"https://0822-2a01-cb0c-45a-5c00-fd71-a3da-a430-9c6b.ngrok-free.app/api/webhook/\",\r\n    \"onEvents\": [\"document\"],\r\n    \"thirdPartyId\": \"1\",\r\n    \"signature\": \"jeDeclare\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/webhook/global","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"26edfc49-3577-4b7d-bf90-c70b32ffd44d","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postUrl\": \"https://your_url.com\",\r\n    \"onEvents\": [\"connector\"],\r\n    \"accountingFolderId\": [\"1\", \"2\", \"4\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/webhook"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1,\r\n    \"postUrl\": \"https://your_url.com\",\r\n    \"onEvents\": [\"connector\"],\r\n    \"accountingFolderId\": [\"1\", \"2\", \"4\"],\r\n    \"thirdPartyId\": 1\r\n}"}],"_postman_id":"bc8c6bc2-c6cb-428e-a8c7-1958b8493ea3"},{"name":"All","id":"62047b65-10df-45d8-b85f-5b5962d10b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/webhook/global","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"675084bf-6cbf-4961-954e-73cb262ff998","name":"All","originalRequest":{"method":"GET","header":[],"url":"https://api.myunisoft.fr/api/v1/webhook"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"connector\"],\r\n        \"accountingFolderId\": [\"1\", \"2\", \"4\"],\r\n        \"thirdPartyId\": 1\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"accountingFolder\"],\r\n        \"accountingFolderId\": [],\r\n        \"thirdPartyId\": 1\r\n    }\r\n]"}],"_postman_id":"62047b65-10df-45d8-b85f-5b5962d10b97"},{"name":"By Id","id":"2fe0851d-da86-4f0d-b4cb-6e9cadc96492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/webhook/global/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global",":id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"305b9c9b-49b9-4c0f-90a7-7d25ed0d6878","type":"any","value":"","key":"id"}]}},"response":[{"id":"42b31498-54d7-4348-9d5d-9e7e0faa3845","name":"By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/:webhookId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook",":webhookId"],"variable":[{"id":"752c52a0-7223-4636-8a07-a4b87e1b6463","key":"webhookId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"postUrl\": \"https://your_url.com\",\n    \"onEvents\": [\n        \"connector\"\n    ],\n    \"accountingFolderId\": [\n        \"1\",\n        \"2\",\n        \"4\"\n    ],\n    \"thirdPartyId\": 1\n}"}],"_postman_id":"2fe0851d-da86-4f0d-b4cb-6e9cadc96492"},{"name":"ByEventName","id":"faac52d8-992f-4063-ac8a-ac3b80fbb9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/webhook/global/event/:name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global","event",":name"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"a2b3ff47-d16a-45f8-ab8c-3d94c62bc8d5","type":"any","value":"document","key":"name"}]}},"response":[{"id":"4b5ef43f-6ad2-4684-8c4a-c641080c1810","name":"ByEventName","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/event/:name/:accountingFolderId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook","event",":name",":accountingFolderId"],"variable":[{"id":"fa9fb696-31fb-4e4d-82ca-77a854540c00","key":"name","value":"accountingFolder"},{"id":"926b06cf-83ab-492e-a015-095668d4defa","key":"accountingFolderId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 2,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"accountingFolder\"],\r\n        \"accountingFolderId\": [],\r\n        \"thirdPartyId\": 1\r\n    }\r\n]"},{"id":"304cc4de-4928-4427-9635-72ec13cd6110","name":"ByEventName & accountingFolderId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/event/:name/:accountingFolderId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook","event",":name",":accountingFolderId"],"variable":[{"key":"name","value":"connector"},{"key":"accountingFolderId","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"postUrl\": \"https://your_url.com\",\n        \"onEvents\": [\n            \"connector\"\n        ],\n        \"accountingFolderId\": [\n            \"1\",\n            \"2\",\n            \"4\"\n        ],\n        \"thirdPartyId\": 1\n    }\n]"}],"_postman_id":"faac52d8-992f-4063-ac8a-ac3b80fbb9d4"},{"name":"Update","id":"9b6c94fe-7715-481d-9aa9-4c663cac3009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"/postUrl\",\r\n        \"value\": \"https://4d31-2a01-cb0c-45a-5c00-8d57-138b-d5b9-a4f9.ngrok-free.app/api/webhook/\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/webhook/global/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global",":id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"ec9eca32-1dc3-47c9-9e53-b1124f42162d","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9b6c94fe-7715-481d-9aa9-4c663cac3009"},{"name":"Delete","id":"eca0d4b0-0590-4745-97a8-6d415f6f6023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/webhook/global/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","webhook","global",":id"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"5c397351-207a-4d60-af71-2f16e6e82ed8","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"eca0d4b0-0590-4745-97a8-6d415f6f6023"}],"id":"b36343d6-5376-4599-bdab-a02a3880bf42","_postman_id":"b36343d6-5376-4599-bdab-a02a3880bf42","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Create","id":"d278919b-6fbb-4f20-937f-770721f094a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postUrl\": \"https://f38a-2a01-cb0c-7bf-8700-d57c-d8d-ccba-acf4.eu.ngrok.io/api/v1/test/getEventSuite\",\r\n    \"onEvents\": [\"connector\"],\r\n    \"accountingFolderId\": [\"1\", \"2\", \"4\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/webhook","urlObject":{"protocol":"https","path":["api","v1","webhook"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"9939636f-0a25-4ba4-bbd8-c3bda569bec6","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postUrl\": \"https://your_url.com\",\r\n    \"onEvents\": [\"connector\"],\r\n    \"accountingFolderId\": [\"1\", \"2\", \"4\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/webhook"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1,\r\n    \"postUrl\": \"https://your_url.com\",\r\n    \"onEvents\": [\"connector\"],\r\n    \"accountingFolderId\": [\"1\", \"2\", \"4\"],\r\n    \"thirdPartyId\": 1\r\n}"}],"_postman_id":"d278919b-6fbb-4f20-937f-770721f094a9"},{"name":"All","id":"1f480ab1-8037-4b6e-a2a7-2bdf98b50e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/webhook","urlObject":{"protocol":"https","path":["api","v1","webhook"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[{"id":"15498ba4-0f4f-40a1-b97b-a2939b04125f","name":"All","originalRequest":{"method":"GET","header":[],"url":"https://api.myunisoft.fr/api/v1/webhook"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"connector\"],\r\n        \"accountingFolderId\": [\"1\", \"2\", \"4\"],\r\n        \"thirdPartyId\": 1\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"accountingFolder\"],\r\n        \"accountingFolderId\": [],\r\n        \"thirdPartyId\": 1\r\n    }\r\n]"}],"_postman_id":"1f480ab1-8037-4b6e-a2a7-2bdf98b50e55"},{"name":"By Id","id":"8d8e5489-25c1-494f-b617-21a7b493b62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/webhook/:webhookId","urlObject":{"protocol":"https","path":["api","v1","webhook",":webhookId"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"752c52a0-7223-4636-8a07-a4b87e1b6463","type":"any","value":"1","key":"webhookId"}]}},"response":[{"id":"b5b79553-011f-44ee-99e3-fd6649c9ded4","name":"By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/:webhookId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook",":webhookId"],"variable":[{"id":"752c52a0-7223-4636-8a07-a4b87e1b6463","key":"webhookId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"postUrl\": \"https://your_url.com\",\n    \"onEvents\": [\n        \"connector\"\n    ],\n    \"accountingFolderId\": [\n        \"1\",\n        \"2\",\n        \"4\"\n    ],\n    \"thirdPartyId\": 1\n}"}],"_postman_id":"8d8e5489-25c1-494f-b617-21a7b493b62f"},{"name":"ByEventName","id":"6ffef15b-0318-4c05-a445-26ea687333f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/webhook/event/:name/:accountingFolderId","urlObject":{"protocol":"https","path":["api","v1","webhook","event",":name",":accountingFolderId"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"fa9fb696-31fb-4e4d-82ca-77a854540c00","type":"any","value":"accountingFolder","key":"name"},{"id":"926b06cf-83ab-492e-a015-095668d4defa","type":"any","value":null,"key":"accountingFolderId"}]}},"response":[{"id":"aabb1ff7-d06d-4e64-8353-6e77629e539d","name":"ByEventName","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/event/:name/:accountingFolderId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook","event",":name",":accountingFolderId"],"variable":[{"id":"fa9fb696-31fb-4e4d-82ca-77a854540c00","key":"name","value":"accountingFolder"},{"id":"926b06cf-83ab-492e-a015-095668d4defa","key":"accountingFolderId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 2,\r\n        \"postUrl\": \"https://your_url.com\",\r\n        \"onEvents\": [\"accountingFolder\"],\r\n        \"accountingFolderId\": [],\r\n        \"thirdPartyId\": 1\r\n    }\r\n]"},{"id":"3eec4c75-eb67-4efc-bce5-e8ff7041c40d","name":"ByEventName & accountingFolderId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/webhook/event/:name/:accountingFolderId","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","webhook","event",":name",":accountingFolderId"],"variable":[{"key":"name","value":"connector"},{"key":"accountingFolderId","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"postUrl\": \"https://your_url.com\",\n        \"onEvents\": [\n            \"connector\"\n        ],\n        \"accountingFolderId\": [\n            \"1\",\n            \"2\",\n            \"4\"\n        ],\n        \"thirdPartyId\": 1\n    }\n]"}],"_postman_id":"6ffef15b-0318-4c05-a445-26ea687333f5"},{"name":"Update","id":"9092dab1-4755-45f9-922f-5a40c4df28e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"/postUrl\",\r\n        \"value\": \"http://fakeapi.jsonparseronline.com/user\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.myunisoft.fr/api/v1/webhook/:webhookId","urlObject":{"protocol":"https","path":["api","v1","webhook",":webhookId"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"8247ca91-9c90-4843-9a00-10ee0145067f","type":"any","value":"1","key":"webhookId"}]}},"response":[],"_postman_id":"9092dab1-4755-45f9-922f-5a40c4df28e6"},{"name":"Delete","id":"628471f2-ff51-486d-9094-e8c87d7481fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/webhook/:webhookId","urlObject":{"protocol":"https","path":["api","v1","webhook",":webhookId"],"host":["api","myunisoft","fr"],"query":[],"variable":[{"id":"20231516-f47b-482d-aa54-1a90b754cb8a","type":"any","value":"235","key":"webhookId"}]}},"response":[],"_postman_id":"628471f2-ff51-486d-9094-e8c87d7481fa"}],"id":"ec74efa5-62fd-4dd8-8ec2-c9135ce982a1","_postman_id":"ec74efa5-62fd-4dd8-8ec2-c9135ce982a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Myunisoft Accounting Data (MAD)","item":[{"name":"Get All","id":"9836fdc0-4fd9-4918-96d2-1719976d5b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/all?format=json&version=1.0.0","description":"<p>Get a composition of all MAD features.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","all"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>'tra' or ''json'</p>\n","type":"text/plain"},"key":"format","value":"json"},{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"2dae39b2-9cd5-433d-9724-2f337facb881","name":"INIT","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all?format=json&version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all"],"query":[{"key":"format","value":"json","description":"'tra' or ''json'"},{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"export_sch-1_acf-1\", // exportId that can be used in Get All status route\n    \"status\": \"INIT\" // export request is received\n}"},{"id":"b903c932-aead-4450-819d-a82eb9feb280","name":"PROCESSING","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all?format=json&version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all"],"query":[{"key":"format","value":"json","description":"'tra' or ''json'"},{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n      \"id\": \"export_sch-1_acf-1\", // exportId that can be used in Get All status route\n      \"status\": \"PROCESSING\" // export is in progress\n}"},{"id":"9a44fa90-1b14-41e2-8f99-fde4de884b7a","name":"FAILED","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all?format=json&version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all"],"query":[{"key":"format","value":"json","description":"'tra' or ''json'"},{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"reason\": \"failure reason\" // Will contain an error message depending on the error\n}"},{"id":"d8054c83-a28a-4293-afb2-5eac04350e48","name":"DONE","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all?format=json&version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all"],"query":[{"key":"format","value":"json","description":"'tra' or ''json'"},{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"export_sch-1_acf-1\",\n    \"status\": \"DONE\", // export is ready to be downloaded using the url provided in \"url\"\n    \"url\": \"<url>\"\n}"}],"_postman_id":"9836fdc0-4fd9-4918-96d2-1719976d5b23"},{"name":"Get All status","id":"bf929433-772f-418e-a024-1d2af4703510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/all/status?exportId=export_sch-5_acf-1","description":"<p>Get the document generation status or the link to download it.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","all","status"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>exportId returned by  Get All endpoint</p>\n","type":"text/plain"},"key":"exportId","value":"export_sch-5_acf-1"}],"variable":[]}},"response":[{"id":"bad8a1b3-6d9c-4a9f-8771-652acf6b0370","name":"INIT","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all/status?exportId=export_sch-5_acf-1","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all","status"],"query":[{"key":"exportId","value":"export_sch-5_acf-1","description":"exportId returned by  Get All endpoint"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"export_sch-1_acf-1\", // exportId that can be used in Get All status route\n    \"status\": \"INIT\" // export request is received\n}"},{"id":"b5ccef2d-e112-411b-942f-4b68f249ac60","name":"PROCESSING","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all/status?exportId=export_sch-5_acf-1","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all","status"],"query":[{"key":"exportId","value":"export_sch-5_acf-1","description":"exportId returned by  Get All endpoint"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n      \"id\": \"export_sch-1_acf-1\", // exportId that can be used in Get All status route\n      \"status\": \"PROCESSING\" // export is in progress\n}"},{"id":"86b822fe-ef4c-476c-a3d2-25006056be9b","name":"FAILED","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all/status?exportId=export_sch-5_acf-1","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all","status"],"query":[{"key":"exportId","value":"export_sch-5_acf-1","description":"exportId returned by  Get All endpoint"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"reason\": \"failure reason\" // Will contain an error message depending on the error\n}"},{"id":"5336c3df-08c1-49bd-ac4c-b8f84720e942","name":"DONE","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/all/status?exportId=export_sch-5_acf-1","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","all","status"],"query":[{"key":"exportId","value":"export_sch-5_acf-1","description":"exportId returned by  Get All endpoint"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"export_sch-1_acf-1\",\n    \"status\": \"DONE\", // export is ready to be downloaded using the url provided in \"url\"\n    \"url\": \"<url>\"\n}"}],"_postman_id":"bf929433-772f-418e-a024-1d2af4703510"},{"name":"Get entries","id":"a7c58d07-a5de-4f15-9074-74c7f726fa8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":""},{"key":"society-id","value":""}],"url":"https://api.myunisoft.fr/api/v1/mad/entries?version=1.0.0&idExercice","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/entries.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/entries.md</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>nom</th>\n<th>description</th>\n<th>obligatoire</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>version</td>\n<td>version du format</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>idExercice</td>\n<td>id exercice</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>Date de début d'extraction au format <code>YYYY-MM-DD</code></td>\n<td>❌</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>Date de fin d'extraction au format <code>YYYY-MM-DD</code></td>\n<td>❌</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","entries"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"},{"description":{"content":"<p>Retrieve all entries related to this exercice id.</p>\n","type":"text/plain"},"key":"idExercice","value":null},{"disabled":true,"description":{"content":"<p>Retrieve entries from this date.</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>Retrieve entries up to this date.</p>\n","type":"text/plain"},"key":"endDate","value":""},{"disabled":true,"description":{"content":"<p>N'incluent que les écritures liés aux journaux demandés</p>\n","type":"text/plain"},"key":"journalIds","value":""},{"disabled":true,"description":{"content":"<p>\"document\" | \"myunisoft\" | \"accounting\"</p>\n","type":"text/plain"},"key":"dateFilter","value":"document"},{"disabled":true,"description":{"content":"<p>\"M\" | \"O\" | \"IB\" | \"P\" | \"EXT\" | \"L\" | \"OD_TVA\" | \"REM_BQ\" | \"WORKSHEET\" | \"OD_CALC_IS\" | \"AN\" | \"OD_ECART\" | \"E\" | \"QUADRA\" | \"CEGID\" | \"FEC\" | \"EXCEL\" | \"RB_JDC\" | \"RB_QT\" | \"RB_SB\" | \"RB_FTP\" | \"RTVR\" | \"QUICK\" | \"ABO\" | \"PRLV_SEPA\" | \"ACD\" | \"RB_MANUEL\" | \"VIRT_SEPA\" | \"API\"</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>true | false (default)</p>\n","type":"text/plain"},"key":"draft","value":null}],"variable":[]}},"response":[{"id":"d2a3a815-13df-42f8-ba30-8325627edce9","name":"Get entries","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/entries?idExercice&startDate&endDate&version","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","entries"],"query":[{"key":"idExercice","value":null,"description":"Retrieve all entries related to this exercice id."},{"key":"startDate","value":null,"description":"Retrieve entries from this date."},{"key":"endDate","value":null,"description":"Retrieve entries up to this date."},{"key":"version","value":null,"description":"Data document version."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"13524346\",\n        \"attachments\": {\n            \"VotreDocumentSelectionne_12-06-2022 (5).pdf\": {\n                \"type\": \"URL\",\n                \"value\": \"https://app.myunisoft.fr/api/ged/ged/document/1-gTt2QkfLPABeb6Z/download\"\n            }\n        },\n        \"date\": \"2023-02-01\",\n        \"dueDate\": null,\n        \"journal\": {\n            \"producerId\": \"137145\",\n            \"customerReferenceCode\": \"AC\",\n            \"name\": \"ACHATS\",\n            \"type\": \"Achat\"\n        },\n        \"currency\": {\n            \"code\": \"EUR\"\n        },\n        \"movements\": [\n            {\n                \"producerId\": \"43221797\",\n                \"description\": \"TEST\",\n                \"value\": {\n                    \"credit\": 1200,\n                    \"debit\": 0,\n                    \"amount\": 1200\n                },\n                \"dueDate\": null,\n                \"lettering\": {\n                    \"state\": \"none\",\n                    \"value\": null\n                },\n                \"freeNumber\": null,\n                \"invoiceNumber\": null,\n                \"attachments\": {},\n                \"account\": {\n                    \"producerId\": \"1482937\",\n                    \"number\": \"6010000000\",\n                    \"name\": \"ACHATS MATIERES PREM\"\n                },\n                \"payment\": null,\n                \"analytics\": [\n                    {\n                        \"producerId\": \"703\",\n                        \"code\": \"AXE1\",\n                        \"name\": \"LIBELLE AXE1\",\n                        \"sections\": [\n                            {\n                                \"producerId\": \"1694\",\n                                \"amount\": 1200,\n                                \"rate\": 100,\n                                \"code\": \"ATTENTE\",\n                                \"name\": \"Waiting section\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"producerId\": \"43221798\",\n                \"description\": \"TEST\",\n                \"value\": {\n                    \"credit\": 0,\n                    \"debit\": 1200,\n                    \"amount\": -1200\n                },\n                \"dueDate\": null,\n                \"lettering\": {\n                    \"state\": \"none\",\n                    \"value\": null\n                },\n                \"freeNumber\": null,\n                \"invoiceNumber\": null,\n                \"attachments\": {},\n                \"account\": {\n                    \"producerId\": \"2567407\",\n                    \"number\": \"4551200000\",\n                    \"name\": \"COMPTE COURANT RACLE\"\n                },\n                \"payment\": null,\n                \"analytics\": []\n            }\n        ]\n    }\n]"}],"_postman_id":"a7c58d07-a5de-4f15-9074-74c7f726fa8e"},{"name":"Get movements","id":"cf182ea8-5e1f-4962-baf4-84b3c6739edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":""},{"key":"society-id","value":""}],"url":"https://api.myunisoft.fr/api/v1/mad/movements?version=1.0.0&idExercice=1","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/entries.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/entries.md</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>nom</th>\n<th>description</th>\n<th>obligatoire</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>version</td>\n<td>version du format</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>idExercice</td>\n<td>id exercice</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>Date de début d'extraction au format <code>YYYY-MM-DD</code></td>\n<td>❌</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>Date de fin d'extraction au format <code>YYYY-MM-DD</code></td>\n<td>❌</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","movements"],"host":["api","myunisoft","fr"],"query":[{"key":"version","value":"1.0.0"},{"key":"idExercice","value":"1"},{"disabled":true,"description":{"content":"<p>Retrieve entries from this date. (format = YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>Retrieve entries up to this date. (format = YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":""},{"disabled":true,"description":{"content":"<p>\"document\" | \"myunisoft\" | \"accounting\"</p>\n","type":"text/plain"},"key":"dateFilter","value":"document"},{"disabled":true,"description":{"content":"<p>\"M\" | \"O\" | \"IB\" | \"P\" | \"EXT\" | \"L\" | \"OD_TVA\" | \"REM_BQ\" | \"WORKSHEET\" | \"OD_CALC_IS\" | \"AN\" | \"OD_ECART\" | \"E\" | \"QUADRA\" | \"CEGID\" | \"FEC\" | \"EXCEL\" | \"RB_JDC\" | \"RB_QT\" | \"RB_SB\" | \"RB_FTP\" | \"RTVR\" | \"QUICK\" | \"ABO\" | \"PRLV_SEPA\" | \"ACD\" | \"RB_MANUEL\" | \"VIRT_SEPA\" | \"API\"</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>include only entries by accounting root asked</p>\n","type":"text/plain"},"key":"classAccount","value":""},{"disabled":true,"description":{"content":"<p>\"none\" | \"partial\" | \"complete\"</p>\n","type":"text/plain"},"key":"lettering","value":""},{"disabled":true,"description":{"content":"<p>true | false (default)</p>\n","type":"text/plain"},"key":"draft","value":null}],"variable":[]}},"response":[{"id":"34bac186-c696-4e49-819e-df7976bd27c0","name":"Get movements","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/entries?startDate=2024-01-01&endDate=2024-12-31&version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","entries"],"query":[{"key":"startDate","value":"2024-01-01"},{"key":"endDate","value":"2024-12-31"},{"key":"version","value":"1.0.0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"producerId\": \"148627082\",\n    \"description\": \"MC DONALDS\",\n    \"dueDate\": null,\n    \"freeNumber\": null,\n    \"invoiceNumber\": \"0210123784\",\n    \"value\": {\n      \"credit\": 0,\n      \"debit\": 264.44,\n      \"amount\": -264.44\n    },\n    \"entry\": {\n      \"producerId\": \"49016246\",\n      \"date\": \"2022-01-21\",\n      \"dueDate\": null,\n      \"currency\": {\n        \"code\": \"EUR\"\n      },\n      \"journal\": {\n        \"producerId\": \"178745\",\n        \"customerReferenceCode\": \"AC\",\n        \"name\": \"JOURNAL D'ACHATS\",\n        \"type\": \"Achat\"\n      },\n      \"additionalProducerProperties\": {\n        \"source\": {\n          \"name\": \"FEC\",\n          \"thirdParty\": null\n        },\n        \"partnerMetadata\": null,\n        \"comment\": null,\n        \"createdAt\": 1642719600,\n        \"accountedAt\": \"2022-01-21\"\n      },\n      \"attachments\": {}\n    },\n    \"attachments\": {},\n    \"account\": {\n      \"producerId\": \"9267210\",\n      \"number\": \"6226100000\",\n      \"name\": \"HONORAIRES COMPTABLES\"\n    },\n    \"payment\": null,\n    \"analytics\": [\n      {\n        \"producerId\": \"4412\",\n        \"code\": \"AXE 1\",\n        \"name\": \"Axe 1\",\n        \"sections\": [\n          {\n            \"producerId\": \"499295\",\n            \"amount\": 264.44,\n            \"rate\": 100,\n            \"code\": \"AXE1SEC3\",\n            \"name\": \"Axe1Sec3\"\n          }\n        ]\n      },\n      {\n        \"producerId\": \"4413\",\n        \"code\": \"AXE 2\",\n        \"name\": \"Axe 2\",\n        \"sections\": [\n          {\n            \"producerId\": \"499296\",\n            \"amount\": 264.44,\n            \"rate\": 100,\n            \"code\": \"ATTENTE\",\n            \"name\": \"Section d'attente\"\n          }\n        ]\n      }\n    ],\n    \"lettering\": {\n      \"state\": \"none\",\n      \"value\": null\n    }\n  }\n]"}],"_postman_id":"cf182ea8-5e1f-4962-baf4-84b3c6739edd"},{"name":"Get entry","id":"394d793b-5185-4d61-9e59-e73538fb09d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":""},{"key":"society-id","value":""}],"url":"https://api.myunisoft.fr/api/v1/mad/entry?id=170300&version=1.0.0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","entry"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>producerId de l'écriture, numéro de la facture ou identifiant du partenaire</p>\n","type":"text/plain"},"key":"id","value":"170300"},{"key":"version","value":"1.0.0"},{"disabled":true,"description":{"content":"<p>true | false (default)</p>\n","type":"text/plain"},"key":"draft","value":null}],"variable":[]}},"response":[{"id":"c9940899-9d1e-49eb-a204-d991885e32b9","name":"Get entry","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":""},{"key":"society-id","value":""}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/entries?idExercice&startDate&endDate&version","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","entries"],"query":[{"key":"idExercice","value":null,"description":"Retrieve all entries related to this exercice id."},{"key":"startDate","value":null,"description":"Retrieve entries from this date."},{"key":"endDate","value":null,"description":"Retrieve entries up to this date."},{"key":"version","value":null,"description":"Data document version."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"producerId\": \"170300\",\n    \"attachments\": {\n        \"VotreDocumentSelectionne_12-06-2022 (5).pdf\": {\n            \"type\": \"URL\",\n            \"value\": \"https://app.myunisoft.fr/api/ged/ged/document/1-gTt2QkfLPABeb6Z/download\"\n        }\n    },\n    \"date\": \"2023-02-01\",\n    \"dueDate\": null,\n    \"journal\": {\n        \"producerId\": \"137145\",\n        \"customerReferenceCode\": \"AC\",\n        \"name\": \"ACHATS\",\n        \"type\": \"Achat\"\n    },\n    \"currency\": {\n        \"code\": \"EUR\"\n    },\n    \"movements\": [\n        {\n            \"producerId\": \"43221797\",\n            \"description\": \"TEST\",\n            \"value\": {\n                \"credit\": 1200,\n                \"debit\": 0,\n                \"amount\": 1200\n            },\n            \"dueDate\": null,\n            \"lettering\": {\n                \"state\": \"none\",\n                \"value\": null\n            },\n            \"freeNumber\": null,\n            \"invoiceNumber\": null,\n            \"attachments\": {},\n            \"account\": {\n                \"producerId\": \"1482937\",\n                \"number\": \"6010000000\",\n                \"name\": \"ACHATS MATIERES PREM\"\n            },\n            \"payment\": null,\n            \"analytics\": [\n                {\n                    \"producerId\": \"703\",\n                    \"code\": \"AXE1\",\n                    \"name\": \"LIBELLE AXE1\",\n                    \"sections\": [\n                        {\n                            \"producerId\": \"1694\",\n                            \"amount\": 1200,\n                            \"rate\": 100,\n                            \"code\": \"ATTENTE\",\n                            \"name\": \"Waiting section\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"producerId\": \"43221798\",\n            \"description\": \"TEST\",\n            \"value\": {\n                \"credit\": 0,\n                \"debit\": 1200,\n                \"amount\": -1200\n            },\n            \"dueDate\": null,\n            \"lettering\": {\n                \"state\": \"none\",\n                \"value\": null\n            },\n            \"freeNumber\": null,\n            \"invoiceNumber\": null,\n            \"attachments\": {},\n            \"account\": {\n                \"producerId\": \"2567407\",\n                \"number\": \"4551200000\",\n                \"name\": \"COMPTE COURANT RACLE\"\n            },\n            \"payment\": null,\n            \"analytics\": []\n        }\n    ]\n    }"}],"_postman_id":"394d793b-5185-4d61-9e59-e73538fb09d6"},{"name":"Get payments","id":"addfcdf9-e5ca-41f4-88c0-72ef58b0c6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/payments?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/payment.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/payment.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","payments"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"ee87f353-7cdb-4dfb-b45c-f994897f0000","name":"Get payments","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/payments?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","payments"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"1\",\n        \"code\": \"CB\",\n        \"name\": \"Carte bleue\"\n    },\n    {\n        \"producerId\": \"2\",\n        \"code\": \"VIRT\",\n        \"name\": \"Virement\"\n    },\n    {\n        \"producerId\": \"3\",\n        \"code\": \"ESP\",\n        \"name\": \"Espèce\"\n    },\n    {\n        \"producerId\": \"4\",\n        \"code\": \"CHQ\",\n        \"name\": \"Chèque\"\n    },\n    {\n        \"producerId\": \"5\",\n        \"code\": \"PRLV\",\n        \"name\": \"Prélèvement\"\n    },\n    {\n        \"producerId\": \"6\",\n        \"code\": \"LCR\",\n        \"name\": \"Lettre de change\"\n    }\n]"}],"_postman_id":"addfcdf9-e5ca-41f4-88c0-72ef58b0c6f5"},{"name":"Get banks","id":"223008c2-fa36-4fec-a7ca-8cbfb9afda79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/banks?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/bank.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/bank.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","banks"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"123d97fe-8592-4e15-a57d-92c16d89fe3d","name":"Get banks","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/banks?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","banks"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"1993\",\n        \"IBAN\": \"AL35202111090000000001234567\",\n        \"BIC\": \"SGSBALTX\",\n        \"account\": {\n            \"producerId\": \"2567424\",\n            \"number\": \"5120900000\",\n            \"name\": \"CIC Lyonnaise de banque\"\n        },\n        \"journal\": {\n            \"producerId\": \"36502\",\n            \"name\": \"BANQUE CIC\",\n            \"type\": \"BANQUE\",\n            \"customerReferenceCode\": \"CIC\"\n        },\n        \"additionalProducerProperties\": {\n            \"isDefault\": true\n        }\n    }\n]"}],"_postman_id":"223008c2-fa36-4fec-a7ca-8cbfb9afda79"},{"name":"Get journals","id":"2d68f5c1-8923-4312-88b0-ebe5e6402711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/journals?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/journal.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/journal.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","journals"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"1385c3ca-293c-4d38-996c-d397323c5745","name":"Get journals","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/journals?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","journals"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"367808\",\n        \"name\": \"AC\",\n        \"customerReferenceCode\": \"AC\",\n        \"type\": \"OD\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314036\",\n        \"name\": \"A NOUVEAU\",\n        \"customerReferenceCode\": \"AN\",\n        \"type\": \"À Nouveaux\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"AN\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"313998\",\n        \"name\": \"JOURNAL D'ACHATS\",\n        \"customerReferenceCode\": \"01\",\n        \"type\": \"Achat\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"ACH\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"313999\",\n        \"name\": \"JOURNAL DE VENTES\",\n        \"customerReferenceCode\": \"02\",\n        \"type\": \"Vente\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"VTE\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314000\",\n        \"name\": \"JOURNAL D'ACHATS BIS\",\n        \"customerReferenceCode\": \"03\",\n        \"type\": \"Achat\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"ACH\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314001\",\n        \"name\": \"JOURNAL NDF\",\n        \"customerReferenceCode\": \"09\",\n        \"type\": \"Note de frais\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"NDF\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314004\",\n        \"name\": \"JOURNAL D' OD\",\n        \"customerReferenceCode\": \"20\",\n        \"type\": \"OD\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314005\",\n        \"name\": \"JOURNAL DE PAIE\",\n        \"customerReferenceCode\": \"30\",\n        \"type\": \"OD Paie\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD_PAIE\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314006\",\n        \"name\": \"JOURNAL AN\",\n        \"customerReferenceCode\": \"40\",\n        \"type\": \"À Nouveaux\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"AN\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314007\",\n        \"name\": \"JOURNAL OD DECL FISCALE\",\n        \"customerReferenceCode\": \"50\",\n        \"type\": \"OD TVA\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD_DECL_FISCALE\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314008\",\n        \"name\": \"JOURNAL OD LETTRAGE\",\n        \"customerReferenceCode\": \"60\",\n        \"type\": \"OD Lettrage\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD_LET\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314009\",\n        \"name\": \"JOURNAL A EXTOURNER\",\n        \"customerReferenceCode\": \"98\",\n        \"type\": \"À extourner\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"A_EXT\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314010\",\n        \"name\": \"JOURNAL EXTOURNE\",\n        \"customerReferenceCode\": \"99\",\n        \"type\": \"Extourne\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"EXT\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314011\",\n        \"name\": \"EXTRA COMPTABLE DE SITUATION\",\n        \"customerReferenceCode\": \"ECS\",\n        \"type\": \"OD Extracomptable\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD_EXC\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"380272\",\n        \"name\": \"VT\",\n        \"customerReferenceCode\": \"VT\",\n        \"type\": \"Vente\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"VTE\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314003\",\n        \"name\": \"JOURNAL DE CAISSE\",\n        \"customerReferenceCode\": \"18\",\n        \"type\": \"Caisse\",\n        \"counterpartAccount\": {\n            \"producerId\": \"11788188\",\n            \"number\": \"53000000\",\n            \"name\": \"CAISSE\"\n        },\n        \"additionalProducerProperties\": {\n            \"type\": \"CAISSE\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"380274\",\n        \"name\": \"ST\",\n        \"customerReferenceCode\": \"ST\",\n        \"type\": \"OD\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"642949\",\n        \"name\": \"JOURNAL REPRISE BALANCE\",\n        \"customerReferenceCode\": \"RBAL\",\n        \"type\": \"Reprise Balance\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"RBAL\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"380273\",\n        \"name\": \"CE\",\n        \"customerReferenceCode\": \"CE\",\n        \"type\": \"Banque\",\n        \"counterpartAccount\": {\n            \"producerId\": \"11788183\",\n            \"number\": \"51400000\",\n            \"name\": \"CHEQUES POSTAUX\"\n        },\n        \"additionalProducerProperties\": {\n            \"type\": \"BQ\",\n            \"locked\": true\n        }\n    },\n    {\n        \"producerId\": \"314037\",\n        \"name\": \"OD AUDIT\",\n        \"customerReferenceCode\": \"T1\",\n        \"type\": \"OD Audit\",\n        \"counterpartAccount\": null,\n        \"additionalProducerProperties\": {\n            \"type\": \"OD_AUDIT\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"681356\",\n        \"name\": \"BANQUE AVEC 511\",\n        \"customerReferenceCode\": \"BQ\",\n        \"type\": \"Banque\",\n        \"counterpartAccount\": {\n            \"producerId\": \"13194211\",\n            \"number\": \"51100000\",\n            \"name\": \"Paiement Carte Bancaire - Alexandra DECLERCK\"\n        },\n        \"additionalProducerProperties\": {\n            \"type\": \"BQ\",\n            \"locked\": false\n        }\n    },\n    {\n        \"producerId\": \"314002\",\n        \"name\": \"JOURNAL BANQUE\",\n        \"customerReferenceCode\": \"15\",\n        \"type\": \"Banque\",\n        \"counterpartAccount\": {\n            \"producerId\": \"11788182\",\n            \"number\": \"51200000\",\n            \"name\": \"BANQUES\"\n        },\n        \"additionalProducerProperties\": {\n            \"type\": \"BQ\",\n            \"locked\": true\n        }\n    }\n]"}],"_postman_id":"2d68f5c1-8923-4312-88b0-ebe5e6402711"},{"name":"Get exercices","id":"1fc4a014-5088-4004-9e88-a1440dc51ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/exercices?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/exercice.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/exercice.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","exercices"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"50681d98-ec2b-44e7-8e6d-f96e2d26605b","name":"Get exercices","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/exercices?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","exercices"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"54697\",\n        \"name\": \"N+1\",\n        \"period\": {\n            \"start\": \"2024-01-01\",\n            \"end\": \"2024-12-31\",\n            \"duration\": 12,\n            \"closed\": null\n        },\n        \"state\": \"open\",\n        \"additionalProducerProperties\": {\n            \"lettering\": \"MULTI\"\n        }\n    },\n    {\n        \"producerId\": \"51081\",\n        \"name\": \"N\",\n        \"period\": {\n            \"start\": \"2023-01-01\",\n            \"end\": \"2023-12-31\",\n            \"duration\": 12,\n            \"closed\": null\n        },\n        \"state\": \"open\",\n        \"additionalProducerProperties\": {\n            \"lettering\": \"MULTI\"\n        }\n    },\n    {\n        \"producerId\": \"51082\",\n        \"name\": \"N-1\",\n        \"period\": {\n            \"start\": \"2022-01-01\",\n            \"end\": \"2022-12-31\",\n            \"duration\": 12,\n            \"closed\": {\n                \"at\": \"2024-02-16\",\n                \"by\": {\n                    \"producerId\": \"5776\",\n                    \"firstName\": \"Benoit\",\n                    \"lastName\": \"GARIAZZO\"\n                }\n            }\n        },\n        \"state\": \"closed\",\n        \"additionalProducerProperties\": {\n            \"lettering\": \"MULTI\"\n        }\n    },\n    {\n        \"producerId\": \"51083\",\n        \"name\": \"N-2\",\n        \"period\": {\n            \"start\": \"2021-01-01\",\n            \"end\": \"2021-12-31\",\n            \"duration\": 12,\n            \"closed\": {\n                \"at\": \"2021-12-31\",\n                \"by\": {\n                    \"producerId\": \"5776\",\n                    \"firstName\": \"Benoit\",\n                    \"lastName\": \"GARIAZZO\"\n                }\n            }\n        },\n        \"state\": \"closed\",\n        \"additionalProducerProperties\": {\n            \"lettering\": \"MULTI\"\n        }\n    }\n]"}],"_postman_id":"1fc4a014-5088-4004-9e88-a1440dc51ca8"},{"name":"Get Accounting Firm","id":"32d208ad-d3f0-4d29-ad16-bf0b31492736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/accountingFirm?version=1.0.0&accountingFolderId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","accountingFirm"],"host":["api","myunisoft","fr"],"query":[{"key":"version","value":"1.0.0"},{"key":"accountingFolderId","value":null}],"variable":[]}},"response":[],"_postman_id":"32d208ad-d3f0-4d29-ad16-bf0b31492736"},{"name":"Get accounts","id":"e4903abc-b962-421f-a2ef-09f82efa0364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/accounts?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/account.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/account.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","accounts"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"108340ce-0b84-42e4-bb92-aa9eeee39e48","name":"Get accounts","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/accounts?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","accounts"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"producerId\": \"1482937\",\r\n        \"number\": \"6010000000\",\r\n        \"name\": \"ACHATS MATIERES PREM\",\r\n        \"correspondanceAccount\": {\r\n            \"name\": \"Corresp 602\",\r\n            \"number\": \"6020000000\"\r\n        }\r\n    },\r\n    {\r\n        \"producerId\": \"990\",\r\n        \"number\": \"4041700000\",\r\n        \"name\": \"MYUNISOFT\",\r\n        \"company\": {\r\n            \"name\": \"MYUNISOFT\",\r\n            \"SIREN\": \"840143275\",\r\n            \"CEO\": \"Régis SAMUEL\",\r\n            \"payment\": {\r\n            \"producerId\": \"13\",\r\n            \"code\": \"CB\"\r\n            },\r\n            \"address\": {\r\n            \"city\": \"SAINTE GENEVIEVE DES BOIS\",\r\n            \"fullName\": \"3 Rue GAI SEJOUR\",\r\n            \"addressNumber\": \"3\",\r\n            \"addressComplement\": null,\r\n            \"locatingIndex\": null,\r\n            \"postalCode\": \"91700\",\r\n            \"streetName\": \"GAI SEJOUR\",\r\n            \"streetType\": \"Rue\",\r\n            \"country\": \"FRANCE\"\r\n            },\r\n            \"contacts\": [\r\n            {\r\n                \"firstname\": \"Thomas\",\r\n                \"lastname\": \"GENTILHOMME\",\r\n                \"phoneNumber\": \"+33600000000\",\r\n                \"role\": \"Développeur API\",\r\n                \"email\": \"t.gentilhomme@myunisoft.fr\"\r\n            }\r\n            ],\r\n            \"ape\": {\r\n            \"producerId\": \"534\",\r\n            \"code\": \"5829C\",\r\n            \"name\": \"Édition de logiciels applicatifs\"\r\n            }\r\n        }\r\n    }\r\n]"}],"_postman_id":"e4903abc-b962-421f-a2ef-09f82efa0364"},{"name":"Get Associates","id":"50f39954-faa7-4682-b0ba-8757f3baba79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/associates?version=1.0.0&accountingFolderId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","associates"],"host":["api","myunisoft","fr"],"query":[{"key":"version","value":"1.0.0"},{"key":"accountingFolderId","value":null}],"variable":[]}},"response":[],"_postman_id":"50f39954-faa7-4682-b0ba-8757f3baba79"},{"name":"Get analytics","id":"820a0b43-05f8-480c-862b-c14c4328f274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/analytics?version=1.0.0","description":"<p>Get analytics by society.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","analytics"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format Version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"154aa2cd-3521-4fc5-be7c-a02d8cb096c9","name":"Get analytics","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/analytics?accountingFolderId&version","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","analytics"],"query":[{"key":"accountingFolderId","value":null,"description":"Society id."},{"key":"version","value":null,"description":"Data document version."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"producerId\": \"1385\",\n        \"code\": \"IMM\",\n        \"name\": \"Immeubles\",\n        \"sections\": [\n            {\n                \"producerId\": \"8157\",\n                \"code\": \"001\",\n                \"name\": \"IMMEUBLE 1\",\n                \"account\": null,\n                \"additionalProducerProperties\": {\n                    \"closed\": false\n                }\n            },\n            {\n                \"producerId\": \"8164\",\n                \"code\": \"002\",\n                \"name\": \"IMMEUBLE 2\",\n                \"account\": null,\n                \"additionalProducerProperties\": {\n                    \"closed\": false\n                }\n            },\n            {\n                \"producerId\": \"8158\",\n                \"code\": \"003\",\n                \"name\": \"IMMEUBLE 3\",\n                \"account\": null,\n                \"additionalProducerProperties\": {\n                    \"closed\": false\n                }\n            },\n            {\n                \"producerId\": \"8165\",\n                \"code\": \"004\",\n                \"name\": \"IMMEUBLE 4\",\n                \"account\": null,\n                \"additionalProducerProperties\": {\n                    \"closed\": false\n                }\n            },\n            {\n                \"producerId\": \"8156\",\n                \"code\": \"ATTENTE\",\n                \"name\": \"Section d'attente\",\n                \"account\": null,\n                \"additionalProducerProperties\": {\n                    \"closed\": false\n                }\n            }\n        ],\n        \"additionalProducerProperties\": {\n            \"defaultSectionId\": \"8156\"\n        }\n    }\n]"}],"_postman_id":"820a0b43-05f8-480c-862b-c14c4328f274"},{"name":"Get Comments","id":"457a5b10-ca8d-4dc4-b369-6790102d0951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/comments?version=1.0.0&accountingFolderId&type&id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","comments"],"host":["api","myunisoft","fr"],"query":[{"key":"version","value":"1.0.0"},{"key":"accountingFolderId","value":null},{"key":"type","value":null},{"key":"id","value":null}],"variable":[]}},"response":[],"_postman_id":"457a5b10-ca8d-4dc4-b369-6790102d0951"},{"name":"Get accountingFolder","id":"fd475abf-1992-425a-9128-98f1a92bdd3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/accountingFolder?version=1.0.0","description":"<p><a href=\"https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/accountingFolder.md\">https://github.com/MyUnisoft/api-partenaires/blob/main/MAD/specs/v1.0.0/accountingFolder.md</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","accountingFolder"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>MAD Format version</p>\n","type":"text/plain"},"key":"version","value":"1.0.0"}],"variable":[]}},"response":[{"id":"4b04ee11-8e9e-4d9b-bdae-cbb4ff52ad14","name":"Get accountingFolder","originalRequest":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":{"raw":"https://api.myunisoft.fr/api/v1/mad/accountingFolder?version=1.0.0","protocol":"https","host":["api","myunisoft","fr"],"path":["api","v1","mad","accountingFolder"],"query":[{"key":"version","value":"1.0.0","description":"MAD Format version"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"MyUnisoft\",\n    \"reference\": \"MYUN\",\n    \"address\": {\n        \"country\": \"FRANCE\",\n        \"city\": \"MASSY\",\n        \"fullName\": \"4 B Rue GALVANI\",\n        \"addressNumber\": \"4\",\n        \"locatingIndex\": \"B\",\n        \"addressComplement\": null,\n        \"postalCode\": \"91300\",\n        \"streetName\": \"GALVANI\",\n        \"streetType\": \"Rue\"\n    },\n    \"contact\": {\n        \"firstName\": \"Régis\",\n        \"lastName\": \"SAMUEL\",\n        \"phoneNumber\": \"00 00 00 00 00\",\n        \"mobilePhoneNumber\": \"00 00 00 00 00\",\n        \"mail\": null\n    },\n    \"RCS\": {\n        \"producerId\": \"99\",\n        \"name\": \"PARIS\"\n    },\n    \"SIRET\": \"84014327500039\",\n    \"capital\": 10000\n}"}],"_postman_id":"fd475abf-1992-425a-9128-98f1a92bdd3a"},{"name":"Get Vats","id":"fdc8f8fa-6642-42b9-a540-20a4e39c7249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/vats?version=1.0.0&accountingFolderId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","vats"],"host":["api","myunisoft","fr"],"query":[{"key":"version","value":"1.0.0"},{"key":"accountingFolderId","value":null}],"variable":[]}},"response":[],"_postman_id":"fdc8f8fa-6642-42b9-a540-20a4e39c7249"},{"name":"Get Balance","id":"f4875359-25d8-40b4-9433-8cba079f489d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Third-Party-Secret","value":"","type":"text"},{"key":"society-id","value":"","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/mad/balance?accountingFolderId=&version=1.0.0&idExercice=&classAccount=","description":"<p>📢 This endpoint lets you get the balance</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","mad","balance"],"host":["api","myunisoft","fr"],"query":[{"key":"accountingFolderId","value":""},{"key":"version","value":"1.0.0"},{"key":"idExercice","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD</p>\n","type":"text/plain"},"key":"endDate","value":""},{"description":{"content":"<p>Only include entries linked to the requested account root (value%)\nexample : 6%, 61%, 612%</p>\n","type":"text/plain"},"key":"classAccount","value":""}],"variable":[]}},"response":[],"_postman_id":"f4875359-25d8-40b4-9433-8cba079f489d"}],"id":"2893a760-a4b8-40c0-8f9b-75dae17e2ccb","_postman_id":"2893a760-a4b8-40c0-8f9b-75dae17e2ccb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"Various documents","item":[{"name":"get various documents","id":"43200203-3515-4a20-8207-676e61f76db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"society-id","value":"","description":"<p>Mandatory</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","description":"<p>Mandatory</p>\n","type":"text"}],"url":"https://api.myunisoft.fr/api/v1/variousDocuments","description":"<p>📢 Let you get all rooms created on an accounting folder</p>\n","urlObject":{"protocol":"https","path":["api","v1","variousDocuments"],"host":["api","myunisoft","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"43200203-3515-4a20-8207-676e61f76db8"},{"name":"add various documents","id":"bf5816d9-a137-4e6f-ad36-557452452330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{API_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"society-id","value":"","description":"<p>Mandatory id of the accounting folder</p>\n","type":"text"},{"key":"X-Third-Party-Secret","value":"","description":"<p>Your X-Third-Party-Secret is mandatory</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Mandatory chosen file you want to upload</p>\n","type":"file","value":null}]},"url":"https://api.myunisoft.fr/api/v1/variousDocuments?name=&pers_physique_id","description":"<p>📢 Add and upload a various document</p>\n","urlObject":{"protocol":"https","path":["api","v1","variousDocuments"],"host":["api","myunisoft","fr"],"query":[{"description":{"content":"<p>Mandatory name and extension of the document file</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>Mandatory id from the user token</p>\n","type":"text/plain"},"key":"pers_physique_id","value":null}],"variable":[]}},"response":[],"_postman_id":"bf5816d9-a137-4e6f-ad36-557452452330"}],"id":"49962559-78aa-4b97-9e69-02028d669380","_postman_id":"49962559-78aa-4b97-9e69-02028d669380","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","id":"c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd","name":"API Partners (Public)","type":"collection"}}},{"name":"health","id":"927cc665-126c-493a-b160-0b839e0f3d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{root}}/api/partners/health","description":"<p>📢 List of accessible and authorized HTTP endpoints with your access.</p>\n","urlObject":{"path":["api","partners","health"],"host":["{{root}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"927cc665-126c-493a-b160-0b839e0f3d67"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"00a80ad5-4b33-43d9-9a97-45fbc7c5a3fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2920827-a41a-4c92-89c7-eadbd9f4e5bb","type":"text/javascript","exec":[""]}}],"variable":[{"key":"X-Third-Party-Secret","value":"","type":"string"},{"key":"API-TOKEN","value":"","type":"string"}]}