POST api/list/stats/landlordstats
Returns a list of totals for landlords with missing information Processes this list stats API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The filters value supplied with the request.
Collection of PmLandlordListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamGroupIds |
The unique identifiers of the related team group resources. |
Collection of integer |
None. |
| BranchIds |
The unique identifiers of the related branch resources. |
Collection of integer |
None. |
| HasBankAccount |
Indicates whether this item has bank account. |
boolean |
None. |
| IdReceived |
Indicates whether id received is true. |
boolean |
None. |
| IncludeArchived |
Indicates whether include archived is true. |
boolean |
None. |
| IncludeTenantFindTenanciesOnly |
Indicates whether include tenant find tenancies only is true. |
boolean |
None. |
| IncludeActiveTenancies |
Indicates whether include active tenancies is true. |
boolean |
None. |
| Sort |
The sort classification. |
PMGroupSort |
None. |
| ProofOfIdStatus |
The collection of proof of id status. |
Collection of string |
None. |
| ProofOfAddressStatus |
The collection of proof of address status. |
Collection of string |
None. |
| ProofOfSanctionsStatus |
The collection of proof of sanctions status. |
Collection of string |
None. |
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| Term |
The term value. |
string |
None. |
| OrderByDescending |
Indicates whether order by descending is true. |
boolean |
None. |
| Name |
The name value. |
string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
[
{
"TeamGroupIds": [
1,
2
],
"BranchIds": [
1,
2
],
"HasBankAccount": true,
"IdReceived": true,
"IncludeArchived": true,
"IncludeTenantFindTenanciesOnly": true,
"IncludeActiveTenancies": true,
"Sort": 0,
"ProofOfIdStatus": [
"sample string 1",
"sample string 2"
],
"ProofOfAddressStatus": [
"sample string 1",
"sample string 2"
],
"ProofOfSanctionsStatus": [
"sample string 1",
"sample string 2"
],
"PageSize": 1,
"PageNumber": 1,
"Term": "sample string 2",
"OrderByDescending": true,
"Name": "sample string 3"
},
{
"TeamGroupIds": [
1,
2
],
"BranchIds": [
1,
2
],
"HasBankAccount": true,
"IdReceived": true,
"IncludeArchived": true,
"IncludeTenantFindTenanciesOnly": true,
"IncludeActiveTenancies": true,
"Sort": 0,
"ProofOfIdStatus": [
"sample string 1",
"sample string 2"
],
"ProofOfAddressStatus": [
"sample string 1",
"sample string 2"
],
"ProofOfSanctionsStatus": [
"sample string 1",
"sample string 2"
],
"PageSize": 1,
"PageNumber": 1,
"Term": "sample string 2",
"OrderByDescending": true,
"Name": "sample string 3"
}
]
Response Information
Resource Description
The response returned after the operation completes.
Collection of ListStatsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| Value |
The value represented by this field. |
integer |
None. |
Response Formats
application/json, text/json
[
{
"Name": "sample string 1",
"Value": 2
},
{
"Name": "sample string 1",
"Value": 2
}
]