Transaction Journal Statuses
Description¶
The transactionJournalStatuses endpoint is used to get the list of transaction journal Statuses existing in the application.  
Request¶
Endpoint¶
/ui/refdata/v1/transactionJournalStatusesMethod¶
GET
Response¶
[[
    {
        "name": "FAILURE"
    },
    {
        "name": "SUCCESS"
    }
]
Tabular Format
| TRANSACTION JOURNAL STATUS NAME | 
|---|
| FAILURE | 
| SUCCESS | 
Updated As Of Version: 6.4.2.10