Retrieve List of Existing Account Delinquency History
get
/dmaccountdelhistory-service/dmaccountdelhistories
This endpoint is used to retrieve list of all existing account delinquency history.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId: string
Account ID for which details need to be fetched.
-
collStartDt: string
Collateral Start date.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the list of existing account delinquency histories.
Root Schema : DmAccountDelHistoryCollection
Type:
object
Collection of DmAccountDelHistoryDTO.
Show Source
Nested Schema : DmAccountDelHistoryList
Type:
Show Source
array
-
Array of:
object DmAccountDelHistoryDTO
DmAccountDelHistoryDTO
Nested Schema : DmAccountDelHistoryDTO
Type:
object
DmAccountDelHistoryDTO
Show Source
-
acctId:
string
acctId of the DmAccountDelHistory
-
caseId:
string
partyId of the DmAccountDelHistory
-
collEndDt:
string
collEndDt of the DmAccountDelHistory
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error