Update an existing Transaction Code
put
/service/txncodemaint/{txnCode}
This endpoint is used to update an existing transaction code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
txnCode: string
key of the TransactionCode Maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for updating an existing transaction Code
Nested Schema : TxnCodeMaintServiceRequestDTO-allOf[0]
Type:
Show Source
object
-
autoRelease(optional):
string
Auto-Release of the uncollected Funds True/False
-
availablity:
string
Uncollected Funds Availability Information
-
days(optional):
number
Total No. of Days
-
txnCode:
string
Txn Code
-
txnDesc(optional):
string
Txn Code Description
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns updated accountstructures
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.
405 Response
Invalid input
500 Response
Internal error