POST api/list/stats/landlordstats

Returns a list of totals for landlords with missing information

Request Information

URI Parameters

None.

Body Parameters

Collection of PmLandlordListFilterDataContract
NameDescriptionTypeAdditional information
TeamGroupIds

Collection of integer

None.

BranchIds

Collection of integer

None.

HasBankAccount

boolean

None.

IdReceived

boolean

None.

IncludeArchived

boolean

None.

IncludeTenantFindTenanciesOnly

boolean

None.

IncludeActiveTenancies

boolean

None.

Sort

PMGroupSort

None.

ProofOfIdStatus

Collection of string

None.

ProofOfAddressStatus

Collection of string

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:
[
  {
    "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"
    ],
    "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"
    ],
    "PageSize": 1,
    "PageNumber": 1,
    "Term": "sample string 2",
    "OrderByDescending": true,
    "Name": "sample string 3"
  }
]

Response Information

Resource Description

Collection of ListStatsDataContract
NameDescriptionTypeAdditional 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
  }
]