diff --git a/internal/models/consent.go b/internal/models/consent.go index c76ed46db3672dce4bb4dd50296a989bf6cea344..dfe09b744f69739b20a6f275c08a67fd5da6839b 100644 --- a/internal/models/consent.go +++ b/internal/models/consent.go @@ -20,6 +20,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"`