Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Création de jeu de données CSS #129

Open
mechicherita opened this issue Jan 24, 2025 · 0 comments
Open

Création de jeu de données CSS #129

mechicherita opened this issue Jan 24, 2025 · 0 comments

Comments

@mechicherita
Copy link

Bonjour,

Toujours dans le cadre de notre recette sur la CSS, nous souhaiterions créer des données.

Merci d'avance !

  1. Le endpoint en question : payloads/api_particulier_v2_cnav_complementaire_sante_solidaire

  2. Les payloads attendues, accompagnées de leurs codes et paramètres d'appel :

  • beneficiaire_sans_participation_financiere_femme_200_2
---
description: |-
  ## Bénéficiaire sans participation financière femme - 200

  
  Ce cas permet de tester :
  - [Param. appel] Nom de naissance
  - [Param. appel] Prénom
  - [Param. appel] Date de naissance (jour,mois,année)
  - [Param. appel] sexe féminin
  - [Réponse] statut bénéficiaire de la complémentaire santé solidaire SANS participation financière
params:
  nomNaissance: 'TOUR'
  prenoms:
    - 'LIDIA'
  anneeDateDeNaissance: 1970
  moisDateDeNaissance: 1
  jourDateDeNaissance: 1
  codeInseeLieuDeNaissance: '44109'
  codePaysLieuDeNaissance: '99100' #Bénéficiaire né en France
  sexe: 'F'
status: 200
payload: |-
  {
    "status": "beneficiaire_sans_participation_financiere",
    "dateDebut": "2025-01-01",
    "dateFin": null
  }

  • beneficiaire_sans_participation_financiere_femme_200_3
---
description: |-
  ## Bénéficiaire sans participation financière femme - 200

  
  Ce cas permet de tester :
  - [Param. appel] Nom d'usage
  - [Param. appel] Nom de naissance
  - [Param. appel] Prénom
  - [Param. appel] Date de naissance (jour,mois,année)
  - [Param. appel] sexe féminin
  - [Réponse] statut bénéficiaire de la complémentaire santé solidaire SANS participation financière
params:
  nomNaissance: 'LILLE'
  prenoms:
    - 'SARA'
  anneeDateDeNaissance: 1958
  moisDateDeNaissance: 1
  jourDateDeNaissance: 1
  codeInseeLieuDeNaissance: '44109'
  codePaysLieuDeNaissance: '99100' #Bénéficiaire né en France
  sexe: 'F'
status: 200
payload: |-
  {
    "status": "beneficiaire_sans_participation_financiere",
    "dateDebut": "2021-03-12",
    "dateFin": null
  }

  • beneficiaire_sans_participation_financiere_femme_200_4
---
description: |-
  ## Bénéficiaire sans participation financière femme - 200

  
  Ce cas permet de tester :
  - [Param. appel] Nom d'usage
  - [Param. appel] Nom de naissance
  - [Param. appel] Prénom
  - [Param. appel] Date de naissance (jour,mois,année)
  - [Param. appel] sexe féminin
  - [Réponse] statut bénéficiaire de la complémentaire santé solidaire SANS participation financière
params:
  nomUsage: 'SABRI'
  nomNaissance: 'CHANI'
  prenoms:
    - 'LOLA'
  anneeDateDeNaissance: 1970
  moisDateDeNaissance: 1
  jourDateDeNaissance: 1
  codeInseeLieuDeNaissance: '44109'
  codePaysLieuDeNaissance: '99100' #Bénéficiaire né en France
  sexe: 'F'
status: 200
payload: |-
  {
    "status": "beneficiaire_sans_participation_financiere",
    "dateDebut": "2023-05-31",
    "dateFin": null
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant