Qrent
    Qrent
    • User Authentification
      • User Login
        POST
      • User Register
        POST
      • Auth Profile
        PUT
      • Verification Email
        POST
      • Verify Email
        POST
    • User Preferences
      • User Profile
        GET
      • User Profile
        PUT
      • User Preferences
        GET
    • Property
      • Subscribe to Property
        PUT
      • Unsubscribe from Property
        DELETE
      • Get User Subscriptions
        GET
      • Get Properties List Based on Preference
        POST
      • Region Statistics
        GET
    • Other
      • Echo
        GET
      • Clear Data
        DELETE
    • Schemas
      • User
      • Preference
      • Property

    Property

    {
        "id": 1,
        "price": 0,
        "address": "string",
        "regionId": 0,
        "bedroomCount": 0,
        "bathroomCount": 0,
        "parkingCount": 0,
        "propertyType": 0,
        "houseId": -2147483648,
        "commuteTime": 0,
        "availableDate": "2019-08-24T14:15:22Z",
        "keywords": "string",
        "averageScore": 0,
        "descriptionEn": "string",
        "descriptionCn": "string",
        "url": "string",
        "publishedAt": "2019-08-24T14:15:22Z"
    }
    Built with