Open sfinx13 opened 2 weeks ago
Mes remarques :
Il y a beaucoup trop d'informations ici, le profil seul serait suffisant :
"profil_concerne": "logement_occupez",
"profil_concerne_detail_occupant": "locataire",
"profil_concerne_detail_bailleur_proprietaire": "particulier",
"profil_concerne_detail_tiers": "tiers_particulier",
Normalisation des coordonnées : il serait préférable d'avoir un tableau de personnes, en distinguant chaque personne par type de profil, comme c'est fait dans SISH.
"coordonnees_occupant": {
"civilite": "Madame",
"nom": "string",
"nom_organisme": "string",
"prenom": "string",
"adresse_email": "user@example.com",
"telephone": "string",
"telephone_secondaire": "string"
},
"coordonnees_bailleur": {
"nom_organisme": "string",
"prenom": "string",
"adresse_email": "user@example.com",
"telephone": "string",
"telephone_secondaire": "string",
"numero_voie": "string",
"code_postal": "string",
"commune": "string"
},
"coordonnees_tiers_declarant": {
"lien_occupant": "proche",
"nom_organisme": "string",
"civilite": "Madame",
"nom": "string",
"prenom": "string",
"adresse_email": "user@example.com",
"telephone": "string",
"telephone_secondaire": "string"
},
Envoyer la catégorie de cette manière pas sur que ce soit utile
"desordres": {
"categories_desordre": [
"desordres_batiment_proprete"
],
"desordres_batiment_proprete_interieur": true,
"desordres_batiment_proprete_facades": true,
Pour les images ça sera plutôt du base64
En prévision de la tâche : https://github.com/MTES-MCT/histologe/issues/1071
Ils ont envoyé un mail avec leur doc. Reçu par mail le 04/11.