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 for Communication.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object PartyDetailsComm
Communication Party Details model
Nested Schema : PartyDetailsComm
Type:
object
Communication 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
-
addressLine1:
string
Address1 value of the Party
-
addressLine2:
string
Address2 value of the Party
-
addressLine3:
string
Address3 value of the Party
-
addressLine4:
string
Address4 value of the Party
-
addressType:
string
Address type of the Party
-
addressValue:
string
Address value of the Party
-
city:
string
City name of the Party
-
countryCd:
string
Country code of the Party
-
preferredFlag:
string
Preferred Flag of the party
-
stateCd:
string
State code of the Party
-
zipCd:
string
Zip Code of the Party
201 Response
Returns message of success or failure.
Headers
-
Location: string
Returns list of party email details.
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
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.