GET api/PaymentAndFinance/SemiVouchers
Gets the semi vouchers.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfSemiVoucher[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiVoucher |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": 1,
"VoucherNo": "sample string 2",
"VoucherType": 1,
"ReferenceId": 3,
"AccountLedgerId": 1,
"MethodType": 1,
"PayedDate": "2025-12-06T03:52:06.2196343+00:00",
"IsActive": true
},
{
"Id": 1,
"VoucherNo": "sample string 2",
"VoucherType": 1,
"ReferenceId": 3,
"AccountLedgerId": 1,
"MethodType": 1,
"PayedDate": "2025-12-06T03:52:06.2196343+00:00",
"IsActive": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}