Retrieve the list of Party by Account ID
get
/DmAccountParty-service/accountParties/getPartyDetailsByTaskType/{accountId}
This endpoint is used to retrieve the list of Party detail by Account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountId(required): string
Account ID for which account party relationship is to be fetched.
Query Parameters
-
taskType(required): string
Task Type Code
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.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns list of party details.
Root Schema : PartyDetailsCommColl
Type:
object
Collection of Party Details Communication.
Show Source
Nested Schema : PartyDetailsComm
Type:
object
Party Details model
Show Source
-
acctRelTypeCd:
string
Relationship Type Code of the Party
-
customerName:
string
Name of the Party
-
partyCommDetailList:
array partyCommDetailList
-
partyId:
string
Party ID
Nested Schema : partyCommDetailList
Type:
Show Source
array
-
Array of:
object PartyCommDetailList
Party Communication Detail model
Nested Schema : PartyCommDetailList
Type:
object
Party Communication Detail model
Show Source
-
addressType:
string
Address type of the Party
-
addressValue:
string
Address value of the Party
-
preferredFlag:
string
Preferred Flag of the party
201 Response
Returns message of success or failure.
Headers
-
Location: string
Returns list of Party Email details.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.