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

    Preference

    {
        "id": 1,
        "targetSchool": "string",
        "minPrice": 0,
        "maxPrice": 0,
        "minBedrooms": 0,
        "maxBedrooms": 0,
        "minBathrooms": 0,
        "maxBathrooms": 0,
        "regions": "string",
        "propertyType": 0,
        "minRating": "13",
        "minCommuteTime": 0,
        "maxCommuteTime": 0,
        "moveInDate": "2019-08-24T14:15:22Z",
        "userId": 0
    }
    Built with