UNIT_DELETED
When unit is deleted in EverReal, the below payload is submitted as a notification.
interface IUnitAction {
unitId: string;
propertyId: string;
name: string;
objectId: string;
}
Last updated
Was this helpful?
When unit is deleted in EverReal, the below payload is submitted as a notification.
interface IUnitAction {
unitId: string;
propertyId: string;
name: string;
objectId: string;
}
Last updated
Was this helpful?