POST api/list/stats/tenancyRentStats

Tenancy Rent Demands Stats. 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 branch ids value supplied with the request.

Collection of integer

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

The response returned after the operation completes.

Collection of RentDemandsOverviewDataContract
NameDescriptionTypeAdditional information
NumberBetween1To7Days

The number between1 to7 days value.

integer

None.

NumberBetween8To14Days

The number between8 to14 days value.

integer

None.

NumberBetween15To30Days

The number between15 to30 days value.

integer

None.

MissingRentDemands

The missing rent demands value.

integer

None.

OverDueRentDemands

The over due rent demands value.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NumberBetween1To7Days": 1,
    "NumberBetween8To14Days": 2,
    "NumberBetween15To30Days": 3,
    "MissingRentDemands": 4,
    "OverDueRentDemands": 5
  },
  {
    "NumberBetween1To7Days": 1,
    "NumberBetween8To14Days": 2,
    "NumberBetween15To30Days": 3,
    "MissingRentDemands": 4,
    "OverDueRentDemands": 5
  }
]