Node detail //agent

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

Warning: Add the realtors with the relevant API before using them in a listing

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 nekretnine.hrOptional

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">
          </realtor>
      </realtors>
  </agent>
  ...
</property>

//agent/name

Real estate agency name

//agent/email

Email address (as username) of the Real estate agency used on nekretnine.hr

//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 must add the realtors beforehand using the appropriate API

//agent/sales-office

Use this field to specify the location of the sales office.


2025 Indomio.com