Get Initial or Filtered Task Summary for Account
post
/api/1.0/taskSummary/account
This endpoint is used to view Task Summary for Account by user ID from headers.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
mode(optional): boolean
Mode is total results count to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
userId: string
The user ID of requesting user.
Request Body contin data required to fetch task summary details for account tab.
Root Schema : DmAccountTabFilterDTO
Type:
Show Source
object
-
accountNumber(optional):
string
Account Number
-
daysPastDueMax(optional):
number
Days past Due Maximum
-
daysPastDueMin(optional):
number
Days Past Due Minimum
-
overDueAmountMax(optional):
number
Overdue Amount Maximum
-
overDueAmountMin(optional):
number
Overdue Amount Minimum
-
partyId(optional):
string
Party ID
-
segmentCodes(optional):
array segmentCodes
Segment Code
-
userAssigned(optional):
array userAssigned
User Assigned
Response
Supported Media Types
- application/json
- application/xml
200 Response
Return accounts assigned to user.
Nested Schema : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
Nested Schema : AccountTabDTO
Type:
Show Source
object
-
accountId(optional):
string
Account ID
-
accountNumber(optional):
string
Account Number
-
acctCurrCd(optional):
string
Account Currency Code of the DmAccount
-
caseNumber(optional):
string
Case Number
-
customerName(optional):
string
Customer Name
-
dpd(optional):
number
Days Past Due
-
escalated(optional):
integer
Escalated
-
notStarted(optional):
integer
not Started
-
overDueAmt(optional):
number
Overdue Amount
-
prdProcessrCd(optional):
string
Product Processor Code
-
productType(optional):
string
Product Type
-
segmentCode(optional):
array segmentCode
Segment Code
-
segmentDesc(optional):
array segmentDesc
Segment Description
-
userAssigned(optional):
string
User Assigned
-
workInProgress(optional):
integer
Work In Progress
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.