POST services/api/v1/Get_UnpostPdcPosting
Request Information
URI Parameters
None.
Body Parameters
FromDate_ToDate_BranchId_Id| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| BranchId | integer |
None. |
|
| Id | integer |
None. |
|
| VoucherType | integer |
None. |
|
| OrderByReconciled | integer |
None. |
|
| VoucherFlag | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-09-09T15:20:29.2030215+04:00",
"ToDate": "2026-09-09T15:20:29.2030215+04:00",
"BranchId": 3,
"Id": 4,
"VoucherType": 5,
"OrderByReconciled": 6,
"VoucherFlag": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PDC_Posting_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| Selected | boolean |
None. |
|
| ID | integer |
None. |
|
| BankAcount | integer |
None. |
|
| BeneficiaryName | string |
None. |
|
| Amount | decimal number |
None. |
|
| BankName | string |
None. |
|
| ChequeDate | date |
None. |
|
| ChequeNo | string |
None. |
|
| PDCAccount | integer |
None. |
|
| VoucherType | integer |
None. |
|
| VoucherNo | string |
None. |
|
| VoucherTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Selected": true,
"ID": 2,
"BankAcount": 3,
"BeneficiaryName": "sample string 4",
"Amount": 5.0,
"BankName": "sample string 6",
"ChequeDate": "2026-09-09T15:20:29.2030215+04:00",
"ChequeNo": "sample string 8",
"PDCAccount": 9,
"VoucherType": 10,
"VoucherNo": "sample string 11",
"VoucherTypeName": "sample string 12"
},
{
"Selected": true,
"ID": 2,
"BankAcount": 3,
"BeneficiaryName": "sample string 4",
"Amount": 5.0,
"BankName": "sample string 6",
"ChequeDate": "2026-09-09T15:20:29.2030215+04:00",
"ChequeNo": "sample string 8",
"PDCAccount": 9,
"VoucherType": 10,
"VoucherNo": "sample string 11",
"VoucherTypeName": "sample string 12"
}
]