Get all account details by Account ID
get
/dmaccount-service/agentUserView/{acctId}/complete
This endpoint is used to fetch an Existing Account details.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
acctId(required): string
The Account ID for which details are required.
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
Successfully returns account details.
Root Schema : AccountAgentViewDTO
Type:
object
Account Details object.
Show Source
-
acctCurrCd:
string
Account Currency Code
-
acctId:
string
Account ID
-
acctLimitAmt:
number
Account Limit Amount
-
acctNbr:
string
Account Number
-
acctStatus:
string
Account Status
-
acctTitle:
string
Account Title
-
address:
string
Address
-
branch:
string
Branch
-
cardLimit:
number
Card Limit
-
cardNumber:
string
Card Number
-
collaterals:
array collaterals
Collaterals
-
collectionStatus:
string
Collection Status
-
daysPastDue:
number
Days Past Due
-
interestRate:
number
Interest Rate
-
lastDueDt:
string
Last Due Date
-
lastPaymentAmt:
string
Last Payment Amount
-
lastPaymentDate:
string
Last Payment Date
-
limitExpiryDt:
string
Expiry Date Limit
-
loanAmt:
number
Loan Amount
-
loanMaturityDt:
string
Loan Maturity Date
-
nextInstlmnt:
number
Next Installment
-
outstandingAmt:
number
Outstanding Amount
-
overdueAmt:
number
Overdue Amount
-
pastDelinquency:
integer(int64)
Past Delinquency.
-
prdProcessrCd:
string
Product Processor Code
-
productSubType:
string
Product Sub Type
-
productTypCd:
string
Product Type Code
-
promise:
string
Promise Details
-
repaymntFreq:
string
Repayment Frequency
-
srcSystem:
string
Source System
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.