Retrieve Account Details for Correspondence Batch
get
/dmaccount-service/accounts/getOBRSDetails/{accountId}
This endpoints will be used to retrieve account data for correspondence batch.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountId: string
Account ID for which details to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
returns list of in collection account ID's.
Root Schema : DmAccountPartyDetailsDTO
Type:
object
DmAccountPartySummaryDTO model
Show Source
-
accountId(optional):
string
Account Id
-
accountNbr(optional):
string
Account Number
-
accountStatus(optional):
string
Account Status
-
bankName(optional):
string
Bank Name
-
dmPartyDetails(optional):
array dmPartyDetails
-
headOfficeBranch(optional):
string
Head Office Branch
-
headOfficeBranchAdd(optional):
string
Head Office Branch Address
-
headOfficeBranchContactNo(optional):
string
Head Office Branch Contact No
-
homeBranchCode(optional):
string
Home Branch Code
-
homeBranchCodeDes(optional):
string
Home Branch Code Description
Nested Schema : dmPartyDetails
Type:
Show Source
array
-
Array of:
object DmPartyDetails
DmAccountPartySummaryDTO model
Nested Schema : DmPartyDetails
Type:
object
DmAccountPartySummaryDTO model
Show Source
-
customerAddress(optional):
string
customerAddress of the Party
-
customerName(optional):
string
customerName of the Party
-
partyId(optional):
string
PartyId
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.