GET api/relationships/{tenantId}/finance
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FinancialChartCollectionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Tenant | TenantInfoDTO |
Required |
|
| TotalInvestment | decimal number |
None. |
|
| NetBook | decimal number |
None. |
|
| CashRents | decimal number |
None. |
|
| InitialCashYield | decimal number |
None. |
|
| Charts | Collection of FinancialChartDTO |
Required |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"TotalInvestment": 1.0,
"NetBook": 1.0,
"CashRents": 1.0,
"InitialCashYield": 1.0,
"Charts": [
{
"Code": "EbitdarCoverage",
"Date": "2026-02-05T08:15:01.9838307-08:00",
"DataMonth": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataQuarter": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataYear": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
]
},
{
"Code": "EbitdarCoverage",
"Date": "2026-02-05T08:15:01.9838307-08:00",
"DataMonth": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataQuarter": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataYear": [
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T08:15:01.9838307-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
]
}
],
"Date": "2026-02-05T08:15:01.984831-08:00"
}