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(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
recordStat(optional): string
-
txnCode(optional): string
TxnCode for which details has to be fetched
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
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