Skip to main content

EquipmentInput

No description

input EquipmentInput {
comment: String
count: Int
electricityHighRateHoursTotal: Int
electricityLowRateHoursTotal: Int
electricityRateHoursTotal: Int
equipmentTypeId: UUID
foreignId: String
id: UUID
location: String
name: String
reference: String
}

Fields

NomTypeDescription
commentString scalar
countInt scalar
electricityHighRateHoursTotalInt scalar
electricityLowRateHoursTotalInt scalar
electricityRateHoursTotalInt scalar
equipmentTypeIdUUID scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID scalarUnique identifier of the entity
locationString scalar
nameString scalar
referenceString scalarA human readable identifier for the entity. Can match external systems/applications. ApartmentUnitInput HouseUnitInput OtherUnitInput ParkingUnitInput UnitInputV2