POST services/api/v1/Get_UnpostPdcPosting

Request Information

URI Parameters

None.

Body Parameters

FromDate_ToDate_BranchId_Id
NameDescriptionTypeAdditional 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:04:55.3739828+04:00",
  "ToDate": "2026-09-09T15:04:55.3739828+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
NameDescriptionTypeAdditional 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:04:55.4520987+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:04:55.4520987+04:00",
    "ChequeNo": "sample string 8",
    "PDCAccount": 9,
    "VoucherType": 10,
    "VoucherNo": "sample string 11",
    "VoucherTypeName": "sample string 12"
  }
]