Retrieve the limited account details basis by Account ID
post
/dmaccount-service/agentAccounts/limitedDetails
This endpoint is used to retrieve the limited details by Account ID.
Request
Supported Media Types
- application/json
- application/xml
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.
Request Body contin data required to fetch account details for account ID.
Root Schema : AccountListDTO
Type:
object
Account List
Show Source
-
acctIds:
array acctIds
Account IDs.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account details for given Account ID.
Root Schema : AccountDetailsCollection
Type:
object
Account Details Collection
Show Source
-
data:
array data
Agent Account Details.
-
rcdType:
string
Record Type.
Nested Schema : data
Type:
array
Agent Account Details.
Show Source
-
Array of:
object AgentAccountDTO
Account Details
Nested Schema : AgentAccountDTO
Type:
object
Account Details
Show Source
-
acctId:
string
Account ID.
-
acctNbr:
string
Account Number.
-
productSubTypCd:
string
Account Product Sub type code.
-
productSubTypeDesc:
string
Account Product Sub Type Description.
-
productTypCd:
string
Account Product type code.
-
productTypeDesc:
string
Account Product Type Description.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.