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¶
{
"value": "Failed",
"name": "FAILED"
},
{
"value": "Processed",
"name": "PROCESSED"
},
{
"value": "Uploaded",
"name": "UPLOADED"
}
Tabular Format
| BATCH STATUS VALUE | BATCH STATUS NAME |
|---|---|
| Failed | FAILED |
| Processed | PROCESSED |
| Uploaded | UPLOADED |
Updated As Of Version: 1.7.0.12