feat(api particulier): add DGFiP field
This commit is contained in:
parent
08405226b7
commit
2110ef072c
32 changed files with 577 additions and 76 deletions
|
@ -38,7 +38,6 @@ http_interactions:
|
|||
- max-age=15552000
|
||||
body:
|
||||
encoding: UTF-8
|
||||
string: '{"_id":"1d99db5a-a099-4314-ad2f-2707c6b505a6","name":"Application de
|
||||
sandbox","scopes":["dgfip_avis_imposition","dgfip_adresse","cnaf_allocataires","cnaf_enfants","cnaf_adresse","cnaf_quotient_familial","mesri_statut_etudiant"]}'
|
||||
string: '{"_id":"1d99db5a-a099-4314-ad2f-2707c6b505a6","name":"Application de sandbox","scopes":["cnaf_allocataires","cnaf_enfants","cnaf_adresse","cnaf_quotient_familial","dgfip_declarant1_nom","dgfip_declarant1_nom_naissance","dgfip_declarant1_prenoms","dgfip_declarant1_date_naissance","dgfip_declarant2_nom","dgfip_declarant2_nom_naissance","dgfip_declarant2_prenoms","dgfip_declarant2_date_naissance","dgfip_date_recouvrement","dgfip_date_etablissement","dgfip_adresse_fiscale_taxation","dgfip_adresse_fiscale_annee","dgfip_nombre_parts","dgfip_nombre_personnes_a_charge","dgfip_situation_familiale","dgfip_revenu_brut_global","dgfip_revenu_imposable","dgfip_impot_revenu_net_avant_corrections","dgfip_montant_impot","dgfip_revenu_fiscal_reference","dgfip_annee_impot","dgfip_annee_revenus","dgfip_erreur_correctif","dgfip_situation_partielle"]}'
|
||||
recorded_at: Tue, 16 Mar 2021 15:25:24 GMT
|
||||
recorded_with: VCR 6.0.0
|
||||
|
|
|
@ -1,33 +1,37 @@
|
|||
{
|
||||
"avis_imposition": {
|
||||
"declarant1": {
|
||||
"nom": "FERRI",
|
||||
"nomNaissance": "FERRI",
|
||||
"prenoms": "Karine",
|
||||
"dateNaissance": "12/08/1978"
|
||||
},
|
||||
"declarant2": {
|
||||
"nom": "",
|
||||
"nomNaissance": "",
|
||||
"prenoms": "",
|
||||
"dateNaissance": "12/08/1978"
|
||||
},
|
||||
"declarant1": {
|
||||
"nom": "FERRI",
|
||||
"nomNaissance": "FERRI",
|
||||
"prenoms": "Karine",
|
||||
"dateNaissance": "12/08/1978"
|
||||
},
|
||||
"declarant2": {
|
||||
"nom": "",
|
||||
"nomNaissance": "",
|
||||
"prenoms": "",
|
||||
"dateNaissance": "12/08/1978"
|
||||
},
|
||||
"echeance_avis": {
|
||||
"dateRecouvrement": "09/10/2020",
|
||||
"dateEtablissement": "07/07/2020",
|
||||
"dateEtablissement": "07/07/2020"
|
||||
},
|
||||
"foyer_fiscal": {
|
||||
"annee": 2020,
|
||||
"adresse": "13 rue de la Plage 97615 Pamanzi",
|
||||
"nombreParts": 1,
|
||||
"situationFamille": "Célibataire",
|
||||
"nombrePersonnesCharge": 0,
|
||||
"nombrePersonnesCharge": 0
|
||||
},
|
||||
"agregats_fiscaux": {
|
||||
"revenuBrutGlobal": 38814,
|
||||
"revenuImposable": 38814,
|
||||
"impotRevenuNetAvantCorrections": 38814,
|
||||
"montantImpot": 38814,
|
||||
"revenuFiscalReference": 38814,
|
||||
"anneeImpots": "2020",
|
||||
"anneeRevenus": "2020",
|
||||
"situationPartielle": "SUP DOM"
|
||||
"anneeRevenus": "2020"
|
||||
},
|
||||
"foyer_fiscal": {
|
||||
"annee": 2020,
|
||||
"adresse": "13 rue de la Plage 97615 Pamanzi"
|
||||
"complements": {
|
||||
"situationPartielle": "SUP DOM"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue