Close the transaction code maintainance by given transaction code
patch
/service/txncodemaint/{txnCode}/close
This endpoint is used to close the transaction code maintainance identified by given transaction code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
txnCode(required): string
Key of the txnCode maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contain transaction Code and Modification no of transaction Code maintenance which need to be closed"
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Successful operation.
Nested Schema : TxnCodeMaintServiceDTO-allOf[0]
Type:
Show Source
object
-
autoRelease:
string
Auto-Release of the uncollected Funds True/False
-
availablity:
string
Uncollected Funds Availability Information
-
days:
number
Total No. of Days
-
txnCode:
string
Txn Code
-
txnDesc:
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