Node detail //agent

This node binds the Real Estate Agency to the property. Additionally you can assign one or more brocker/realtor that follow the advert.

You can apply this format to synchronize agency's realtors whit Auctions catalog too.

You can apply these rules on:

Real Estate Agency (this document)

/agent

Properties

//property/agent

Auctions

//auction/agent

//agent

Node container for the Real Estate Agency.

AttributeDescriptionState
@idReal Estate agency's id on Auctions catalogOptional

For example (synchronizing your Real Estate Agency):

<agent>
    <office-name><![CDATA[Testing Real estate agency]]></office-name>
    <email>nothing@nowhere.com</email>
      <realtors>
          <realtor external-id="dude-01">
              <firstname>Nobody</firstname>
              <surname>Nothing</surname>
              <role>agent</role>
              <connections>
                  <connection type="email">nobody@nowhere.com</connection>
              </connections>
          </realtor>
          <realtor external-id="dude-02">
              ...
          </realtor>
      </realtors>
  </agent>

For example (binding with a property):

<property operation="write">
  <unique-id><![CDATA[123456]]></unique-id>
  ...
  <agent>
    <office-name><![CDATA[Testing Real estate agency]]></office-name>
    <email>nothing@nowhere.com</email>
      <realtors>
          <realtor external-id="dude-01">
              <firstname>Nobody</firstname>
              <surname>Nothing</surname>
              <role>agent</role>
              <connections>
                  <connection type="email">nobody@nowhere.com</connection>
              </connections>
          </realtor>
      </realtors>
  </agent>
  ...
</property>

//agent/name

Real estate agency name

//agent/email

Email address (as username) of the Real estate agency used on Auctions catalog

//agent/realtors

Node container of the brokers/realtors.

Warning: don't use this node in a batch context.

//agent/realtors/realtor

Broker/Realtor. @external-id can be used to bind this element with your CRM.

Attention: you can add more than a broker/realtor only if you are syncing the Real estate agency (not into a property context).

//agent/realtors/realtor/firstname

Broker/Realtor firstname

//agent/realtors/realtor/surname

Broker/Realtor lastname

//agent/realtors/realtor/role

Broker/Realtor role. Please use the value agent.

//agent/realtors/realtor/connections

Container node to connect with the Broker/Realtor.

//agent/realtors/realtor/connections/connection

Broker/Realtor connection. @type attribute can assume these values:


2025 Indomio.com