Create Transaction Code Maintainance details
post
/service/txncodemaint
This endpoint is used to create the maintainance details for the specific transaction code.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request Body that contains data required for creating transaction Code Maintainance
Nested Schema : TxnCodeMaintServiceRequestDTO-allOf[0]
Type:
Show Source
object
-
autoRelease:
string
Auto-Release of the uncollected Funds True/False
-
availablity(required):
string
Uncollected Funds Availability Information
-
days:
number
Total No. of Days
-
txnCode(required):
string
Txn Code
-
txnDesc:
string
Txn Code Description
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of succes or failure
Headers
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.
405 Response
Invalid input
500 Response
Internal error