POST api/UBGetTransactionCount

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "GreaterThanDate": "2025-04-03T21:02:47.3157699-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
}