GET api/Associate/SearchManagersFromHierarchyByName?name={name}&isAssociateName={isAssociateName}&locationContext={locationContext}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name | string |
Required |
|
isAssociateName | boolean |
Default value is False |
|
locationContext | string |
Default value is AO |
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
[ { "Key": 1, "Value": "sample string 2" }, { "Key": 1, "Value": "sample string 2" } ]