Reject Batch File
Reject Batch File API is used to reject the processed batch files with the help of batchIds.
Endpoint
http://localhost:4041/rpc/VisaDirectService/RejectBatchFile
Method
POST
Request
Payload Parameters
Parameter | Type | Description |
---|---|---|
batchIds | array of string | BatchIds that need to be approved. |
Sample Request
{
"batchIds": [
"4222150"
]
}
Sample Response
{
"rejectedBatches": [
"4222150"
]
}