GET api/account/customer/overview

Get an overview of customer accounts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.Accounts.Financial.Query.Accounts.CustomerAccountsOverviewDataContract
NameDescriptionTypeAdditional information
TotalAmount

decimal number

None.

TotalActive

decimal number

None.

TotalDormant

decimal number

None.

CountOfActiveAccounts

integer

None.

CountOfDormantAccounts

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalAmount": 1.0,
  "TotalActive": 2.0,
  "TotalDormant": 3.0,
  "CountOfActiveAccounts": 4,
  "CountOfDormantAccounts": 5
}