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
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

User Account Case mapping for Vendors.
Body ()
Root Schema : DmVendorAccountCollection
Type: object
Collection of account IDs, Case IDs and users mapping.
Show Source
Nested Schema : data
Type: array
Show Source
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.
Back to Top