Retrieves the account details for dialer batches.
get
/dmaccount-service/accounts/fetchDialerData
This endpoint retrieves the account details for dialer batches.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId(required): string
The Account ID for which the details need to be fetched.
Header Parameters
-
appId(required): string
The application ID of the host service.
-
branchCode(required): string
The branch code of the requesting branch.
-
contentType: string
Specifies the content type of the request or response body.
-
userId(required): string
The user ID of the requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account details for given Account ID.
Root Schema : DmDialerAccountDTO
Type:
object
DTO to fetch data for Dialer Batches
Show Source
-
acctNbr:
string
Account Number
-
contactList:
array contactList
Contact List
-
custNbr:
string
Customer Number
-
dpd:
string
DPD
-
osAmt:
string
Outstanding Amount
-
ovdAmt:
string
Overdue Amount
-
prdProcessrCd:
string
Product Processor
-
productCd:
string
Product Code
-
relationship:
string
Relationship
Nested Schema : contactList
Type:
array
Contact List
Show Source
-
Array of:
object DialerPartyContactDto
DTO to fetch Contact details
Nested Schema : DialerPartyContactDto
Type:
object
DTO to fetch Contact details
Show Source
-
contactNbr:
string
Contact Number
-
contactType:
string
Contact Type
-
dndEndDt:
string
DND End Date
-
dndFlag:
string
DND Flag
-
dndStartDt:
string
DND Start Date
-
isdCd:
string
ISD Code
-
isPrefFlag:
string
Is Preffered Flag
-
permssnToCall:
string
Permission to Call
-
prefTimeFromWkd:
string
Preferred Time From Weekday
-
prefTimeFromWknd:
string
Preferred Time From Weekend
-
prefTimeToWkd:
string
Preferred Time To Weekday
-
prefTimeToWknd:
string
Preferred Time To Weekend
-
timeZone:
string
TIME ZONE
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.