GET api/CDVWeb/Dashboard/Count?currentPeriod={currentPeriod}&ofcID={ofcID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentPeriod | string |
Required |
|
| ofcID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dashboard_Card| Name | Description | Type | Additional information |
|---|---|---|---|
| Outstanding | integer |
None. |
|
| Released | integer |
None. |
|
| Voucher | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Outstanding": 1,
"Released": 2,
"Voucher": 3
}
application/xml, text/xml
Sample:
<Dashboard_Card xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV"> <Outstanding>1</Outstanding> <Released>2</Released> <Voucher>3</Voucher> </Dashboard_Card>