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

Modifier jeu de données CSS #112

Open
raphaellmc2i opened this issue Oct 18, 2024 · 0 comments
Open

Modifier jeu de données CSS #112

raphaellmc2i opened this issue Oct 18, 2024 · 0 comments

Comments

@raphaellmc2i
Copy link

Bonjour,

Toujours dans le cadre de notre recette, nous souhaiterions modifier des données précédemment crées.

Merci d'avance !

  1. Le endpoint en question

payloads/api_particulier_v2_cnav_complementaire_sante_solidaire/beneficiaire_sans_participation_financiere_homme_200_futur_proche.yml

  1. Les payloads attendues, accompagnées de leurs codes et paramètres d'appel
---
description: |-
  ## Bénéficiaire sans participation financière homme dans un futur trop proche - 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 masculin
  - [Réponse] statut bénéficiaire de la complémentaire santé solidaire SANS participation financière
params:
  nomUsage: 'GARE'
  nomNaissance: 'GEANT'
  prenoms:
    - 'GARY'
  anneeDateDeNaissance: 1950
  moisDateDeNaissance: 1
  jourDateDeNaissance: 1
  codeInseeLieuDeNaissance: '44109'
  codePaysLieuDeNaissance: '99100' #Bénéficiaire né en France
  sexe: 'M'
status: 200
payload: |-
  {
    "status": "beneficiaire_sans_participation_financiere",
    "dateDebut": "2023-11-29",
    "dateFin": "2024-11-29"
  }
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