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 Price Information

    {
        "price": 0,
        "price_qualifier": "Please see Enums Reference Guide (Price Qualifer)",
        "price_qualifier_string": "string",
        "deposit": 0,
        "administration_fee": "string",
        "rent_frequency": "Please see Enums Reference Guide (Rent Frequency)",
        "rent_frequency_string": "string",
        "tenure_type": "Please see Enums Reference Guide (Tenure Type)",
        "tenure_type_string": "string",
        "auction": true,
        "tenure_unexpired_years": 0,
        "price_per_unit_area": 0,
        "price_per_unit_per_annum": 0,
        "shared_ownership": true,
        "shared_ownership_percentage": 0,
        "shared_ownership_rent": 0,
        "shared_ownership_rent_frequency": "Please see Enums Reference Guide (Rent Frequency)",
        "shared_ownership_rent_frequency_string": "string",
        "annual_ground_rent": 0,
        "ground_rent_review_period_years": 0,
        "ground_rent_percentage_increase": 0,
        "annual_service_charge": 0,
        "holding_deposit": 0
    }
    Built with