Paramétrage d'un champs d'adresse (visibilité, champs obligatoire, libellé, ...)
| Propriété | Type | Ordre | Obligatoire | Description |
|---|---|---|---|---|
| Visible | Boolean | 0 | False | Le champs est visible en saisie |
| Mandatory | Boolean | 1 | False | Le champs est obligatoire en saisie |
| Label | String | 2 | False | Libellé / placeholder décrivant le champs |
| TriggerGeocoding | Boolean | 3 | False | Une modification sur ce champs d'adresse doit déclencher une modification du géocodage |
{
"Visible": false,
"Mandatory": false,
"Label": null,
"TriggerGeocoding": false
}