Advertisement
Inzerát je najrozsiahlejšia trieda v štruktúre. Navyše preň platia povinne podmienené parametre, ktoré bližšie určujú povinné parametre na základe kombinácie kategórie a transakcie. V prípade parametra Units (merné jednotky) je takisto potrebné skontrolovať vzťah oproti Transakcii.
Parameter | Dátový typ | Popis |
---|---|---|
category* (kategória) | integer | číselník [ 63 ] |
geo_point (GPS súradnice) | GeoPoint | |
internal_reference (interná referencia) | string | nullable: true |
transaction* (transakcia) | integer | číselník [ 6 ] |
title* (názov) | string | |
description* (popis) | string | |
street_number (číslo ulice) | string | nullable: true |
real_estate_state (stav nehnuteľnosti) | integer | číselník [ 8 ], nullable: true |
position (pozícía) | integer | číselník [ 4 ], nullable: true |
price* (cena) | float | minimum: 0 |
units* (merné jednotky) | integer | číselník [ 7 ], vzťah oproti Transakcii |
note_to_price (poznámka k cene) | string | nullable: true |
internal_note_to_price (interná poznámka k cene) | string | nullable: true |
price_by_agreement* (cena dohodou) | boolean | |
guarantee (zábezpeka) | float | nullable: true |
currency* (mena) | integer | číselník [ 8 ] |
power_costs (cena energií) | float | nullable: true |
power_costs_in_price (cena energií je zahrnutá vo výslednej cene) | boolean | nullable: true |
usable_area* (úžitková plocha) | float | |
building_area* (zastavaná plocha) | float | |
land_area* (plocha pozemku) | float | |
availability (dostupnosť) | integer | číselník [ 1 ], nullable: true |
number_of_overhead_floors (počet poschodí od prízemia vyššie) | integer | nullable: true |
number_of_sublevels (počet poschodí od prízemia nižšie) | integer | nullable: true |
extra (doplnkové parametre) | Extra | |
floor (poschodie) | integer | nullable: true |
rooms_count (počet izieb) | integer | nullable: true |
store_area (skladová plocha) | float | nullable: true |
year_of_construction (rok výstavby) | integer | minimum: 1900, maximum: 2030, nullable: true |
year_of_last_reconstruction (rok poslednej rekonštrukcie) | integer | minimum: 1950, maximum: 2030, nullable: true |
year_of_building_approval (rok kolaudácie budovy) | integer | nullable: true |
building_energy_rating_certificate (energetická certifikácia budovy) | integer | číselník [ 8 ], nullable: true |
ownership (vlastníctvo) | integer | číselník [ 7 ], nullable: true |
transition_room (priechodná izba) | boolean | nullable: true |
building_energy_rating (energetická náročnosť) | integer | číselník [ 5 ], nullable: true |
orientation (orientácia) | [integer] | číselník |
ground_type (typ pozemku) | integer | číselník [ 7 ], nullable: true |
building_type (typ budovy) | [integer] | číselník |
equip_type (typ vybavenia) | integer | číselník [ 4 ], nullable: true |
estate_equipment (vybavenosť nehnuteľnosti) | [integer] | číselník |
utility_lines (inžinierske siete) | [integer] | číselník |
heating_system (kúrenie) | [integer] | číselník |
communication_and_data_line (komunikačné a dátové pripojenie) | [integer] | číselník |
exploitation (využitie) | integer | číselník [ 5 ], nullable: true |
territory (teritórium) | integer | číselník [ 2 ], nullable: true |
voluntary_auction (dobrovoľná aukcia) | boolean | nullable: true |
ready_to_build (pripravené na výstavbu) | integer | číselník [ 4 ], nullable: true |
storage_space (skladový priestor) | boolean | nullable: true |
type_of_house (typ domu) | integer | číselník [ 6 ], nullable: true |
video_url (url adresa videa) | [string] | |
unit_price_local (lokálna jednotková cena) | float | minimum: 0, nullable: true |
source_id* (identifikačné číslo zdroja) | string | nullable: true |
street* (ulica) | string | |
client_created_at (dátum vytvorenia klienta) | string($date-time) | nullable: true |
client_updated_at (dátum úpravy klienta) | string($date-time) | nullable: true |
final_price (koncová cena) | float | nullable: true |
type_of_parking (typ parkovania) | [integer] | číselník |
show_street (ukázať ulicu) | boolean | nullable: true |
multi_extra (viacnásobné rozšírené parametre) | MultiExtra | |
location* (lokalita) | Location | |
images* (obrázky) | [Image] | |
notexport_portals ( ID portálov, kam nechceme exportovať ponuku) | [integer] | číselník |
* - povinný údaj
#
Transaction vs. UnitsUnits (merné jednotky) majú obmädzenie v závislosti od typu transakcie, ktorú vykonávame. Tento vzťah objasňuje tabuľka dole. Tam, kde je znak ( ✔️ ) je daná kombinácia povolená. Tam, kde je prázdne políčko, je daná kombinácia zakázaná.
Transaction | Units 147 - Price (cena) | Units 148 - Price/m2 (cena za meter štvorcový) | Units 149 - Price/month (cena za mesiac) | Units 150 - Price/year (cena za rok) | Units 151 - Price/m2/month (cena za meter štvorcový za mesiac) | Units 152 - Price/m2/year (cena za meter štvorcový za rok) | Units 153 - Price/day (cena za deň) |
---|---|---|---|---|---|---|---|
122 - Purchase (kúpa) | ✔️ | ✔️ | |||||
123 - Hireout (prenájom) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ||
124 - Rent (podnájom) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ||
125 - Exchange (výmena) | ✔️ | ✔️ | |||||
126 - Auction (aukcia) | ✔️ | ✔️ | |||||
127 - Sale (predaj) | ✔️ | ✔️ |