Get all Existing Party Details by Account ID.

get

/dmpartyname-service/agentUserView/allpartynames/{acctId}

This endpoint is used to get all existing Party details by Account ID.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully performs the operation.
Body ()
Root Schema : PartyDetailsCollection
Type: object
Collection of the Party Name Details.
Show Source
Nested Schema : partyNameDTOs
Type: array
Party Name Details
Show Source
Nested Schema : AgentPartyNameDTO
Type: object
Party Name model
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