POST api/UBGetTransactionCount
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"GreaterThanDate": "2026-05-28T10:49:46.6038386-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
}