Transaction Type

Atualmente estão disponíveis três tipos de transações para a divulgação dos imóveis:

  • Venda

  • Aluguel

  • Venda/Aluguel

Para informar o tipo de transação deverá ser utilizado o elemento TransactionType .

Valores a serem enviados no elemento TransactionType

Valor no elementoTradução

For Sale

Venda

For Rent

Aluguel

Sale/Rent

Venda e Aluguel

Exemplo Venda:

  • Se TransactionType(Tipo da transação do imóvel) for igual a For Sale (venda) então o item em Datails que direciona ao valor do imóvel deverá ser informado apenas ListPrice.

<?xml version="1.0" encoding="UTF-8"?>
<ListingDataFeed xmlns="http://www.netimoveis.com/schemas/1.0/NETSync"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://www.netimoveis.com/schemas/1.0/NETSync https://www.netimoveis.com/netsync/netsync.xsd
  <Listings>
    <Listing>
      <TransactionType>For Sale</TransactionType>
    </Listing>
  </Listings>
</ListingDataFeed>

Exemplo Aluguel:

  • Se TransactionType(Tipo da transação do imóvel) for igual a For Rent (aluguel) então o item em Datails que direciona ao valor do imóvel deverá ser informado apenas RentalPrice.

<?xml version="1.0" encoding="UTF-8"?>
<ListingDataFeed xmlns="http://www.netimoveis.com/schemas/1.0/NETSync"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://www.netimoveis.com/schemas/1.0/NETSync https://www.netimoveis.com/netsync/netsync.xsd>
    <Listing>
      <TransactionType>For Rent</TransactionType>
    </Listing>
  </Listings>
</ListingDataFeed>

Exemplo Venda e Aluguel:

  • Se TransactionType(Tipo da transação do imóvel) for igual a Sale/Rent (venda e aluguel)então o item em Datails que direciona ao valor do imóvel deverá ser informado apenas ListPrice e RentalPrice.

<?xml version="1.0" encoding="UTF-8"?>
<ListingDataFeed xmlns="http://www.netimoveis.com/schemas/1.0/NETSync"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://www.netimoveis.com/schemas/1.0/NETSync https://www.netimoveis.com/netsync/netsync.xsd>
  <Listings>
    <Listing>
      <TransactionType>Sale/Rent</TransactionType>
    </Listing>
  </Listings>
</ListingDataFeed>

Last updated

Logo

NITI