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 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"
        ]
    }
    Built with