UNIT_UPDATED

When unit details are updated in EverReal, the below payload is submitted as a notification.

interface IUnitAction {
  unitId: string;
  propertyId: string;
  name: string;
  objectId: string;
}

Last updated