Skip to main content

Dimension

No description

type Dimension {
annexSurface: Decimal
correctedSurface: Decimal
correctedSurfaceComment: String
createdDate: DateTime!
habitableSurface: Decimal
id: UUID!
organizationId: UUID!
updatedDate: DateTime!
}

Fields

NomTypeDescription
annexSurfaceDecimal scalar
correctedSurfaceDecimal scalar
correctedSurfaceCommentString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
habitableSurfaceDecimal scalar
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
updatedDateDateTime! non-null scalarThe last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2