GET api/CDVWeb/CheckVoucher/GetCurrentCVList?currentPeriod={currentPeriod}&officeID={officeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentPeriod | string |
Required |
|
| officeID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LIST_CV| Name | Description | Type | Additional information |
|---|---|---|---|
| CV | Collection of CV_Info |
None. |
|
| Request | RequestModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"CV": [
{
"CVNO": "sample string 1",
"CVDATE": "2025-12-21T21:52:57.2439267-08:00",
"PAYEE": "sample string 3",
"PARTICULARS": "sample string 4",
"CHKNO": "sample string 5",
"BANKID": "sample string 6",
"BANKACCTNO": "sample string 7",
"CHKDATE": "2025-12-21T21:52:57.2439267-08:00",
"POST": "sample string 9",
"CHKAMT": 10.0,
"PREPARED": "sample string 11",
"RELEASEDATE": "2025-12-21T21:52:57.2439267-08:00",
"STATUS": "sample string 13",
"LASTMODIFIEDBY": "sample string 14",
"DATE_LASTMODIFIED": "2025-12-21T21:52:57.2439267-08:00",
"TAG": "sample string 16",
"CANCELDATE": "2025-12-21T21:52:57.2439267-08:00",
"FUNDING": "sample string 18",
"CANCEL_REMARKS": "sample string 19",
"CREATED_BY": "sample string 20",
"OFC_ID": "sample string 21"
},
{
"CVNO": "sample string 1",
"CVDATE": "2025-12-21T21:52:57.2439267-08:00",
"PAYEE": "sample string 3",
"PARTICULARS": "sample string 4",
"CHKNO": "sample string 5",
"BANKID": "sample string 6",
"BANKACCTNO": "sample string 7",
"CHKDATE": "2025-12-21T21:52:57.2439267-08:00",
"POST": "sample string 9",
"CHKAMT": 10.0,
"PREPARED": "sample string 11",
"RELEASEDATE": "2025-12-21T21:52:57.2439267-08:00",
"STATUS": "sample string 13",
"LASTMODIFIEDBY": "sample string 14",
"DATE_LASTMODIFIED": "2025-12-21T21:52:57.2439267-08:00",
"TAG": "sample string 16",
"CANCELDATE": "2025-12-21T21:52:57.2439267-08:00",
"FUNDING": "sample string 18",
"CANCEL_REMARKS": "sample string 19",
"CREATED_BY": "sample string 20",
"OFC_ID": "sample string 21"
}
],
"Request": {
"Status": 0,
"Description": "sample string 1"
}
}
application/xml, text/xml
Sample:
<LIST_CV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV">
<CV>
<CV_Info>
<BANKACCTNO>sample string 7</BANKACCTNO>
<BANKID>sample string 6</BANKID>
<CANCELDATE>2025-12-21T21:52:57.2439267-08:00</CANCELDATE>
<CANCEL_REMARKS>sample string 19</CANCEL_REMARKS>
<CHKAMT>10</CHKAMT>
<CHKDATE>2025-12-21T21:52:57.2439267-08:00</CHKDATE>
<CHKNO>sample string 5</CHKNO>
<CREATED_BY>sample string 20</CREATED_BY>
<CVDATE>2025-12-21T21:52:57.2439267-08:00</CVDATE>
<CVNO>sample string 1</CVNO>
<DATE_LASTMODIFIED>2025-12-21T21:52:57.2439267-08:00</DATE_LASTMODIFIED>
<FUNDING>sample string 18</FUNDING>
<LASTMODIFIEDBY>sample string 14</LASTMODIFIEDBY>
<OFC_ID>sample string 21</OFC_ID>
<PARTICULARS>sample string 4</PARTICULARS>
<PAYEE>sample string 3</PAYEE>
<POST>sample string 9</POST>
<PREPARED>sample string 11</PREPARED>
<RELEASEDATE>2025-12-21T21:52:57.2439267-08:00</RELEASEDATE>
<STATUS>sample string 13</STATUS>
<TAG>sample string 16</TAG>
</CV_Info>
<CV_Info>
<BANKACCTNO>sample string 7</BANKACCTNO>
<BANKID>sample string 6</BANKID>
<CANCELDATE>2025-12-21T21:52:57.2439267-08:00</CANCELDATE>
<CANCEL_REMARKS>sample string 19</CANCEL_REMARKS>
<CHKAMT>10</CHKAMT>
<CHKDATE>2025-12-21T21:52:57.2439267-08:00</CHKDATE>
<CHKNO>sample string 5</CHKNO>
<CREATED_BY>sample string 20</CREATED_BY>
<CVDATE>2025-12-21T21:52:57.2439267-08:00</CVDATE>
<CVNO>sample string 1</CVNO>
<DATE_LASTMODIFIED>2025-12-21T21:52:57.2439267-08:00</DATE_LASTMODIFIED>
<FUNDING>sample string 18</FUNDING>
<LASTMODIFIEDBY>sample string 14</LASTMODIFIEDBY>
<OFC_ID>sample string 21</OFC_ID>
<PARTICULARS>sample string 4</PARTICULARS>
<PAYEE>sample string 3</PAYEE>
<POST>sample string 9</POST>
<PREPARED>sample string 11</PREPARED>
<RELEASEDATE>2025-12-21T21:52:57.2439267-08:00</RELEASEDATE>
<STATUS>sample string 13</STATUS>
<TAG>sample string 16</TAG>
</CV_Info>
</CV>
<Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models">
<d2p1:Description>sample string 1</d2p1:Description>
<d2p1:Status>Ok</d2p1:Status>
</Request>
</LIST_CV>