Retrieve the Email ID list of Party by Account ID
get
/DmAccountParty-service/accountParties/getPartyDetails/{accountId}
This endpoint is used to retrieve the Email ID list of Party 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.
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 email details.
Root Schema : CrPartyInfoDTO
Type:
object
CrPartyInfoDTO model
Show Source
-
accountId:
string
Account ID
-
accountNbr:
string
Account Number
-
accountStatus:
string
Account Status
-
bankName:
string
Bank Name
-
headOfficeBranch:
string
Head Office Branch
-
headOfficeBranchAdd:
string
Head Office Branch Address
-
headOfficeBranchContactNo:
string
Head Office Branch Contact No
-
homeBranchCode:
string
Home Branch Code
-
homeBranchCodeDes:
string
Home Branch Code Description
-
partyDetails:
array partyDetails
Nested Schema : partyDetails
Type:
Show Source
array
-
Array of:
object CrPartyDetails
CrPartyDetails model
Nested Schema : CrPartyDetails
Type:
object
CrPartyDetails model
Show Source
-
acctRelTypeCd:
string
Relationship type code of the Party
-
address:
object address
Address of the Party
-
customerName:
string
Name of the Party
-
emailId:
string
Email id of the Party
-
partyId:
string
PartyId
-
phoneNo:
string
Phone no of the Party
Nested Schema : address
Type:
object
Address of the Party
Show Source
-
addressLine1:
string
AddressLine1 of the Party
-
addressLine2:
string
AddressLine2 of the Party
-
addressLine3:
string
AddressLine3 of the Party
-
addressLine4:
string
AddressLine4 of the Party
-
city:
string
City of the Party
-
countryCd:
string
CountryCd of the Party
-
stateCd:
string
StateCd of the Party
-
zipCd:
string
ZipCd 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.