Batch Statuses
Description¶
The batchStatuses endpoint is used to get the list of the Batch statuses that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/batchStatusesMethod¶
GET
Response¶
[
{
"name": "FAILED"
},
{
"name": "NEW"
},
{
"name": "PROCESSED"
},
{
"name": "UPLOADED"
}
]
Tabular Format
| BATCH STATUS NAME |
|---|
| FAILED |
| NEW |
| PROCESSED |
| UPLOADED |
Updated As Of Version: 6.1.0.3