Get all valid Charge Maintenances
get
/web/v1/getTxnDetails
This endpoints will be used to Get all valid Charge Maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
instrumentType(optional): string
instrumentType of the charge similar to the Charge Maintenance records that need to be fetched.
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
txnRefNo: string
txnRefNo of the charge similar to the Charge Maintenance records that need to be fetched.
Header Parameters
-
appId: string
appId
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
Location
Root Schema : GenricDtoCollection
Type:
object
Collection of chg.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : data
Type:
Show Source
array
-
Array of:
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
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