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: integer
Limit is maximum number of records to be fetched.
-
mode: boolean
Mode is total results count to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
userId(required): 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:
string
Account Number
-
daysPastDueMax:
number
Days past Due Maximum
-
daysPastDueMin:
number
Days Past Due Minimum
-
overDueAmountMax:
number
Overdue Amount Maximum
-
overDueAmountMin:
number
Overdue Amount Minimum
-
partyId:
string
Party ID
-
segmentCodes:
array segmentCodes
Segment Code
-
userAssigned:
array userAssigned
User Assigned
Response
Supported Media Types
- application/json
- application/xml
200 Response
Return accounts assigned to user.
Root Schema : AccountTabCollection
Type:
object
Collection of thr Account Details.
Show Source
-
data:
array data
Data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : AccountTabDTO
Type:
Show Source
object
-
accountId:
string
Account ID
-
accountNumber:
string
Account Number
-
acctCurrCd:
string
Account Currency Code of the DmAccount
-
caseNumber:
string
Case Number
-
customerName:
string
Customer Name
-
dpd:
number
Days Past Due
-
escalated:
integer
Escalated
-
notStarted:
integer
not Started
-
overDueAmt:
number
Overdue Amount
-
prdProcessrCd:
string
Product Processor Code
-
productType:
string
Product Type
-
segmentCode:
array segmentCode
Segment Code
-
segmentDesc:
array segmentDesc
Segment Description
-
userAssigned:
string
User Assigned
-
workInProgress:
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.