POST api/UBGetTransactionCount

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "GreaterThanDate": "2024-09-19T05:03:04.4619847-07:00",
  "UBAccountInfo": {
    "BOOK_NUM": "sample string 1",
    "ACCT_NUM": "sample string 2",
    "SEQ_NUM": "sample string 3"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TransactionCount": 1
}