Get Strategy Assign History data based on users that belong to Vendor type User groups
get
/api/1.0/user/getStrategyAssignHistForVendors
This service is used to get Strategy Assign History data based on users that belong to Vendor type User groups.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
endDate(required): string
The assignment date till which all records are needed
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
Response
Supported Media Types
- application/json
- application/xml
200 Response
List of Strategy Assign History.
Root Schema : DmStrategyAssignHistCollection
Type:
object
Collection of records from Strategy Assign History.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object DmStrategyAssignHistoryDTO
Strategy History assignment model
Nested Schema : DmStrategyAssignHistoryDTO
Type:
object
Strategy History assignment model
Show Source
-
accountId:
string
Account ID
-
assignBy:
string
Assigned By
-
assignDate:
string
Assignment Date
-
caseId:
string
Case ID
-
endDate:
string
Assignment End Date
-
ignoreGroupBasisFlag:
boolean
Ignore Group Basis Flag
-
segmentCode:
string
Segment Code
-
strategyCode:
string
Strategy Code
-
strategyId:
string
Strategy ID
-
userGrpCd:
string
User Group Code
-
userId:
string
User ID
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.