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
Header Parameters
Body ()
Request Body contin data required to fetch account details for account ID.
Root Schema : AccountListDTO
Type: object
Account List
Show Source
Nested Schema : acctIds
Type: array
Account IDs.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns the account details for given Account ID.
Body ()
Root Schema : AccountDetailsCollection
Type: object
Account Details Collection
Show Source
Nested Schema : data
Type: array
Agent Account Details.
Show Source
Nested Schema : AgentAccountDTO
Type: object
Account Details
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error.
Back to Top