Reassign Accounts Based on Segment Codes
put
/api/1.0/taskSummary/specializedTab/reassign
This endpoint is used to reassign accounts based on segment and strategy codes.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
reassignUserId(required): string
The User ID that is to be reassigned.
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 contain data of accounts to be reassigned.
Root Schema : SpecializedCaseTabCollection
Type:
object
Collection of the Specialized Case 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 : SpecializedCaseTabDTO
Type:
Show Source
object
-
accountId:
string
Account ID
-
accountNumber:
string
Account Number
-
caseNumber:
string
Case Number
-
customerName:
string
Customer Name
-
escalated:
integer
Escalated
-
notStarted:
integer
not Started
-
prdProcessrCd:
string
Product Processor Code
-
productType:
string
Product Type
-
segmentCode:
string
Segment Code
-
segmentDesc:
string
Segment Description
-
strategyCode:
string
Strategy Code
-
strategyDesc:
string
Strategy Description
-
userAssigned:
string
User Assigned
-
workInProgress:
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.
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
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.