Retrieves the list of manually released uncollected amount transactions
get
/service/releasedUncollectedAmtTxns/getAll
This endpoint is used to retrieve the list of manually released uncollected amount transactions.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStatus: string
Auth Status
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
referenceNo: string
Reference Number
-
sourceCode: string
Source Code
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created balance
Nested Schema : UncollectedReleaseMasterServiceDto
Type:
Show Source
object
-
authStatus:
string
-
checkerDateStamp:
string
Date and Time when some action on Virtual Account is authorized
-
checkerId:
string
Checker ID of Virtual Account
-
makerDateStamp:
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId:
string
Maker ID of Virtual Account
-
referenceNo:
string
-
sourceCode:
string
-
uncollectedReleaseDetailDtoList:
array uncollectedReleaseDetailDtoList
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