Usage Type

Para informar o tipo de utilização do imóvel deverá ser utilizado o elemento UsageType .

Valores a serem enviados no elemento UsageType

Valor no elementoTradução

Residential

Residencial

Commercial

Comercial

Residential / Commercial

Residencial e/ou Comercial

Exemplo Residencial

<?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>
      <Details>
        <UsageType>Residential</UsageType>
      </Details>
    </Listing>
  </Listings>
</ListingDataFeed>

Exemplo Commercial

<?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>
      <Details>
        <UsageType>Commercial</UsageType>
      </Details>
    </Listing>
  </Listings>
</ListingDataFeed>

Exemplo Residencial / Commercial

<?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>
      <Details>
        <UsageType>Residential / Commercial</UsageType>
      </Details>
    </Listing>
  </Listings>
</ListingDataFeed>

Last updated

Logo

NITI