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
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | Optional comment |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| isReference | Boolean! non-null scalar | Whether this is the reference surface for the unit |
| measurementDate | Date! non-null scalar | Date of measurement |
| measurementSource | UnitSurfaceMeasurementSource! non-null enum | Source of the measurement |
| measurementUnit | UnitSurfaceMeasurementUnit! non-null enum | Measurement unit |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| surfaceType | UnitSurfaceType! non-null enum | Type of surface |
| unit | Unit interface | Unit |
| unitId | UUID! non-null scalar | ID of the unit |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| value | Decimal! non-null scalar | Surface value ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |