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
- application/json
- application/xml
Path Parameters
-
partyId(required): string
The Party ID for which details are required.
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
Successfully returns account details.
Root Schema : PartyAgentViewDTO
Type:
object
Customer Details object.
Show Source
-
acctRelTyp:
string
acctRelTyp
-
address:
string
Address
-
countryCd:
string
Country Code
-
custmrName:
string
Customer Name
-
custmrNbr:
string
Customer Number
-
custmrTyp:
string
Customer Type
-
email:
string
Email Address
-
gender:
string
Gender
-
partyCallAdviceDTO:
object partyCallAdviceDTO
Party Call Advice Details.
-
partyId:
string
Party ID
-
phoneExtension:
string
Phone Extension
-
phoneNo:
string
Phone Number
-
ssn:
string
SSN
Nested Schema : partyCallAdviceDTO
Type:
object
Party Call Advice Details.
Show Source
-
Array of:
object AgentViewPartyCallAdviceDTO
Party Call Advice Details.
Nested Schema : AgentViewPartyCallAdviceDTO
Type:
object
Party Call Advice Details.
Show Source
-
customerDate:
string
Customer Date
-
customerTime:
string
Customer Time
-
dndEnd:
string
Do Not Disturb End
-
dndFlg:
string
Do Not Disturb Flag
-
dndStart:
string
Do Not Disturb Start
-
isPermissionCallFlg:
string
Permission Call Flag
-
timeZone:
string
Time Zone
-
wkdayFromTm:
string
Work Day from Time
-
wkdayToTm:
string
Work Day to Time
-
wkendFromTm:
string
Weekend From time
-
wkendToTm:
string
Weekend to time
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.