Skip to main content

PropertyEvent

No description

type PropertyEvent {
buildingBlockId: UUID
buildingId: UUID
comment: String
createdDate: DateTime!
date: Date @deprecated
id: UUID!
insertedBy: User
insertedById: UUID
organizationId: UUID!
statusEnd: Date
statusStart: Date
type: PropertyEventType!
unitId: UUID
updatedBy: User
updatedById: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
buildingBlockIdUUID scalar
buildingIdUUID scalar
commentString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
insertedByUser object
insertedByIdUUID scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
statusEndDate scalar
statusStartDate scalar
typePropertyEventType! non-null enum
unitIdUUID scalar
updatedByUser object
updatedByIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2