diff --git a/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-celibataire-ne-aux-etats-unis-avec-deux-enfants.yaml b/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-celibataire-ne-aux-etats-unis-avec-deux-enfants.yaml
new file mode 100644
index 0000000..71371c8
--- /dev/null
+++ b/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-celibataire-ne-aux-etats-unis-avec-deux-enfants.yaml
@@ -0,0 +1,70 @@
+---
+description: |-
+ ## célibataire né aux Etats Unis avec deux enfants - allocataire féminin - QF CNAF de 300 en aout 2024
+
+ Ce cas permet de tester :
+ - [Param. appel] Lieu de naissance en France
+ - [Param. appel] Sexe féminin
+ - [Param. appel] 1 prénom
+ - [Réponse] Tableau d'informations 1 seul allocataire
+ - [Réponse] Tableau d'informations car deux enfants
+ - [Réponse] Régime CNAF
+ - [Réponse] Quotient familial de 300
+ - [Réponse] Quotient familial ancien de aout 2024
+params:
+ codePaysLieuDeNaissance: '99404'
+ sexe: 'F'
+ nomNaissance: 'SIMPSON'
+ prenoms:
+ - 'Marge'
+ anneeDateDeNaissance: 1980
+ moisDateDeNaissance: 11
+ jourDateDeNaissance: 15
+status: 200
+payload: |-
+ {
+ "regime": "CNAF",
+ "allocataires": [
+ {
+ "nomNaissance": "BROWN",
+ "nomUsage": null,
+ "prenoms": "Marge",
+ "anneeDateDeNaissance": "1980",
+ "moisDateDeNaissance": "11",
+ "jourDateDeNaissance": "15",
+ "sexe": "F"
+ }
+ ],
+ "enfants": [
+ {
+ "nomNaissance": "BROWN",
+ "nomUsage": null,
+ "prenoms": "Bart",
+ "anneeDateDeNaissance": "2012",
+ "moisDateDeNaissance": "02",
+ "jourDateDeNaissance": "28",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "SIMPSON",
+ "nomUsage": null,
+ "prenoms": "LISA",
+ "anneeDateDeNaissance": "2013",
+ "moisDateDeNaissance": "03",
+ "jourDateDeNaissance": "01",
+ "sexe": "F"
+ }
+ ],
+ "adresse": {
+ "identite": "Madame SIMPSON Marge",
+ "complementInformation": null,
+ "complementInformationGeographique": null,
+ "numeroLibelleVoie": "1 PLACE DE L'HOTEL DE VILLE'",
+ "lieuDit": null,
+ "codePostalVille": "51000 CHALONS-EN-CHAMPAGNE",
+ "pays": "FRANCE"
+ },
+ "quotientFamilial": 300,
+ "annee": 2024,
+ "mois": 8
+ }
diff --git a/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-couple-2-enfant-allocataire-masculin-cnaf-200-sept2024.yaml b/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-couple-2-enfant-allocataire-masculin-cnaf-200-sept2024.yaml
new file mode 100644
index 0000000..36dac25
--- /dev/null
+++ b/payloads/api_particulier_v2_cnav_quotient_familial_v2/200-couple-2-enfant-allocataire-masculin-cnaf-200-sept2024.yaml
@@ -0,0 +1,80 @@
+---
+description: |-
+ ## Couple avec deux enfants - allocataire masculin - QF MSA de 200 en septembre 2024
+
+ Ce cas permet de tester :
+ - [Param. appel] Lieu de naissance en France
+ - [Param. appel] Sexe masculin
+ - [Param. appel] 1 prénom
+ - [Réponse] Tableau d'informations car couple
+ - [Réponse] Tableau d'informations car deux enfants
+ - [Réponse] Régime MSA
+ - [Réponse] Quotient familial de 200
+ - [Réponse] Quotient familial ancien de septembre 2024
+params:
+ codeInseeLieuDeNaissance: '51108'
+ codePaysLieuDeNaissance: '99100'
+ sexe: 'M'
+ nomNaissance: 'Martin'
+ prenoms:
+ - 'Pierre'
+ anneeDateDeNaissance: 1987
+ moisDateDeNaissance: 6
+ jourDateDeNaissance: 27
+status: 200
+payload: |-
+ {
+ "regime": "MSA",
+ "allocataires": [
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "PIERRE ALEXIS FRANCOIS",
+ "anneeDateDeNaissance": "1978",
+ "moisDateDeNaissance": "06",
+ "jourDateDeNaissance": "27",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "LEROUGE",
+ "nomUsage": "MARTIN",
+ "prenoms": "JUSTINE ÉLISE",
+ "anneeDateDeNaissance": "1979",
+ "moisDateDeNaissance": "05",
+ "jourDateDeNaissance": "19",
+ "sexe": "F"
+ }
+ ],
+ "enfants": [
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "ALEXIS VINCENT",
+ "anneeDateDeNaissance": "2006",
+ "moisDateDeNaissance": "04",
+ "jourDateDeNaissance": "20",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "FLEUR EDITH",
+ "anneeDateDeNaissance": "2010",
+ "moisDateDeNaissance": "04",
+ "jourDateDeNaissance": "20",
+ "sexe": "F"
+ }
+ ],
+ "adresse": {
+ "identite": "Monsieur MARTIN Pierre",
+ "complementInformation": "Batiment B",
+ "complementInformationGeographique": "Résidence Alouette",
+ "numeroLibelleVoie": "12 AVENUE DU GÉNÉRAL DE GAULLE",
+ "lieuDit": null,
+ "codePostalVille": "51000 CHALONS-EN-CHAMPAGNE",
+ "pays": "FRANCE"
+ },
+ "quotientFamilial": 200,
+ "annee": 2024,
+ "mois": 9
+ }
diff --git a/payloads/api_particulier_v2_cnav_quotient_familial_v2/README.md b/payloads/api_particulier_v2_cnav_quotient_familial_v2/README.md
index ff6744f..3e5ee14 100644
--- a/payloads/api_particulier_v2_cnav_quotient_familial_v2/README.md
+++ b/payloads/api_particulier_v2_cnav_quotient_familial_v2/README.md
@@ -1,4 +1,218 @@
# Quotient familial MSA & CAF
+* [200-celibataire-ne-aux-etats-unis-avec-deux-enfants.yaml](200-celibataire-ne-aux-etats-unis-avec-deux-enfants.yaml)
+
+ Status `200`
+
+ ## célibataire né aux Etats Unis avec deux enfants - allocataire féminin - QF CNAF de 300 en aout 2024
+
+Ce cas permet de tester :
+- [Param. appel] Lieu de naissance en France
+- [Param. appel] Sexe féminin
+- [Param. appel] 1 prénom
+- [Réponse] Tableau d'informations 1 seul allocataire
+- [Réponse] Tableau d'informations car deux enfants
+- [Réponse] Régime CNAF
+- [Réponse] Quotient familial de 300
+- [Réponse] Quotient familial ancien de aout 2024
+
+ Paramètres
+
+
+ ```json
+ {
+ "codePaysLieuDeNaissance": "99404",
+ "sexe": "F",
+ "nomNaissance": "SIMPSON",
+ "prenoms": [
+ "Marge"
+ ],
+ "anneeDateDeNaissance": 1980,
+ "moisDateDeNaissance": 11,
+ "jourDateDeNaissance": 15
+ }
+ ```
+
+
+
+
+ Réponse API
+
+
+ ```json
+ {
+ "regime": "CNAF",
+ "allocataires": [
+ {
+ "nomNaissance": "BROWN",
+ "nomUsage": null,
+ "prenoms": "Marge",
+ "anneeDateDeNaissance": "1980",
+ "moisDateDeNaissance": "11",
+ "jourDateDeNaissance": "15",
+ "sexe": "F"
+ }
+ ],
+ "enfants": [
+ {
+ "nomNaissance": "BROWN",
+ "nomUsage": null,
+ "prenoms": "Bart",
+ "anneeDateDeNaissance": "2012",
+ "moisDateDeNaissance": "02",
+ "jourDateDeNaissance": "28",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "SIMPSON",
+ "nomUsage": null,
+ "prenoms": "LISA",
+ "anneeDateDeNaissance": "2013",
+ "moisDateDeNaissance": "03",
+ "jourDateDeNaissance": "01",
+ "sexe": "F"
+ }
+ ],
+ "adresse": {
+ "identite": "Madame SIMPSON Marge",
+ "complementInformation": null,
+ "complementInformationGeographique": null,
+ "numeroLibelleVoie": "1 PLACE DE L'HOTEL DE VILLE'",
+ "lieuDit": null,
+ "codePostalVille": "51000 CHALONS-EN-CHAMPAGNE",
+ "pays": "FRANCE"
+ },
+ "quotientFamilial": 300,
+ "annee": 2024,
+ "mois": 8
+ }
+ ```
+
+
+
+
+ Commande cURL
+
+
+ ```bash
+ curl -H "X-Api-Key: $token" \
+ -G -d 'codePaysLieuDeNaissance=99404' -d 'sexe=F' -d 'nomNaissance=SIMPSON' -d 'prenoms[]=Marge' -d 'anneeDateDeNaissance=1980' -d 'moisDateDeNaissance=11' -d 'jourDateDeNaissance=15' \
+ --url "https://staging.particulier.api.gouv.fr/api/v2/composition-familiale-v2"
+ ```
+
+
+
+* [200-couple-2-enfant-allocataire-masculin-cnaf-200-sept2024.yaml](200-couple-2-enfant-allocataire-masculin-cnaf-200-sept2024.yaml)
+
+ Status `200`
+
+ ## Couple avec deux enfants - allocataire masculin - QF MSA de 200 en septembre 2024
+
+Ce cas permet de tester :
+- [Param. appel] Lieu de naissance en France
+- [Param. appel] Sexe masculin
+- [Param. appel] 1 prénom
+- [Réponse] Tableau d'informations car couple
+- [Réponse] Tableau d'informations car deux enfants
+- [Réponse] Régime MSA
+- [Réponse] Quotient familial de 200
+- [Réponse] Quotient familial ancien de septembre 2024
+
+ Paramètres
+
+
+ ```json
+ {
+ "codeInseeLieuDeNaissance": "51108",
+ "codePaysLieuDeNaissance": "99100",
+ "sexe": "M",
+ "nomNaissance": "Martin",
+ "prenoms": [
+ "Pierre"
+ ],
+ "anneeDateDeNaissance": 1987,
+ "moisDateDeNaissance": 6,
+ "jourDateDeNaissance": 27
+ }
+ ```
+
+
+
+
+ Réponse API
+
+
+ ```json
+ {
+ "regime": "MSA",
+ "allocataires": [
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "PIERRE ALEXIS FRANCOIS",
+ "anneeDateDeNaissance": "1978",
+ "moisDateDeNaissance": "06",
+ "jourDateDeNaissance": "27",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "LEROUGE",
+ "nomUsage": "MARTIN",
+ "prenoms": "JUSTINE ÉLISE",
+ "anneeDateDeNaissance": "1979",
+ "moisDateDeNaissance": "05",
+ "jourDateDeNaissance": "19",
+ "sexe": "F"
+ }
+ ],
+ "enfants": [
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "ALEXIS VINCENT",
+ "anneeDateDeNaissance": "2006",
+ "moisDateDeNaissance": "04",
+ "jourDateDeNaissance": "20",
+ "sexe": "M"
+ },
+ {
+ "nomNaissance": "MARTIN",
+ "nomUsage": null,
+ "prenoms": "FLEUR EDITH",
+ "anneeDateDeNaissance": "2010",
+ "moisDateDeNaissance": "04",
+ "jourDateDeNaissance": "20",
+ "sexe": "F"
+ }
+ ],
+ "adresse": {
+ "identite": "Monsieur MARTIN Pierre",
+ "complementInformation": "Batiment B",
+ "complementInformationGeographique": "Résidence Alouette",
+ "numeroLibelleVoie": "12 AVENUE DU GÉNÉRAL DE GAULLE",
+ "lieuDit": null,
+ "codePostalVille": "51000 CHALONS-EN-CHAMPAGNE",
+ "pays": "FRANCE"
+ },
+ "quotientFamilial": 200,
+ "annee": 2024,
+ "mois": 9
+ }
+ ```
+
+
+
+
+ Commande cURL
+
+
+ ```bash
+ curl -H "X-Api-Key: $token" \
+ -G -d 'codeInseeLieuDeNaissance=51108' -d 'codePaysLieuDeNaissance=99100' -d 'sexe=M' -d 'nomNaissance=Martin' -d 'prenoms[]=Pierre' -d 'anneeDateDeNaissance=1987' -d 'moisDateDeNaissance=6' -d 'jourDateDeNaissance=27' \
+ --url "https://staging.particulier.api.gouv.fr/api/v2/composition-familiale-v2"
+ ```
+
+
+
* [200-couple-2_enfants-qf_msa_150_mai23.yaml](200-couple-2_enfants-qf_msa_150_mai23.yaml)
Status `200`
diff --git a/payloads/api_particulier_v2_cnav_quotient_familial_v2/summary.csv b/payloads/api_particulier_v2_cnav_quotient_familial_v2/summary.csv
index c60151e..4905b8e 100644
--- a/payloads/api_particulier_v2_cnav_quotient_familial_v2/summary.csv
+++ b/payloads/api_particulier_v2_cnav_quotient_familial_v2/summary.csv
@@ -1,4 +1,125 @@
Titre,Description,Paramètres,Status,Réponse
+,"## célibataire né aux Etats Unis avec deux enfants - allocataire féminin - QF CNAF de 300 en aout 2024
+
+Ce cas permet de tester :
+- [Param. appel] Lieu de naissance en France
+- [Param. appel] Sexe féminin
+- [Param. appel] 1 prénom
+- [Réponse] Tableau d'informations 1 seul allocataire
+- [Réponse] Tableau d'informations car deux enfants
+- [Réponse] Régime CNAF
+- [Réponse] Quotient familial de 300
+- [Réponse] Quotient familial ancien de aout 2024","{""codePaysLieuDeNaissance"":""99404"",""sexe"":""F"",""nomNaissance"":""SIMPSON"",""prenoms"":[""Marge""],""anneeDateDeNaissance"":1980,""moisDateDeNaissance"":11,""jourDateDeNaissance"":15}",200,"{
+ ""regime"": ""CNAF"",
+ ""allocataires"": [
+ {
+ ""nomNaissance"": ""BROWN"",
+ ""nomUsage"": null,
+ ""prenoms"": ""Marge"",
+ ""anneeDateDeNaissance"": ""1980"",
+ ""moisDateDeNaissance"": ""11"",
+ ""jourDateDeNaissance"": ""15"",
+ ""sexe"": ""F""
+ }
+ ],
+ ""enfants"": [
+ {
+ ""nomNaissance"": ""BROWN"",
+ ""nomUsage"": null,
+ ""prenoms"": ""Bart"",
+ ""anneeDateDeNaissance"": ""2012"",
+ ""moisDateDeNaissance"": ""02"",
+ ""jourDateDeNaissance"": ""28"",
+ ""sexe"": ""M""
+ },
+ {
+ ""nomNaissance"": ""SIMPSON"",
+ ""nomUsage"": null,
+ ""prenoms"": ""LISA"",
+ ""anneeDateDeNaissance"": ""2013"",
+ ""moisDateDeNaissance"": ""03"",
+ ""jourDateDeNaissance"": ""01"",
+ ""sexe"": ""F""
+ }
+ ],
+ ""adresse"": {
+ ""identite"": ""Madame SIMPSON Marge"",
+ ""complementInformation"": null,
+ ""complementInformationGeographique"": null,
+ ""numeroLibelleVoie"": ""1 PLACE DE L'HOTEL DE VILLE'"",
+ ""lieuDit"": null,
+ ""codePostalVille"": ""51000 CHALONS-EN-CHAMPAGNE"",
+ ""pays"": ""FRANCE""
+ },
+ ""quotientFamilial"": 300,
+ ""annee"": 2024,
+ ""mois"": 8
+}"
+,"## Couple avec deux enfants - allocataire masculin - QF MSA de 200 en septembre 2024
+
+Ce cas permet de tester :
+- [Param. appel] Lieu de naissance en France
+- [Param. appel] Sexe masculin
+- [Param. appel] 1 prénom
+- [Réponse] Tableau d'informations car couple
+- [Réponse] Tableau d'informations car deux enfants
+- [Réponse] Régime MSA
+- [Réponse] Quotient familial de 200
+- [Réponse] Quotient familial ancien de septembre 2024","{""codeInseeLieuDeNaissance"":""51108"",""codePaysLieuDeNaissance"":""99100"",""sexe"":""M"",""nomNaissance"":""Martin"",""prenoms"":[""Pierre""],""anneeDateDeNaissance"":1987,""moisDateDeNaissance"":6,""jourDateDeNaissance"":27}",200,"{
+ ""regime"": ""MSA"",
+ ""allocataires"": [
+ {
+ ""nomNaissance"": ""MARTIN"",
+ ""nomUsage"": null,
+ ""prenoms"": ""PIERRE ALEXIS FRANCOIS"",
+ ""anneeDateDeNaissance"": ""1978"",
+ ""moisDateDeNaissance"": ""06"",
+ ""jourDateDeNaissance"": ""27"",
+ ""sexe"": ""M""
+ },
+ {
+ ""nomNaissance"": ""LEROUGE"",
+ ""nomUsage"": ""MARTIN"",
+ ""prenoms"": ""JUSTINE ÉLISE"",
+ ""anneeDateDeNaissance"": ""1979"",
+ ""moisDateDeNaissance"": ""05"",
+ ""jourDateDeNaissance"": ""19"",
+ ""sexe"": ""F""
+ }
+ ],
+ ""enfants"": [
+ {
+ ""nomNaissance"": ""MARTIN"",
+ ""nomUsage"": null,
+ ""prenoms"": ""ALEXIS VINCENT"",
+ ""anneeDateDeNaissance"": ""2006"",
+ ""moisDateDeNaissance"": ""04"",
+ ""jourDateDeNaissance"": ""20"",
+ ""sexe"": ""M""
+ },
+ {
+ ""nomNaissance"": ""MARTIN"",
+ ""nomUsage"": null,
+ ""prenoms"": ""FLEUR EDITH"",
+ ""anneeDateDeNaissance"": ""2010"",
+ ""moisDateDeNaissance"": ""04"",
+ ""jourDateDeNaissance"": ""20"",
+ ""sexe"": ""F""
+ }
+ ],
+ ""adresse"": {
+ ""identite"": ""Monsieur MARTIN Pierre"",
+ ""complementInformation"": ""Batiment B"",
+ ""complementInformationGeographique"": ""Résidence Alouette"",
+ ""numeroLibelleVoie"": ""12 AVENUE DU GÉNÉRAL DE GAULLE"",
+ ""lieuDit"": null,
+ ""codePostalVille"": ""51000 CHALONS-EN-CHAMPAGNE"",
+ ""pays"": ""FRANCE""
+ },
+ ""quotientFamilial"": 200,
+ ""annee"": 2024,
+ ""mois"": 9
+}"
,"## Couple avec deux enfants - allocataire féminin - QF MSA de 150 en mai 2023
Ce cas permet de tester :