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
| Nom | Type | Description |
|---|---|---|
| buildingBlockId | UUID scalar | — |
| buildingId | UUID scalar | — |
| comment | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| insertedBy | User object | — |
| insertedById | UUID scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| statusEnd | Date scalar | — |
| statusStart | Date scalar | — |
| type | PropertyEventType! non-null enum | — |
| unitId | UUID scalar | — |
| updatedBy | User object | — |
| updatedById | UUID scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |