POST services/api/v1/Pdc_Unpost
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:13:08.7733123+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:13:08.7733123+04:00",
"ChequeNo": "sample string 8",
"PDCAccount": 9,
"VoucherType": 10,
"VoucherNo": "sample string 11",
"VoucherTypeName": "sample string 12"
}
]
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:13:08.7733123+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:13:08.7733123+04:00",
"ChequeNo": "sample string 8",
"PDCAccount": 9,
"VoucherType": 10,
"VoucherNo": "sample string 11",
"VoucherTypeName": "sample string 12"
}
]