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 Address

    {
        "house_name_number": "string",
        "address_2": "string",
        "address_3": "string",
        "address_4": "string",
        "town": "string",
        "postcode_1": "string",
        "postcode_2": "string",
        "display_address": "string",
        "latitude": 0,
        "longitude": 0
    }
    Built with