POST api/list/stats/tenancystats
Returns a list of values of the queries sent through
Request Information
URI Parameters
None.
Body Parameters
Collection of PmTenancyListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDateFrom | date |
None. |
|
| StartDateTo | date |
None. |
|
| EndDateFrom | date |
None. |
|
| EndDateTo | date |
None. |
|
| TeamGroupIds | Collection of integer |
None. |
|
| TenancyStatuses | Collection of string |
None. |
|
| TermTypes | Collection of string |
None. |
|
| BranchIds | Collection of integer |
None. |
|
| NoticeFromDate | date |
None. |
|
| NoticeToDate | date |
None. |
|
| Sort | PmTenancyListSort |
None. |
|
| ServiceLevels | Collection of string |
None. |
|
| RentDuePeriod | RentDueType |
None. |
|
| TenancyRoleIds | Collection of integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Term | string |
None. |
|
| OrderByDescending | boolean |
None. |
|
| Name | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"StartDateFrom": "2025-11-06T17:44:47.8677955Z",
"StartDateTo": "2025-11-06T17:44:47.8677955Z",
"EndDateFrom": "2025-11-06T17:44:47.8677955Z",
"EndDateTo": "2025-11-06T17:44:47.8677955Z",
"TeamGroupIds": [
1,
2
],
"TenancyStatuses": [
"sample string 1",
"sample string 2"
],
"TermTypes": [
"sample string 1",
"sample string 2"
],
"BranchIds": [
1,
2
],
"NoticeFromDate": "2025-11-06T17:44:47.8677955Z",
"NoticeToDate": "2025-11-06T17:44:47.8677955Z",
"Sort": 0,
"ServiceLevels": [
"sample string 1",
"sample string 2"
],
"RentDuePeriod": 0,
"TenancyRoleIds": [
1,
1
],
"PageSize": 1,
"PageNumber": 1,
"Term": "sample string 1",
"OrderByDescending": true,
"Name": "sample string 2"
},
{
"StartDateFrom": "2025-11-06T17:44:47.8677955Z",
"StartDateTo": "2025-11-06T17:44:47.8677955Z",
"EndDateFrom": "2025-11-06T17:44:47.8677955Z",
"EndDateTo": "2025-11-06T17:44:47.8677955Z",
"TeamGroupIds": [
1,
2
],
"TenancyStatuses": [
"sample string 1",
"sample string 2"
],
"TermTypes": [
"sample string 1",
"sample string 2"
],
"BranchIds": [
1,
2
],
"NoticeFromDate": "2025-11-06T17:44:47.8677955Z",
"NoticeToDate": "2025-11-06T17:44:47.8677955Z",
"Sort": 0,
"ServiceLevels": [
"sample string 1",
"sample string 2"
],
"RentDuePeriod": 0,
"TenancyRoleIds": [
1,
1
],
"PageSize": 1,
"PageNumber": 1,
"Term": "sample string 1",
"OrderByDescending": true,
"Name": "sample string 2"
}
]
Response Information
Resource Description
Collection of ListStatsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Value": 2
},
{
"Name": "sample string 1",
"Value": 2
}
]