Veco Plus API
    Veco Plus API
    • Introduction
    • Authentication
    • API Keys
    • Rate Limits
    • Data Types
    • Enums Reference Guide
    • Contacts
      • List all events
        GET
      • Get event by id
        GET
    • Properties
      • List all events
        GET
      • Get event by id
        GET
    • Schemas
      • Contact communication
      • Property payload
      • Property Address
      • Property Price Information
      • Property Media
      • Property Details
      • Property Sizing
      • Property Rooms
      • Property List Events Response
      • Property EPC Information
      • Property Obligations
      • Property Risks
      • ExternalOfficeReference
      • Contact List Events Response
      • Contact payload

    Property Details

    {
        "summary": "string",
        "description": "string",
        "features": [
            "string"
        ],
        "bedrooms": 0,
        "bathrooms": 0,
        "reception_rooms": 0,
        "parking": [
            0
        ],
        "outside_space": [
            0
        ],
        "year_built": 0,
        "internal_area": 0,
        "internal_area_unit": 0,
        "land_area": 0,
        "land_area_unit": 0,
        "sizing": {
            "minimum": 0,
            "maximum": 0,
            "area_unit": 0
        },
        "floors": 0,
        "entrance_floor": 0,
        "condition": 0,
        "accessibility": [
            0
        ],
        "heating": [
            0
        ],
        "furnished_type": 0,
        "pets_allowed": true,
        "smokers_considered": true,
        "sharers_considered": true,
        "burglar_alarm": true,
        "washing_machine": true,
        "dishwasher": true,
        "all_bills_inc": true,
        "water_bill_inc": true,
        "gas_bill_inc": true,
        "electricity_bill_inc": true,
        "oil_bill_inc": true,
        "council_tax_inc": true,
        "council_tax_exempt": true,
        "tv_licence_inc": true,
        "sat_cable_tv_bill_inc": true,
        "internet_bill_inc": true,
        "business_for_sale": true,
        "comm_use_class": [
            0
        ],
        "council_tax_band": "string",
        "domestic_rates": 0,
        "rooms": [
            {
                "room_name": "string",
                "room_description": "string",
                "room_length": 0,
                "room_width": 0,
                "room_dimension_unit": 0,
                "room_dimension_text": "string",
                "room_photo_urls": [
                    "http://example.com"
                ]
            }
        ],
        "sewerage": "string",
        "water": "string",
        "broadband": [
            "string"
        ],
        "electricity": [
            "string"
        ],
        "obligations": {
            "listed": true,
            "restrictions": true,
            "requiredAccess": true,
            "rightOfWay": true
        },
        "epc_information": {
            "epc_certificate_id": "string",
            "current_energy_efficiency": 0,
            "potential_energy_efficiency": 0,
            "current_energy_rating": 0,
            "potential_energy_rating": 0
        },
        "deposit_replacement_scheme": true,
        "risks": {
            "sources_of_flooding": [
                "string"
            ],
            "flood_defences": true
        }
    }
    Built with