Invoice Batch File Statuses
Description¶
The invoiceBatchFileStatuses endpoint is used to get the list of the statuses of invoice batch files that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/invoiceBatchFileStatusesMethod¶
GET
Response¶
[
{
"name": "FAILED"
},
{
"name": "PARTIALLY_PROCESSED"
},
{
"name": "PROCESSED"
}
]
Tabular Format
| BATCH FILE STATUS NAME |
|---|
| FAILED |
| PARTIALLY_PROCESSED |
| PROCESSED |
Updated As Of Version: 6.1.0.3