ProfitFlow
    ProfitFlow
    • Authentication
      • Login
        POST
      • Logout
        POST
    • Categories
      • List categories
        GET
      • Get category
        GET
    • Units
      • List available units
        GET
      • Get unit details
        GET
    • Investors
      • List investors
        GET
      • Get investor details
        GET
      • Get investor portfolio
        GET
    • Schemas
      • User
      • Category
      • Error
      • Unit
      • Investor
      • ValidationError
      • Portfolio
      • PaginationLinks
      • PaginationMeta

    Portfolio

    {
        "total_invested": 250000,
        "units_owned": 3,
        "average_ownership": 15.5,
        "expected_annual_return": 31250,
        "units": [
            {
                "id": 1,
                "code": "UNIT-0001",
                "name_en": "Downtown Office Tower",
                "name_ar": "برج المكاتب وسط المدينة",
                "ownership_percentage": 10.5,
                "invested_amount": 100000,
                "status": "active",
                "expected_annual_return": 12.5
            }
        ]
    }
    Built with