Equipment
No description
type Equipment {
buildingId: UUID
comment: String
count: Int
createdDate: DateTime!
currentState: ObjectState
electricityHighRateHoursTotal: Int
electricityLowRateHoursTotal: Int
electricityRateHoursTotal: Int
equipmentType: EquipmentType
equipmentTypeId: UUID
foreignId: String
id: UUID!
location: String
name: String
organizationId: UUID!
reference: String
subBuildingId: UUID
unitId: UUID
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| buildingId | UUID scalar | — |
| comment | String scalar | — |
| count | Int scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| currentState | ObjectState object | — |
| electricityHighRateHoursTotal | Int scalar | — |
| electricityLowRateHoursTotal | Int scalar | — |
| electricityRateHoursTotal | Int scalar | — |
| equipmentType | EquipmentType object | — |
| equipmentTypeId | UUID scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID! non-null scalar | Unique identifier of the entity |
| location | String scalar | — |
| name | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| subBuildingId | UUID scalar | — |
| unitId | UUID scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |