Dimension
No description
type Dimension {
annexSurface: Decimal
correctedSurface: Decimal
correctedSurfaceComment: String
createdDate: DateTime!
habitableSurface: Decimal
id: UUID!
organizationId: UUID!
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| annexSurface | Decimal scalar | — |
| correctedSurface | Decimal scalar | — |
| correctedSurfaceComment | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| habitableSurface | Decimal scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |