GET api/account/payments/overview

Get an overview of account amounts and totals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.Accounts.PM.Accounts.AccountPaymentOverviewDataContract
NameDescriptionTypeAdditional information
TotalAmount

decimal number

None.

TotalCount

integer

None.

LandlordTotal

decimal number

None.

LandlordCount

integer

None.

SupplierTotal

decimal number

None.

SupplierCount

integer

None.

TenantTotal

decimal number

None.

TenantCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalAmount": 1.0,
  "TotalCount": 2,
  "LandlordTotal": 3.0,
  "LandlordCount": 4,
  "SupplierTotal": 5.0,
  "SupplierCount": 6,
  "TenantTotal": 7.0,
  "TenantCount": 8
}