Advertisement
toure5013

Untitled

Feb 25th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. nom: "TEST",
  3. prenoms: "TEST",
  4. quartier: "Faya",
  5. pays_id: "1",
  6. piece_id: "2",
  7. telephone: "8175631",
  8. photo: "images/contribuables/260220014132_mairie.jpeg",
  9. activite_id: "2",
  10. zoneactivite_id: "13",
  11. ncc: "2020262VPLS",
  12. numero_piece: "3234355456",
  13. raison_social: "1212232324",
  14. descriptionzone: "J'habite vers ... non loin de",
  15. nb_taxe: 2,
  16. prix_carte: 3000,
  17. prix_plaque: 3000,
  18. nb_mensualite: 1,
  19. montant_global: 54500,
  20. taxe: [
  21. {mode_paiement: "1", type_paiement: "1", taxe_id: "1", caracteristique_id: "360", montant: "10000"},
  22. {mode_paiement: "2", type_paiement: "2", taxe_id: "4", caracteristique_id: "132", montant: "7500"}
  23. ],
  24. taxeContribuableAfficher:[
  25. {t_payement: "Rénouvellement", m_payement: "mensuel", v_taxe: "TAXE FORFAITAIRE", montant: "10000"},
  26. {t_payement: "Déclaration", m_payement: "annuel", v_taxe: "ODP", montant: "7500"}
  27. ],
  28. kit_frais_declaration: 25000,
  29. totalMensuelle: 10000,
  30. totalAnnuelle: 7500,
  31. totalMoisMultiple: 10000,
  32. montantCarteApresOperation: 6000,
  33. montantPlaqueApresOperation: 6000,
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement