Get all the maintainance for the specified transaction code
get
/service/txncodemaint
This endpoint is used to get all the maintainance for the specified transaction code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
recordStat: string
-
txnCode: string
TxnCode for which details has to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
- text/csv
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