Reassign Accounts Based on Segment Codes
put
/api/1.0/taskSummary/accounts/reassign/{reassignUserId}
This endpoint is used to reassign accounts based on segment codes.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
reassignUserId: string
The User ID that is to be reassigned.
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 contain data of accounts to be reassigned.
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
Response
Supported Media Types
- application/json
- application/xml
201 Response
Return message of success or failure of the reassignment of account to user.
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.
405 Response
Invalid input.
500 Response
Internal error.