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": "2024-09-19T04:59:20.9700369-07:00"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PostDatedTransactionsExist": true
}