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/invoiceBatchFileStatuses
Method¶
GET
Response¶
{
"value": "Failed",
"name": "FAILED"
},
{
"value": "Partially Processed",
"name": "PARTIALLY_PROCESSED"
},
{
"value": "Processed",
"name": "PROCESSED"
}
Tabular Format
BATCH FILE STATUS VALUE | BATCH FILE STATUS NAME |
---|---|
Failed | FAILED |
Partially Processed | PARTIALLY_PROCESSED |
Processed | PROCESSED |
Updated As Of Version: 1.7.0.12