GET api/GetOwnerPendingDepositAmountDashboard

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetOwnerDepositPendingAmountDashboardVm
NameDescriptionTypeAdditional information
Count

integer

None.

Amount

integer

None.

Active

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Count": 1,
  "Amount": 2,
  "Active": 3
}

application/xml, text/xml

Sample:
<GetOwnerDepositPendingAmountDashboardVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.PG">
  <Active>3</Active>
  <Amount>2</Amount>
  <Count>1</Count>
</GetOwnerDepositPendingAmountDashboardVm>