Variables
Este recurso le dará la lista completa de atributos de propiedades.
Información de la compañía
** Cada compañía de bienes raíces tiene al menos una sucursal. Cada propiedad depende de una sola sucursal.
Variable | Description | Value Type |
---|---|---|
company_logo | Company Logo | string |
company_name | Company Name | string |
branch_logo | Branch Logo (in some branch are the producer photo profile) | string |
branch_name | Branch Name (in some branch are the producer name) | string |
address | Branch Address | string |
phone | Branch Phone | string |
alternative_phone | Branch Alternative Phone | string |
contact_time | Branch Attention Schedule | string |
Branch Public Email | string | |
location | Branch Location | string |
full_location | Branch Full Location | string |
geo_lat | Branch Geolocation Latitude | |
geo_long | Branch Geolocation Length |
Información de propiedades
Variable | Description | Value Type |
---|---|---|
publication_id | Publication ID | string |
resource_uri | Resource URI | string |
public_url | Property URL on real estate website | string |
tokko_id | Property Tokko Broker ID | integer |
last_modification | Property Last Modificacion | date |
publication_id
El portal debe tener una URL para poder consultar por id.
Ej: http://www.portal.com/tokko/$publication_id$
Operación y dirección
Variable | Description | Value Type |
---|---|---|
address | Property Adress | string |
operation_location | Property Location | string |
operation_category | Property Category | string |
operation | Property Operation Name | string |
operation_amount | Property Operation Price | integer |
operation_currency | Property Operation Currency | string |
geo_lat | Property Geolocation Latitude | |
geo_long | Property Geolocation Length | |
geo_type | Property Geolocation Precision | choice |
Possible values
operation = (
1 - 'Sale'
2 - 'Rent'
3 - 'Temporary rent'
)
operation_currency = (
USD - 'U$s'
ARS - '$'
PYG - 'Gs.'
UYU - '$'
)
Property Geolocation Precision
ROOFTOP indica que el resultado devuelto es un geocódigo exacto para el cual contamos con información de ubicación precisa que puede delimitarse hasta la dirección.
RANGE_INTERPOLATED indica que el resultado devuelto refleja una aproximación (generalmente en una calle) interpolada entre dos puntos precisos (como intersecciones). Generalmente se devuelven resultados interpolados cuando no se encuentran disponibles geocódigos exactos para una dirección.
GEOMETRIC_CENTER indica que el resultado devuelto es el centro geométrico de un resultado como una polilínea (por ejemplo, una calle) o un polígono (región).
APPROXIMATE indica que el resultado devuelto es aproximado.
BY_HAND indica que el usuario corrigió la ubicación a mano.
Atributos de la propiedad
Variable | Description | Value Type |
---|---|---|
room_amount | Property Room Amount | integer |
suite_amount | Property Suite Amount (ESPAÑOL Dormitorios) | integer |
bathroom_amount | Property Bathroom Amount | integer |
toilet_amount | Property Toilet | integer |
age | Property Age | integer |
description | Property Description | string |
disposition | Property Disposition | choice |
expenses | Property Expenses | integer |
orientation | Property Orientation | choice |
property_condition | Property Condition | choice |
parking_lot_amount | Property Parking Lot Amount | integer |
situation | Property Situation | string |
zonification | Property Zonification | string |
floors_amount | Property Floors Amount | integer |
Possible values
orientation = (
0 - Null
1 - 'South'
2 - 'North'
3 - 'West'
4 - 'East'
5 - 'South-East'
6 - 'North-East'
7 - 'South-West'
8 - 'North-West'
)
disposition = (
0 - Null
1 - 'BackFront'
2 - 'Front'
3 - 'Internal'
4 - 'Lateral'
)
Mediciones de propiedad
Variable | Description | Value Type |
---|---|---|
floors_amount | Property Floors Amount | integer |
total_surface | Property Total Surface | integer |
land | Property Land Measure | integer |
land_measurement | Property Land Measure unit | choice |
roofed_surface | Property Roofed Surface | integer |
semiroofed_surface | Property Semiroofed Surface | integer |
unroofed_surface | Property Unroofed Surface | integer |
Fotos de propiedad
Fotos de la propiedad en orden. El número de fotos no está limitado.
Variable | Description | Value Type |
---|---|---|
photo:description | Photo Description | string |
photo:image | Photo URL | string |
Updated about 5 years ago