GET api/GetOwnerPendingDepositAmountDashboard?jsonData={jsonData}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonData | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetOwnerDepositPendingAmountDashboardVm| Name | Description | Type | Additional 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>