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
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully returns account details.
Body ()
Root Schema : AccountAgentViewDTO
Type: object
Account Details object.
Show Source
Nested Schema : collaterals
Type: array
Collaterals
Show Source

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.
Back to Top