Property statuses (IsArchived, IsActive)

Property statuses are meant to indicate the property's state in Rentals United. These statuses influence the property's connection as well as data, availability and reservations synchronisation. There are two main statuses:

  • IsArchived

  • IsActive

You can set these property statuses via the Push_SetPropertiesStatus_RQ method by putting 0 or 1 value.

What happens if the property connected to the channel will be archived?

IsActive = 0, IsArchived = 1

  • HRS PUSH - Calendar will be closed. Property in the channel will be unlisted.

  • HRW PUSH - Calendar will be closed. Property in the channel will be unlisted.

  • HRW PULL - Calendar will be closed. All actions fully dependent on the channel.

What happens if the property connected to the channel will be deactivated?

IsActive = 0, IsArchived = 0

  • HRS PUSH - Calendar will be closed.

  • HRW PUSH - Calendar will be closed. Property in the channel will be unlisted.

  • HRW PULL - Calendar will be closed. All actions fully dependent on the channel.

What happens if the property connected to the channel will be activated?

IsActive = 1, IsArchived = 0

  • HRS PUSH - Full calendar update will be performed.

  • HRW PUSH - Property in the channel will be re-listed and full calendar update will be performed.

  • HRW PULL - All actions fully dependent on the channel.

If there is no pricing and availability then update will be later.

Not aware which channels belong to each group? See PULL & PUSH connections and HRS & HRW channels.