Get Strategy Assign Data By Account ID
get
/api/1.0/user/getStrategyAssignDataByAcctId/{acctId}
This endpoint is used to get strategy assign data by account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
acctId(required): string
The account ID for which we need the strategy assignment data.
Header Parameters
-
appId(required): string
The application ID for the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
userId(required): string
The user ID for the request.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns subordinates for the supervisory user.
Root Schema : DmSegmentStrategyAssignCollection
Type:
object
Collection of Segment Strategy Assign Data.
Show Source
-
segmentStrategyAssignList:
array segmentStrategyAssignList
Segment strategy assign list
Nested Schema : segmentStrategyAssignList
Type:
array
Segment strategy assign list
Show Source
-
Array of:
object DmSegmentStrategyAssignDTO
Segment Strategy Assign Data
Nested Schema : DmSegmentStrategyAssignDTO
Type:
object
Segment Strategy Assign Data
Show Source
-
segmentCd:
string
Segment Code
-
segmentDesc:
string
Segment Description
-
strategyList:
array strategyList
Strategy List
Nested Schema : strategyList
Type:
array
Strategy List
Show Source
-
Array of:
object DmStrategyAssignDataDTO
Strategy Assign Data data transfer object model
Nested Schema : DmStrategyAssignDataDTO
Type:
object
Strategy Assign Data data transfer object model
Show Source
-
ignoreGroupBasisFlag:
string
Ignore Group Basis Flag
-
strategyCode:
string
Strategy Code
-
strategyDesc:
string
Strategy Description
-
strategyId:
string
Strategy ID
-
userGrpCd:
string
User Group Code
-
userId:
string
User ID
-
userName:
string
User Name
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