POST api/PTCheckPostDatedTransactions
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"JurNum": "sample string 1",
"RollNum": "sample string 2",
"AsOfDate": "2026-05-28T10:50:48.5734553-07:00"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"PostDatedTransactionsExist": true
}