Reopen the transaction code maintainance by given transaction code
patch
/service/txncodemaint/{txnCode}/reopen
This endpoint is used to reopen the transaction code maintainance identified by the given transaction code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
txnCode: string
Key of the transaction Code maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request body contain transaction Code and Modification no of transaction Code maintenance which need to be reopen
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : TxnCodeMaintServiceDTO-allOf[0]
Type:
Show Source
object
-
autoRelease(optional):
string
Auto-Release of the uncollected Funds True/False
-
availablity(optional):
string
Uncollected Funds Availability Information
-
days(optional):
number
Total No. of Days
-
txnCode(optional):
string
Txn Code
-
txnDesc(optional):
string
Txn Code Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error