Skip to main content

UnitSurface

Unit surface object

type UnitSurface {
comment: String
createdDate: DateTime!
id: UUID!
isReference: Boolean!
measurementDate: Date!
measurementSource: UnitSurfaceMeasurementSource!
measurementUnit: UnitSurfaceMeasurementUnit!
organizationId: UUID!
surfaceType: UnitSurfaceType!
unit: Unit
unitId: UUID!
updatedDate: DateTime!
value: Decimal!
}

Fields

NomTypeDescription
commentString scalarOptional comment
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
isReferenceBoolean! non-null scalarWhether this is the reference surface for the unit
measurementDateDate! non-null scalarDate of measurement
measurementSourceUnitSurfaceMeasurementSource! non-null enumSource of the measurement
measurementUnitUnitSurfaceMeasurementUnit! non-null enumMeasurement unit
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
surfaceTypeUnitSurfaceType! non-null enumType of surface
unitUnit interfaceUnit
unitIdUUID! non-null scalarID of the unit
updatedDateDateTime! non-null scalarThe last update date-time of the entity
valueDecimal! non-null scalarSurface value ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2