Get Strategy Assign data based on users that belong to Vendor type User groups
get
/api/1.0/user/getStrategyAssignForVendors
This service is used to get Strategy Assign data based on users that belong to Vendor type User groups.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
assignmentDate(required): string
The assignment date till which all records are required.
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.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
User Account Case mapping for Vendors.
Root Schema : DmVendorAccountCollection
Type:
object
Collection of account IDs, Case IDs and users mapping.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object DmVendorAccountDto
DTO of account IDs, Case IDs and users mapping.
Nested Schema : DmVendorAccountDto
Type:
object
DTO of account IDs, Case IDs and users mapping.
Show Source
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.