POST api/Portfolio?period={period}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| period | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PortfolioSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
|
| Params | PeriodParametersDTO |
Required |
|
| Rows | Collection of RowPortfolioDTO |
Required |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Params": {
"Period": "sample string 1",
"CalculatedPeriod": "sample string 2",
"Count": 3,
"IsCumulative": true
},
"Rows": [
{
"PropertyId": "sample string 1",
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"FacilityType": "SrHousing",
"InvestmentType": "RealEstate",
"Revenue": 2.0,
"InvestmentsGoverment": 3.0,
"InvestmentsPrivate": 4.0,
"IsExcluded": true,
"DoNotCount": true
},
{
"PropertyId": "sample string 1",
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"FacilityType": "SrHousing",
"InvestmentType": "RealEstate",
"Revenue": 2.0,
"InvestmentsGoverment": 3.0,
"InvestmentsPrivate": 4.0,
"IsExcluded": true,
"DoNotCount": true
}
],
"Date": "2026-02-05T06:31:18.7621981-08:00"
}