HOMFY - Partner API
    HOMFY - Partner API
    • Bem vindo
    • Autenticação
      • Definições
      • Gerar token
        POST
      • Renovar token
        POST
    • Imóveis
      • Definições
      • Consultar Imóveis
        POST
    • Schemas
      • Property
      • PropertyStatus
      • PropertyType
      • PropertyContract
      • PropertyPurpose
      • PropertyAddress
      • PropertyDetail
      • PropertyListing
      • PropertyListing
      • PropertyListingPrice
      • PropertyListingImage
      • PropertyListingVideo
      • RealstateAgentRegister

    PropertyListing

    {
        "title": "string",
        "description": "string",
        "article": "string",
        "tour360": "string",
        "videos": [
            {
                "link": "string",
                "title": "string",
                "description": "string"
            }
        ],
        "images": [
            {
                "link": "string",
                "title": "string",
                "description": "string"
            }
        ],
        "price": {
            "price_sale": 0,
            "price_rental": 0,
            "price_realty_cluster": 0,
            "price_iptu": 0,
            "price_cleaning_fee": 0
        }
    }
    Built with