Représente les informations principales d'un groupe d'ordres réguliers
| Propriété | Type | Ordre | Obligatoire | Description |
|---|---|---|---|---|
| Id | Int32 | 0 | False | Identifiant |
| Code | String | 1 | False | Code |
| Libelle | String | 2 | False | Libelle |
| IsDefaultGroup | Boolean | 3 | False | Is default group |
{
"Id": 0,
"Code": null,
"Libelle": null,
"IsDefaultGroup": false
}