List Price

Para informar o valor de Venda deverá ser utilizado o elemento ListPrice

Regras para envio da informação

  • ListPrice deverá ser informada quando o tipo de transação for Venda ou Venda e Aluguel;

  • Somente o valor inteiro deverá ser informado, as casas decimais deverão ser desconsideradas;

  • Cifrão, ponto e vírgula também deverão ser descartados;

  • O envio do atributo currency="BRL" é obrigatório para especificar a moeda;

Exemplo imóvel venda por R$560.000, 00

<?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%3E">
  <Listings>
    <Listing>
      <TransactionType>For Sale</TransactionType>
      <Details>
        <ListPrice currency="BRL">560000</ListPrice>
      </Details>
    </Listing>
  </Listings>
</ListingDataFeed>

Exemplo imóvel venda e aluguel

<?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%3E">
  <Listings>
    <Listing>
      <TransactionType>Sale/Rent</TransactionType>
      <Details>
        <ListPrice currency="BRL">250000</ListPrice>
        <RentalPrice currency="BRL" period="Monthly">250</RentalPrice>
      </Details>
    </Listing>
  </Listings>
</ListingDataFeed>

Envio incorreto

<ListPrice  currency="BRL">R$560.000,00</ListPrice>
<ListPrice  currency="BRL">560.000,00</ListPrice>

Last updated

Logo

NITI