Skip to content

Real Estate Object

Represents a single real estate property, always nested within a testimony.

Request Fields

AttributeDescription
type string, enumReal estate type. Valid values: apartment, commercial, house, recreational, land, garage, other.
properties object, nullableAdditional real estate properties (e.g., storey count, garage count). Required unless type is garage. See Real Estate Properties.
address object, RealEstateAddressAddress details for the real estate. See Real Estate Address.
region string, enum, optional, nullableSlovak region code. Valid values: ba, bb, ke, nr, po, tn, tt, za. If omitted, the backend resolves it via geocoding.
addressCoords object, Coords, optional, nullableLatitude and longitude of the address. If provided, the backend skips forward geocoding. If omitted, the backend geocodes the address automatically. See Coords.
userCoords object, Coords, optional, nullableLatitude and longitude entered manually by the user. Required when no street address (line1/line2) and no addressCoords are provided. See Coords.

Response Fields

AttributeDescription
type string, enumReal estate type. Valid values: apartment, commercial, house, recreational, land, garage, other.
region string, enum, nullableSlovak region code. Populated by backend geocoding. Null only when all geocoding fails.
properties object, nullableAdditional real estate properties (e.g., storey count, garage count). See Real Estate Properties.
address object, RealEstateAddressAddress details for the real estate. See Real Estate Address.
addressCoords object, Coords, nullableLatitude and longitude derived from the address. Populated by backend geocoding. Null only when geocoding fails. See Coords.
userCoords object, Coords, nullableLatitude and longitude entered manually by the user. See Coords.