Get all customer details by Party ID

get

/dmaccount-service/agentUserView/{partyId}/card

This endpoint is used to fetch Customer 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 : PartyAgentViewDTO
Type: object
Customer Details object.
Show Source
Nested Schema : partyCallAdviceDTO
Type: object
Party Call Advice Details.
Show Source
Nested Schema : AgentViewPartyCallAdviceDTO
Type: object
Party Call Advice Details.
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