diff --git a/internal/models/consent.go b/internal/models/consent.go index abd5f79d64f4e372c684be5ada7b8f0f6e37d3a7..59d456a7e7ebefdc2be2e0d6e699ad4774f2dc10 100644 --- a/internal/models/consent.go +++ b/internal/models/consent.go @@ -19,6 +19,7 @@ type Consent struct { Address string `json:"address"` PointID int `json:"pointID"` PostalCode string `json:"postalCode"` + City string `json:"city"` InseeCode string `json:"inseeCode"` EndDate time.Time `json:"endDate"` ServiceID int `json:"serviceID,omitempty"`